@charset "utf-8";
/*
Theme Name: Color of Life
Author: koji yamauchi
Author URI: https://kojiyamauchi.com
Description: koji yamauchi's original theme.
*/
/*==========================
AllPage
==========================*/
html, body {
	width: 100%;
	min-width: 1280px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: RGBa(0, 0, 0, 1);
	position: relative;
	font-size: 100%;
	font-family: Helvetica Neue, HelveticaNeue-UltraLight, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #fff;
}
.clearFix {
	clear: both;
}
/*==========================
HeaderNavigation
==========================*/
header {
	width: 100%;
	min-width: 1280px;
	display: block;
	background: RGBa(0, 0, 0, 0.6);
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	position: fixed;
	z-index: 10000;
}
#headerWrap {
	width: 70%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
header h1 {
	margin: 0;
	font-size: 60px;
	font-weight: 100;
	font-style: italic;
}
button:focus {
	outline: none;
}
.menu-toggle {
	width: 100%;
	margin-top: -5px;
	padding: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	font-family: georgia, Georgia, Arial, Helvetica Neue, HelveticaNeue-UltraLight, Helvetica;
	background: none;
	border: none;
	display: none;
}
.menu-toggle:hover {
	cursor: pointer;
}
#globalNavi {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 1.5em;
}
header ul {
	margin: 0;
}
header li {
	float: left;
	list-style-type: none;
	font-size: 40px;
	font-style: italic;
	font-weight: 100;
	margin-left: 50px;
}
a.current {
	font-weight: 400;
}
/*==========================
TopPage
==========================*/
#topImage1 {
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(images/topImage.jpg);
	background-position: center;
	background-size: cover;
	display: none;
}
#topImage2 {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(images/topImage2.jpg);
	background-position: center;
	background-size: cover;
	display: none;
}
#topImage3 {
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(images/topImage2.jpg);
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(5px);
	-mos-filter: blur(5px);
	display: none;
}
#topLogo {
	z-index: 99999;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}
#topLogo img {
	width: 100%;
	position: absolute;
	bottom: -50px;
}
#topMessage img {
	position: absolute;
	z-index: 100000;
	width: 0%;
	top: 35%;
	left: 60%;
	display: block;
	opacity: 0;
}
#topImage1, topImage2, topImage3, #topLogo, #topLogo img, #topMessage img {
	display: none; /* Intro Cut Custom */
}
#topContentsWrap {
	display: none;
	font-style: italic;
}
#topContentsWrap h1 {
	width: 100%;
	min-width: 1280px;
	position: fixed;
	top: 100px;
	left: 20%;
	color: #fff;
	z-index: 1000;
	font-weight: 100;
	font-size: 80px;
	text-shadow: 2px 2px 1px #000000;
}
#topContentsWrap p {
	position: fixed;
	top: 200px;
	left: 20%;
	color: #fff;
	z-index: 1000;
	font-weight: 100;
	font-size: 50px;
	text-shadow: 2px 2px 1px #000000;
}
.topContents {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	border-bottom: 3px solid RGBa(0, 0, 0, 0.5);
	border-top: 3px solid RGBa(0, 0, 0, 0.5);
	box-shadow: 0 0 50px RGBa(0, 0, 0, 0.8);
}
.topContents h2 {
	margin: 0;
	color: #fff;
	font-weight: 100;
	font-size: 50px;
	text-shadow: 2px 2px 1px #000000;
}
.topContentsTitleBack {
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	padding: 25px 250px;
	position: absolute;
	left: 10%;
	bottom: 30%;
	-webkit-box-shadow: 2px 2px 10px RGBa(0, 0, 0, 0.7);
	box-shadow: 2px 2px 10px RGBa(0, 0, 0, 0.7);
}
#topFirstContents {
	background: url(images/topFirstContentsImage.jpg) no-repeat fixed;
	background-position: center;
	background-size: cover;
}
#topSecondContents {
	background: url(images/topSecondContentsImage.jpg) no-repeat /*fixed*/ #000;
	background-position: center;
	background-size: cover;
	opacity: 0.3;
}
#topThirdContents {
	background: url(images/topThirdContentsImage.jpg) no-repeat fixed #000;
	background-position: center;
	background-size: cover;
	border-bottom: none;
	opacity: 0.3;
}
#topFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0;
	font-family: goergia;
	text-align: center;
	position: absolute !important;
	top: auto !important;
	left: auto !important;
	bottom: 0px !important;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
/*==========================
AboutPage
==========================*/
#aboutContents {
	background: url(images/aboutBack.jpg) 50% 0 no-repeat fixed #000;
	background-position: center;
	background-size: cover;
	border-bottom: none;
	width: 100%;
	opacity: 0;
}
#aboutDescription {
	color: #fff;
	background: RGBa(0, 0, 0, 0.2);
	width: 60%;
	padding: 80px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	text-shadow: 2px 2px 1px #000000;
}
#aboutDescription h1 {
	margin: 0;
	font-size: 100px;
	font-weight: 100;
	font-style: italic;
}
#aboutDescription p {
	font-size: 16px;
}
#aboutDescription ul {
	display: table;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#aboutDescription li {
	list-style: none;
	float: left;
	font-size: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#aboutFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0;
	font-family: goergia;
	text-align: center;
	position: absolute !important;
	top: auto !important;
	left: auto !important;
	bottom: 0px !important;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
/*==========================
StylesPage
==========================*/
#stylesContentsBack {
	clear: both;
	background-image: url(images/stylesBack.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	opacity: 0;
	position: relative;
}
#stylesContentsWrap {
	padding-top: 15%;
	padding-bottom: 5%;
}
#stylesContents {
	width: 85%;
	background: RGBa(0, 0, 0, 0.4);
	border-radius: 10px;
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	text-shadow: 2px 2px 1px #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5%;
}
.stylesPostBox {
	width: 30%;
	height: auto;
	float: left;
	margin: 1.6%;
}
.stylesPostBox img {
	width: 100%;
	height: auto;
}
.stylesPostBoxText {
	height: 100px;
	overflow: auto;
	word-wrap: break-word;
}
.stylesPostBox h2 {
	margin-top: 2px;
	margin-bottom: 0;
}
.stylesPostBox p {
	margin: 0;
}
#stylesFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0;
	font-family: goergia;
	text-align: center;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
/*==========================
StylesSinglePage
==========================*/
/*==========================
GoodsPage
==========================*/
#goodsContentsBack {
	clear: both;
	background-image: url(images/goodsBack.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	opacity: 0;
	position: relative;
}
#goodsContentsWrap {
	padding-top: 15%;
	padding-bottom: 5%;
}
#goodsContents {
	width: 85%;
	background: RGBa(0, 0, 0, 0.4);
	border-radius: 10px;
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	text-shadow: 2px 2px 1px #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5%;
}
.goodsPostBox {
	width: 30%;
	height: auto;
	float: left;
	margin: 1.6%;
}
.goodsPostBox img {
	width: 100%;
	height: auto;
}
.goodsPostBoxText {
	height: 100px;
	overflow: auto;
	word-wrap: break-word;
}
.goodsPostBox h2 {
	margin-top: 2px;
	margin-bottom: 0;
}
.goodsPostBox p {
	margin: 0;
}
#goodsFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0;
	font-family: goergia;
	text-align: center;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
/*==========================
GoodsSinglePage
==========================*/
/*==========================
WordPage
==========================*/
#wordContentsBack {
	clear: both;
	background-image: url(images/wordBack.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	opacity: 0;
	position: relative;
}
#wordContentsWrap {
	padding-top: 15%;
	padding-bottom: 5%;
}
#wordContents {
	width: 85%;
	background: RGBa(0, 0, 0, 0.4);
	border-radius: 10px;
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	text-shadow: 2px 2px 1px #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5%;
}
.wordPostBox {
	width: 30%;
	height: auto;
	float: left;
	margin: 1.6%;
}
.wordPostBox img {
	width: 100%;
	height: auto;
}
.wordPostBoxText {
	height: 100px;
	overflow: auto;
	word-wrap: break-word;
}
.wordPostBox h2 {
	margin-top: 2px;
	margin-bottom: 0;
}
.wordPostBox p {
	margin: 0;
}
#wordFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0;
	font-family: goergia;
	text-align: center;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
/*==========================
WordSinglePage
==========================*/
#wordSingleContentsBack {
	clear: both;
	background-image: url(images/wordSingleBack.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	opacity: 0;
}
#wordSingleContentsWrap {
	position: relative;
}
#wordSingleContents {
	width: 85%;
	background: RGBa(0, 0, 0, 0.4);
	border-radius: 10px;
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	text-shadow: 2px 2px 1px #000000;
	position: absolute;
	top: 50%;
	left: 50%;
}
.wordSinglePostBox {
	width: 100%;
	height: auto;
	margin: 1.6%;
	position: relative;
}
.wordSinglePostBox img {
	width: 50%;
	height: auto;
	cursor: default !important;
}
.wordSinglePostBox h2 {
	margin-top: 2px;
	margin-bottom: 0;
	width: 50%;
}
.wordSinglePostBox p {
	margin: 0;
}
.wordSinglePostBoxText {
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	margin-right: 2%;
	word-wrap: break-word;
}
.wordSinglePostBoxText p {
	margin-right: 2%;
}
#pageBack {
	text-align: right;
	margin-top: 5%;
	margin-right: 4%;
}
.wordSinglePostBoxText a img {
	width: 25px;
	margin-right: 5px;
	margin-bottom: -5px;
	cursor: pointer !important;
}
#wordSingleFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0;
	font-family: goergia;
	text-align: center;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
/*====================
PC Only
=====================*/
#PConly {
	display: none;
	color: #fff;
}
#PConly h1 {
	text-align: center;
}
#PConly p#windowClose {
	text-align: center;
	text-decoration: underline;
}
/*==========================
PinterestAPIPage
==========================*/
#pinterestAPIContentsBack {
	clear: both;
	background-image: url(images/pinterestAPIBack.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	opacity: 0;
	position: relative;
}
#pinterestAPIContentsWrap {
	padding-top: 15%;
	padding-bottom: 5%;
}
#pinterestAPIContents {
	width: 85%;
	background: RGBa(0, 0, 0, 0.4);
	border-radius: 10px;
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	text-shadow: 2px 2px 1px #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5%;
}
.goodsPostBox {
	width: 30%;
	height: auto;
	float: left;
	margin: 1.6%;
}
.goodsPostBox img {
	width: 100%;
	height: auto;
}
.goodsPostBoxText {
	height: 100px;
	overflow: auto;
	word-wrap: break-word;
}
.goodsPostBox h2 {
	margin-top: 2px;
	margin-bottom: 0;
}
.goodsPostBox p {
	margin: 0;
}
#pinterestAPIFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0;
	font-family: goergia;
	text-align: center;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
/*====================
Loading Screen
=====================*/
#loadingWrap {
 display:;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;
	overflow: hidden;
	background-color: #000;
}
#loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 350px;
	height: 280px;
}
#loading p {
	opacity: 0;
	color: #fff;
	text-align: center;
	font-size: 4em;
	font-style: italic;
	font-weight: 100;
	line-height: 1em;
}
span#textLoading {
	font-size: 3rem;
	opacity: 0;
}
/*====================
Page Top
=====================*/
#pageTop {
	width: 120px;
	position: fixed;
	bottom: 50px;
	right: 0px;
	cursor: pointer;
	display: none;
}
#pageTop img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
#pageTop img.hoverAnimation {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
@media screen and (max-width: 991px) {
html, body, header {
	min-width: 100%;
}
/*==========================
HeaderNavigation
==========================*/
header {
	width: 100%;
	display: block;
	background: RGBa(0, 0, 0, 0.6);
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	position: fixed;
	z-index: 10000;
}
#headerWrap {
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
header h1 {
	padding-left: 5%;
	font-size: 30px;
}
.menu-toggle {
	display: block;
}
#globalNavi {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0.8em;
	width: 30%;
}
header ul {
	padding: 0;
	display: none;
}
header li {
	width: 100%;
	float: none;
	font-size: 15px;
	font-weight: 200;
	margin-left: 0px;
	text-align: center;
	background: RGBa(0, 0, 0, 0.3);
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	padding: 10px 0;
}
a.current {
	font-weight: 400;
}
}

/* No Responsive, Don't Use Media Queries.
@media screen and (max-width: 640px) {
}
==========================
TopPage
==========================
#topImage1 {
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(images/topImage.jpg);
	background-position: center;
	background-size: cover;
	display: none;
}
#topImage2 {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(images/topImage2.jpg);
	background-position: center;
	background-size: cover;
	display: none;
}
#topImage3 {
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(images/topImage2.jpg);
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(5px);
	-mos-filter: blur(5px);
	display: none;
}
#topLogo {
	z-index: 99999;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}
#topLogo img {
	width: 100%;
	position: absolute;
	bottom: -50px;
}
#topContentsWrap {
	display: none;
	font-style: italic;
}
#topContentsWrap h1 {
	left: 50%;
	width: 330px;
	margin-left: -165px;
	font-size: 65px;
	text-align: center;
}
#topContentsWrap p {
	left: 50%;
	margin-left: -70px;
	width: 140px;
}
.topContents {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	border-bottom: 3px solid RGBa(0, 0, 0, 0.5);
	border-top: 3px solid RGBa(0, 0, 0, 0.5);
	box-shadow: 0 0 50px RGBa(0, 0, 0, 0.8);
}
.topContents h2 {
	margin: 0;
	color: #fff;
	font-weight: 100;
	font-size: 50px;
	text-shadow: 2px 2px 1px #000000;
}
.topContentsTitleBack {
	width: 90%;
	left: 5%;
	display: inline-block;
	padding: 10px 0px;
	bottom: 20%;
}
.topContentsTitleBack h2 a {
	display: block;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
#topFirstContents {
	background: url(images/topFirstContentsImage.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
#topSecondContents {
	background: url(images/topSecondContentsImage.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
#topThirdContents {
	background: url(images/topThirdContentsImage.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: none;
}
#topFooter {
	margin: 0 !important;
}
==========================
AboutPage
==========================
#aboutContents {
	background: url(images/aboutBack.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: none;
	width: 100%;
	opacity: 0;
}
#aboutDescription {
	width: 90%;
	height: 90%;
	padding: 5%;
	top: 0%;
	left: 0%;
}
#aboutDescription h1 {
	margin: 30px auto 46px;
	font-size: 65px;
	text-align: center;
}
#aboutDescription p {
	font-size: 16px;
}
#aboutDescription ul {
	display: table;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#aboutDescription li {
	list-style: none;
	float: left;
	font-size: 30px;
	margin-left: 4px;
	margin-right: 4px;
}
#aboutFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0px;
	font-family: goergia;
	text-align: center;
	position: absolute !important;
	top: auto !important;
	left: auto !important;
	bottom: 0px !important;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
==========================
StylesPage
==========================
#stylesContentsBack {
	clear: both;
	background-image: url(images/stylesBack.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	opacity: 0;
}
#stylesContentsWrap {
	padding-top: 15%;
	padding-bottom: 5%;
}
#stylesContents {
	width: 85%;
	background: RGBa(0, 0, 0, 0.4);
	border-radius: 10px;
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	text-shadow: 2px 2px 1px #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5%;
}
.stylesPostBox {
	width: 30%;
	height: auto;
	float: left;
	margin: 1.6%;
}
.stylesPostBox img {
	width: 100%;
	height: auto;
}
.stylesPostBoxText {
	height: 50px;
}
.stylesPostBox h2 {
	font-size: 18px;
}
.stylesPostBox p {
	font-size: 12px;
}
#stylesFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0px;
	font-family: goergia;
	text-align: center;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
==========================
StylesSinglePage
==========================
==========================
GoodsPage
==========================
#goodsContentsBack {
	clear: both;
	background-image: url(images/goodsBack.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	opacity: 0;
}
#goodsContentsWrap {
	padding-top: 15%;
	padding-bottom: 5%;
}
#goodsContents {
	width: 85%;
	background: RGBa(0, 0, 0, 0.4);
	border-radius: 10px;
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	text-shadow: 2px 2px 1px #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5%;
}
.goodsPostBox {
	width: 30%;
	height: auto;
	float: left;
	margin: 1.6%;
}
.goodsPostBox img {
	width: 100%;
	height: auto;
}
.goodsPostBoxText {
	height: 50px;
}
.goodsPostBox h2 {
	font-size: 18px;
}
.goodsPostBox p {
	font-size: 12px;
}
#goodsFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0px;
	font-family: goergia;
	text-align: center;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
==========================
GoodsSinglePage
==========================
==========================
WordPage
==========================
#wordContentsBack {
	clear: both;
	background-image: url(images/wordBack.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	opacity: 0;
}
#wordContentsWrap {
	padding-top: 15%;
	padding-bottom: 5%;
}
#wordContents {
	width: 85%;
	background: RGBa(0, 0, 0, 0.4);
	border-radius: 10px;
	box-shadow: 5px 5px 20px RGBa(0, 0, 0, 0.7);
	text-shadow: 2px 2px 1px #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5%;
}
.wordPostBox {
	width: 30%;
	height: auto;
	float: left;
	margin: 1.6%;
}
.wordPostBox img {
	width: 100%;
	height: auto;
}
.wordPostBoxText {
	height: 100px;
	overflow: auto;
	word-wrap: break-word;
}
.wordPostBox h2 {
	font-size: 14px;
}
.wordPostBox p {
	font-size: 12px;
}
#wordFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0px;
	font-family: goergia;
	text-align: center;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
==========================
WordSinglePage
==========================
#wordSingleContentsBack {
	clear: both;
	background-image: url(images/wordSingleBack.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	opacity: 0;
}
#wordSingleContentsWrap {
	position: relative;
}
#wordSingleContents {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.wordSinglePostBox {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
}
.wordSinglePostBox img {
	width: 95%;
	padding: 2.5%;
}
.wordSinglePostBox h2 {
	width: 95%;
	padding: 0 2.5%;
}
.wordSinglePostBox p {
	margin: 0;
}
.wordSinglePostBoxText {
	position: static;
	width: 95%;
	height: auto;
	padding: 0 2.5%;
}
.wordSinglePostBoxText p {
	margin-right: 0;
}
#pageBack {
	text-align: right;
	margin-top: 5%;
	margin-right: 4%;
}
.wordSinglePostBoxText a img {
	padding: 0;
}
#wordSingleFooter {
	color: #fff !important;
	background: #000 !important;
	width: 100% !important;
	margin: 0;
	padding: 2px 0px;
	font-family: goergia;
	text-align: center;
	z-index: 1000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-style: normal;
}
} */
