@charset "utf-8";

body {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
    letter-spacing: 0.05em;
}

/* entry-content
----------------------------------------------------- */
.entry-content {
	margin: 0 3.2%;
}

.entry-content strong {
	font-size: 20px;
	color:#00894B;
	font-weight:bold;
}

.entry-content .common {
	color: #ff2a17;
}

.goods_img_sp {
	text-align: center;
}

/* test
----------------------------------------------------- */


/* container
-------------------------------------------------------------------- */
#container {
	background: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	margin: 0 auto;
	padding: 0 30px 90px;
	overflow: hidden;
	width: 1070px;
}

#container a {
	color: #3f70a8;
}

#container a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

#container img {
	-ms-interpolation-mode: bicubic;
}

#container p {
	margin-bottom: 1.2em;
}

#container p:last-child {
	margin-bottom: 0;
}

#container dt,
#container dd,
#container li {
    letter-spacing: 0.1em;
}

#container section {
	margin-bottom: 50px;
}

#container strong {
	font-size: 20px;
	color: #ff9633;
	font-weight: bold;
}

#container h2 {
	color: #169fcd;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

#container .comment {
    color: #ff003f;
}

#container .favor {
    color: #ea04ed;
}

#container hr {
    border: 0;
    border-bottom: 1px solid #169fcd;
    margin: 20px 0;
    padding: 0;
    height: 0;
}


/* title
-------------------------------------------------------------------- */
#title {
    text-align: center;
	margin: 40px 0;
}

#title h1 {
    color: #0cc61d;
    font-size: 50px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

#title h1 span {
	margin-left: 1em;
}

#title h1 + p {
	color: #0cc61d;
	font-size: 24px;
	font-weight: bold;
	margin: 20px;
    padding-bottom: 5px;
    border-bottom: dotted 3px #0cc61d;
}


/* lead
-------------------------------------------------------------------- */
#lead {
	margin: 20px;
}

#lead p {
	font-size: 16px;
	text-align: left;
}


/* contWrap
-------------------------------------------------------------------- */
.contWrap {
/*	background: #fff;
	border: 5px solid #169fcd;*/
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}


/* itemWrap
-------------------------------------------------------------------- */
.item {
	margin: -10px -10px 10px;
	overflow: hidden;
}

.itemWrap {
	background: #fff;
	border: 5px solid #00a7eb;
	margin-bottom: 20px;
/*	float: left;
	margin: 10px;
	width: 495px;*/
}

.itemWrap h3 {
	background: #00a7eb;
	color: #fff20d;
	font-size: 28px;
	line-height: 44px;
	padding-left: 40px;
	padding-bottom: 5px;
}

.itemWrap h3 span {
	background: #fff;
	color: #00a7eb;
	display: inline-block;
	font-size: 28px;
	margin-right: 20px;
	text-align: center;
	height: 44px;
	width: 42px;
}

.itemWrap:nth-of-type(2) {border-color: #e72f6d;}
.itemWrap:nth-of-type(2) h3 {background: #e72f6d;}
.itemWrap:nth-of-type(2) h3 span,
.itemWrap:nth-of-type(2) .innerText p:nth-of-type(1) {color: #e72f6d;}
.itemWrap:nth-of-type(3) {border-color: #00a384;}
.itemWrap:nth-of-type(3) h3 {background: #00a384;}
.itemWrap:nth-of-type(3) h3 span,
.itemWrap:nth-of-type(3) .innerText p:nth-of-type(1) {color: #00a384;}
.itemWrap:nth-of-type(4) {border-color: #e8322f;}
.itemWrap:nth-of-type(4) h3 {background: #e8322f;}
.itemWrap:nth-of-type(4) h3 span,
.itemWrap:nth-of-type(4) .innerText p:nth-of-type(1) {color: #e8322f;}
.itemWrap:nth-of-type(5) {border-color: #8fc320;}
.itemWrap:nth-of-type(5) h3 {background: #8fc320;}
.itemWrap:nth-of-type(5) h3 span,
.itemWrap:nth-of-type(5) .innerText p:nth-of-type(1) {color: #8fc320;}
.itemWrap:nth-of-type(6) {border-color: #922d8d;}
.itemWrap:nth-of-type(6) h3 {background: #922d8d;}
.itemWrap:nth-of-type(6) h3 span,
.itemWrap:nth-of-type(6) .innerText p:nth-of-type(1) {color: #922d8d;}

.itemWrapInner {
	background: #e6f3ff;
	margin: 20px;
	padding: 20px;
	overflow: hidden;
}

.innerImg {
	float: left;
	text-align: center;
	width: 400px;
}

.innerImg img {
	height: auto;
	width: 350px;
}

.innerText {
	padding: 20px 20px 20px 400px;	
}

.innerText p:nth-of-type(1) {
	color: #00a7eb;
	font-size: 24px;
	font-weight: bold;
	margin: 0 20px 20px;
}

.innerText p:nth-of-type(1) span {
	font-size: 14px;
}


/* boxWrap
-------------------------------------------------------------------- */
.boxWrap {
	margin: 0 -10px;
	overflow: hidden;
	text-align: center;
}

.box {
	border-right: 2px dotted #169fcd;
	float: left;
	padding: 20px;
/*	width: 218px;*/
	width: 308px;
}

.box:last-child {
	border-right: none;
}

.box h3 {
	color: #48ce50;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.boxPhoto img {
	height: auto;
	width: 280px;
}


/* supporter
-------------------------------------------------------------------- */
#supporter h3 {
	color: #48ce50;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#supporter .contWrapInner + h2,
#contact .contWrapInner + h2 {
	margin-top: 40px;
}


/* about
-------------------------------------------------------------------- */
#about .comment {
	font-size: 13px;
}

.contWrapInner {
	background: #e6f3ff;
	margin: 10px 0;
	padding: 20px;
	overflow: hidden;
}

.contWrapInner dt {
	color: #0084ff;
	font-weight: bold;
}

.contWrapInner dd + dt {
	margin-top: 1.2em;
}

#link {
	margin-top: 20px;
	text-align: center;
}

#link dt {
	font-size: 24px;
	font-weight: bold;
}

#link dd {
	display: inline-block;
	margin: 10px 10px 0;
}

#link dd img {
	height: 70px;
	width: auto;
}

.attention,
.innerImg p,
.boxPhoto {
	color: #777;
	font-size: 13px;
}


/* form
-------------------------------------------------------------------- */
.formSet {
	margin-bottom: 5px;
	padding-top: 10px;
	overflow: hidden;
}

.formSet p.formSetLeft {
    width: 310px;
	float: left;
	margin-right: 20px;
	text-align: right;
	min-height: 10px;
}

.formSet div.formSetRight {
	width: 400px;
	float: left;
}

.formSetText {
	padding-top: 10px;
}

.formSet select,
.formSet input[type="file"] {
	font-family: "Roboto","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.formSet input[type="text"] {
	background: #f7f7f7;
	color: #212325;
	font-size: 16px;
	line-height: 1em;
	padding: 8px 12px;
	border: 1px solid #d3d3d3;
	width: 350px;
}

.formSet textarea.areaText {
	background: #f7f7f7;
	color: #212325;
	font-family: "Roboto","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 12px;
	border: 1px solid #d3d3d3;
    width: 430px;
	height: 150px;
}

p#requiredEntryText {
	color: #db4141;
    padding-left: 330px;
}

.requiredEntry {
	color: #db4141;
	padding-right: 1em;
}

.formBtnWrap {
	margin-top: 50px;
	text-align: center;
}

.formBtnWrap input {
	background: #0cc61d;
    border: 2px solid #0cc61d;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-family: "Roboto","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1em;
	margin: 0 5px;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.formBtnWrap input:hover {
	background-color:#f7f7f7;
	color:#0cc61d;
}



