@charset "UTF-8";



/* -- title Style -------------------- */
#contentsArea h2{
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 3em;
	line-height: 1;
	font-weight: normal;
	position: relative;
}
@media screen and (max-width:640px){
	#contentsArea h2{
		font-size: 1.6em;
		padding: 0 .5em;
	}
}

#contentsArea > h2{
	background: url("/common/img/line_dashed_h_02.png") repeat-x left bottom;
	font-size: 2.16em;
	padding-bottom: 15px;
}
#contentsArea > h2.icoMainTitle{
	font-size: 3em;
	padding-bottom: 15px;
}
@media screen and (max-width:640px){
	#contentsArea > h2.icoMainTitle{
		font-size: 1.8em;
	}
}

#contentsArea > h2.icoMainTitle:before{
	vertical-align: -.1em;
	margin-right: .2em;
}
#contentsArea > h2.imgTitle{
	background: transparent;
	padding-bottom: 0;
}



@media screen and (max-width:640px){
	#contentsArea h2{
		margin: 0 0 1em 0;
		font-size: 1.8em;
	}
}

.titleMain01{
	margin: 0 0 25px 0;
	padding: 20px 0 25px 0;
	line-height: 1;
	font-size: 1.72em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	clear: both;
}
@media screen and (max-width:640px){
	.titleMain01{
		background: transparent !important;
		font-size: 1.3em;
		text-align: left;
		padding: .5em 0;
	}
}

.titleSub01{
	margin: 2.5em 0 1em 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.15em;
	font-weight: bold;
	clear: both;
}

.titleSub02{
	margin: 1em 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.15em;
	font-weight: bold;
	clear: both;
}
.titleSub02:before{
	content: "■";
}

.titleSub03{
	margin: 2em 0 1em 0;
	padding: 0 0 10px 10px;
	font-size: 1.15em;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: 3px dotted #ffcbd4;
	clear: both;
}
.titleSub03:before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 100%;
	min-height: 20px;
	background: #fe94a0;
	margin: -.1em .5em 0 -10px;
	padding: 0;
	border-radius: 4px 4px 4px 4px;
	float: left;
}
.titleSub03.colorO{
	border-bottom: 3px dotted #fdd623;
}
.titleSub03.colorO:before{
	background: #fdd623;
}


.titleSub04{
	margin: 2em 0 1em 0;
	padding: 0;
	font-size: 1.15em;
	line-height: 1.2;
	font-weight: bold;
	clear: both;
}
.titleSub04:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fe94a0;
	margin: .15em .5em 0 0;
	padding: 0;
	border-radius: 50%;
	float: left;
}


/* -- link Style -------------------- */
.linkBtn01{
	display: inline-block;
	background: #39a428;
	margin: 10px 0;
	padding: 10px 40px;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	position: relative;
	line-height: 1.2;
	border: 2px solid #39a428;
}
.linkBtn01:after{
	content: url("/common/img/lm_arrow03.png");
	margin:  -7px 0 0 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50%;
}
.linkBtn01:hover{
	opacity:0.6;
}
.linkBtn02{
	display: inline-block;
	background: #ff9200;
	margin: 10px 0;
	padding: 10px 40px;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	position: relative;
	line-height: 1.2;
	border: 2px solid #ff8b00;
}
.linkBtn02:after{
	content: url("/common/img/lm_arrow03.png");
	margin: -7px 0 0 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50%;
}
.linkBtn02:hover{
	opacity:0.6;
}

.linkPDF:before{
	content: url("/common/img/ico_pdf.png");
	vertical-align: -.2em;
	margin-right: .2em;
}
.pdfLinkList a:before{
	content: url("/common/img/ico_pdf.png");
	vertical-align: -.2em;
	margin-right: .2em;
}
.pdfLinkList li{
	margin: .5em 0;
}

.linkExternal:after{
	content: url("/common/img/ico_external.png");
	position: static;
	margin: 0 0 0 .5em;
}

.linkLW:after{
	content: url("/common/img/ico_lw.png");
	margin: -7px 0 0 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50%;
}


.linkList{
	margin: 2em 0;
	padding: 0;
	list-style: none;
}
.linkList li{
	margin: .3em 0;
	padding: 0;
	list-style: none;
}
.linkList li a:before{
	content: ">";
}

a.linkList:before{
	content: ">";
}






/* -- text Style -------------------- */
.attentionTxt{
	color: #ff0000;
}
.noteTxt{
	color: #666666;
}
.rubyTxt{
	font-size: 0.72em;
}


.noTxt{
	display: inline-block;
	width: 1.7em;
	height: 1.3em;
	margin: 0 .5em 0 0;
	padding: .4em 0 0 0;
	color: #ffffff;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
}
span.noTxt + span.noTxt{
	margin-left: -.5em;
}


@media screen and (max-width:640px){
	.noTxt{
		padding: .35em 0 .05em 0;
	}
}

.noBlue{
	background: #009ad4;
}
.noRed{
	background: #d7000f;
}
.noPurple{
	background: #aa63d3;
}
.noOrange{
	background: #ffa200;
}
.noPink{
	background: #f15f72;
}

.mapNoLink{
	position: absolute;
	float: right;
	text-align: right;
	top: 25px;
	right: 35px;
}
#mainBlock .mapNoLink{
	position: static;
	float: none;
	text-align: right;
}
@media screen and (max-width:640px){
	.mapNoLink{
		position: static;
		float: none;
		text-align: left;
	}
}


.mapNoLink .noTxt{
	margin: 0 1em 0 .2em;
}
.mapNoLink a{
	color: #489c3a;
}
.mapNoLink a:before{
	content: ">";
}



.icoTxtYoyaku{
	display: inline-block;
	margin: 0 .5em;
	padding: .3em .5em;
	background: #ffffff;
	border: 2px solid #ff9600;
	color: #ff9600;
	font-size: .6em;
	vertical-align: .3em;
}

.icoTxtYuryo{
	display: inline-block;
	margin: 0 .5em;
	padding: .3em .5em;
	background: #ffffff;
	border: 2px solid #df2e3c;
	color: #df2e3c;
	font-size: .6em;
	vertical-align: .3em;
}

#contentsArea > h2> .icoTxtYuryo{
	font-size: 14px;
	vertical-align: .5em;
}


.telTxt{
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
}
.telTxt:before{
	content: url("/common/img/ico_tel.png");
	margin-right: .3em;
	vertical-align: -.1em;
}


a.telTxt{
	display: none;
}

@media screen and (max-width:640px){
	a.telTxt{
		display: block;
		margin: .5em 0;
	}
	span.telTxt{
		display: none;
	}
}



/* -- box Style -------------------- */
.columnHalf{
	margin: 2em 0;
	padding: 0;
}
.columnHalf:after{
	content: "";
	display: block;
	clear: both;
}
.columnHalf .colmnChild{
	width: 48%;
	margin: 0;
	padding: 0;
}
.columnHalf .colmnChild:first-child{
	float: left;
}
.columnHalf .colmnChild:last-child{
	float: right;
}
@media screen and (max-width:640px){
	.columnHalf .colmnChild{
		width: 100% !important;
		float: none;
	}
}

.columnThree{
	margin: 2em -25px 2em 0;
	padding: 0;
}
.columnThree:after{
	content: "";
	display: block;
	clear: both;
}
.columnThree .colmnChild{
	width: 290px;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}
#mainBlock .columnThree .colmnChild{
	width: 200px;
}
@media screen and (max-width:640px){
	.columnThree{
		margin: 0;
		padding: 0;
	}
	.columnThree .colmnChild{
		width: 100%;
		margin: 0;
		float: none;
	}

	#mainBlock .columnThree .colmnChild{
		width: 100%;
	}
}

.column3-1{
	margin: 2em -25px 2em 0;
	padding: 0;
}
.column3-1:after{
	content: "";
	display: block;
	clear: both;
}
.column3-1 .colmnChild{
	margin: 0;
	padding: 0;
}
.column3-1 .colmnChild:first-child{
	width: 65%;
	float: left;
}
.column3-1 .colmnChild:last-child{
	width: 30%;
	float: right;
}
@media screen and (max-width:640px){
	.column3-1 .colmnChild{
		width: 100% !important;
		float: none !important;
	}
}




.boxBase01{
	background: #fdfdfa;
	margin: 1em 0;
	padding: 20px;
}
@media screen and (max-width:640px){
	.boxBase01{
		padding: 5px;
	}
}

.boxBase02{
	background: #fffbeb;
	margin: 1em 0;
	padding: 20px;
}
.boxBase02 *:first-child{
	margin-top: 0;
}
.boxBase02 *:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:640px){
	.boxBase02{
		padding: 5px;
	}
}

.movieBox{
	position: relative;
	width: 100%;
	padding-top: 65%;
}
.movieBox iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important
}



.backIndexLink{
	margin: 0;
	padding: 0;
	text-align: right;
}
.backIndexLink p{
	margin: 0;
	padding: 0;
}
.backIndexLink a:before{
	content: url("/common/img/ico_back.png");
	margin: 0;
	padding: 0;
	vertical-align: -.3em;
}
.backIndexLink + .sectionBox{
	margin-top: 10px;
}
.sectionBox + .backIndexLink{
	margin-top: -10px;
}



/* float box layout */
.layoutBox{
	margin: 1em 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.layoutBox > *:first-child{
	margin-top: 0;
}
.layoutBox .imgBox > *:first-child,
.layoutBox .txtBox > *:first-child{
	margin-top: 0;
}
.layoutBox.imgL .imgBox{
	float: left;
}
.layoutBox.imgL .txtBox{
	float: right;
}
.layoutBox.imgR .imgBox{
	float: right;
}
.layoutBox.imgR .txtBox{
	float: left;
}
@media screen and (max-width:640px){
	.layoutBox .imgBox,
	.layoutBox .txtBox{
		float: none !important;
		width: auto !important;
	}
}

.w300L .imgBox{
	width: 300px;
}
.w300L .txtBox{
	width: 580px;
}
.w400L .imgBox{
	width: 400px;
}
.w400L .txtBox{
	width: 480px;
}
.w490L .imgBox{
	width: 490px;
}
.w490L .txtBox{
	width: 390px;
}


.w400 .imgBox{
	width: 400px;
}
.w400 .txtBox{
	width: 240px;
}
.w340 .imgBox{
	width: 340px;
}
.w340 .txtBox{
	width: 300px;
}
.w300 .imgBox{
	width: 300px;
}
.w300 .txtBox{
	width: 340px;
}
.w280 .imgBox{
	width: 280px;
}
.w280 .txtBox{
	width: 360px;
}
.w270 .imgBox{
	width: 270px;
}
.w270 .txtBox{
	width: 370px;
}
.w200 .imgBox{
	width: 200px;
}
.w200 .txtBox{
	width: 440px;
}
.w180 .imgBox{
	width: 180px;
}
.w180 .txtBox{
	width: 460px;
}
.w150 .imgBox{
	width: 150px;
}
.w150 .txtBox{
	width: 490px;
}
.w90 .imgBox{
	width: 90px;
}
.w90 .txtBox{
	width: 550px;
}

.wModal270 .txtBox{
	width: 300px;
}
.wModal270 .imgBox{
	width: 270px;
}



/* -- table Style -------------------- */
.tableBase01{
	width: 100%;
	margin: 1em 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #efefef;
}
.tableBase01 th,
.tableBase01 td{
	padding: 8px 10px;
	border: 1px solid #efefef;
}
.tableBase01 thead th,
.tableBase01 thead td{
	background: #ffe598;
	text-align: center;
	vertical-align: middle;
}
.tableBase01 tbody th,
.tableBase01 tbody td{
	text-align: left;
	vertical-align: middle;
}
.tableBase01 tbody th{
	font-weight: bold;
}

.tableBase02{
	width: 100%;
	margin: 1em 0;
	padding: 0;
	border-collapse: collapse;
}
.tableBase02 th,
.tableBase02 td{
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #666666;
}
.tableBase02 thead th{
	font-weight: bold;
	background: #fdfdfd;
}
.tableBase02 tbody th{
	text-align: left;
	font-weight: bold;
}

.tableBase03{
	margin: 1em 0;
	padding: 0;
	border-collapse: collapse;
}
.tableBase03 th,
.tableBase03 td{
	margin: 0;
	padding: 5px 3px;
	border: 1px solid #666666;
}
.tableBase03 thead th{
	text-align: center;
	font-weight: bold;
}
.tableBase03 tbody th{
	text-align: left;
	font-weight: bold;
}
.tableBase03 .imgCell{
	text-align: center;
}



/* -- list Style -------------------- */
.pageNavList{
	margin: 0 -20px 0 0;
	padding: 0;
	overflow: hidden;
	letter-spacing: -.4em;
}
.pageNavList li{
	display: inline-block;
	margin: 12px 20px 10px 0;
	padding: 0;
	letter-spacing: normal;
	white-space: nowrap;
}
.pageNavList li a{
	white-space: nowrap;
	text-decoration: none;
	zoom: 1;
}
.pageNavList li a:hover{
	opacity:0.6;
}
.pageNavList li a:before{
	content: url("/common/img/lm_arrow02.png");
	vertical-align: -.3em;
	margin-right: .3em;
}

.listH{
	margin: 1em -10px 1em 0;
	padding: 0;
	overflow: hidden;
}
.listH li{
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}
@media screen and (max-width:640px){
	.listH{
		margin: 1em 0;
	}
	.listH li{
		margin: 0 0 10px 0;
		padding: 0;
		float: none;
	}
}

.listDisc{
	list-style: disc;
	margin: 1em 0 1em 1.5em;
}
.listCircle{
	list-style: circle;
	margin: 1em 0 1em 1.5em;
}
ol{
	list-style: dicimal;
	margin: 1em 0 1em 2em;
}
.listSlash{
	margin: 1em 0;
}
.listSlash li{
	margin: 0;
}
.listSlash li:after{
	content: "／";
	margin: 0 .3em;
}
.listSlash li:last-child:after{
	content: "";
	margin: 0;
}


/* photo center float layout */
.phList{
	margin: 2em 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	letter-spacing: -.4em;
}
.phList li{
	display: inline-block;
	margin: 0 2px 5px 2px;
	padding: 0;
	letter-spacing: normal;
	max-width: 100%;
}
.phVTop li{
	vertical-align: top;
}
.phList li img{
	max-width: 100%;
}
.phList02{
	margin: 2em 0;
	padding: 0;
	letter-spacing: -.4em;
}
.phList02 li{
	display: inline-block;
	margin: 0 2px 5px 2px;
	padding: 0;
	letter-spacing: normal;
	max-width: 100%;
}
.caption{
	margin: -1.5em 0 0 0;
	padding: 0;
	text-align: center;
}
.captionTxt{
	display: block;
	margin: .5em 0 0 0;
	padding: 0;
	text-align: left;
}

.valigntop li{
	vertical-align: top;
}


/* index thumb list layout */
.thumbMenuList{
	margin: 0 -14px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.thumbMenuList{
		margin: 0;
	}
}
.thumbMenuList li{
	width: 320px;
	margin: 0 14px 14px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	float: left;
}
.thumbMenuList.noImg li{
	margin-bottom: 1.6em;
}
@media screen and (max-width:640px){
	.thumbMenuList li{
		width: auto;
		margin: 0 0 1em 0;
		float: none;
	}
}

.thumbMenuList li a{
	display: block;
	background: #ceecca;
	width: 280px;
	padding: 20px;
	text-decoration: none;
}
.thumbMenuList li a:hover{
	opacity: 0.6;
}
@media screen and (max-width:640px){
	.thumbMenuList li a{
		width: auto;
		padding: 10px;
	}
}

.thumbMenuList li .thumb{
	display: block;
	border: 6px solid #ffffff;
}
.thumbMenuList li .title{
	display: block;
	color: #177f06;
	text-align: center;
	font-size: 18px;
	margin: -.5em 0 .5em 0;
}
.thumbMenuList.noImg li .title{
	margin: -.5em 0;
}
.thumbMenuList li.noImg .title{
	margin: -.5em 0;
}
@media screen and (max-width:640px){
	.thumbMenuList li .title{
		text-align: left;
		margin: 0 0 .5em 0;
	}
}
.thumbMenuList li .title:before{
	content: url("/common/img/arrow_r01.png");
	vertical-align: -.1em;
	margin-right: .2em;
}






/* -- list Box Style -------------------- */
.dlBase01{
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #efefef;
	position: relative;
	overflow: hidden;
	line-height: 1.2;
}
.dlBase01 dt{
	display: inline-block;
	width: 15em;
	background: url("/common/img/line_dotted_v_01.png") no-repeat right center;
	margin: 0;
	padding: 17px 1em 10px 1em;
	float: left;
	clear: both;
}
.dlBase01 dd{
	margin: 0;
	padding: 10px 0 10px 19em;
	border-bottom: 1px solid #efefef;
	line-height: 1.7em;
}
.dlBase01 dd ul{
	margin: 0;
	padding: 0;
}
@media screen and (max-width:640px){
	.dlBase01 dt{
		display: block;
		width: auto;
		background: transparent;
		float: none;
	}
	.dlBase01 dd{
		padding: 10px;
	}
}

.dlBase02{
	background: #fffbeb;
	margin: 1em 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.dlBase02 dt{
	display: inline-block;
	margin: 0;
	padding: 10px 1em 10px 1em;
	float: left;
	clear: both;
}
.dlBase02 dd{
	margin: 0;
	padding: 10px 0 10px 9em;
}
.dlBase02 dd *:first-child{
	margin-top: 0;
}
.dlBase02 dd *:last-child{
	margin-bottom: 0;
}
.dlBase02 dd:before{
	content: "：";
	margin: 0 0 0 -2em;
	padding: 0;
	float: left;
}

.dlBase02 .listH{
	margin: 0;
}

.dlWidth3em dd{
	padding-left: 6em !important;
}
.dlWidth5em dd{
	padding-left: 9em !important;
}
.dlWidth7em dd{
	padding-left: 11em !important;
}
.dlWidth12em dd{
	padding-left: 16em !important;
}

@media screen and (max-width:640px){
	.dlBase02 dt{
		display: block;
		width: auto;
		background: transparent;
		float: none;
		font-weight: bold;
	}
	.dlBase02 dd{
		padding: 10px !important;
	}
	.dlBase02 dd:before{
		content: "";
	}
}


.dlBase03{
	margin: 1em 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.dlBase03 dt{
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	color: #39a428;
}
.dlBase03 dd{
	margin: 0;
	padding: 0;
	float: left;
}
.dlBase03 dt:after{
	content: "：";
	margin: 0;
	padding: 0;
}
@media screen and (max-width:640px){
	.dlBase03 dt{
		display: block;
		float: none;
	}
}

.dlBase04{
	margin: 1em 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.dlBase04 dt{
	display: block;
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight: bold;
}
.dlBase04 dd{
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
}





.dlFAQ{
	margin: 1em 0;
	padding: 0 0 0 2em;
}

.dlFAQ dt{
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.dlFAQ dt:before{
	content: "Q";
	display: inline-block;
	margin: 0 .5em 0 -2em;
	padding: .2em .5em;
	color: #ee87b4;
	line-height: 1;
	font-weight: bold;
}
.dlFAQ dd{
	margin: 0 0 1em 0;
	padding: 0;
}
.dlFAQ dd:before{
	content: "A";
	display: inline-block;
	margin: 0 .5em 0 -2em;
	padding: .2em .5em;
	color: #6bc1e8;
	line-height: 1;
	font-weight: bold;
}



/* -- doSearch Style -------------------- */
.doSearch .doSearchContents{
	width: 734px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width:640px){
	.doSearch .doSearchContents{
		width: auto;
	}
}
.doSearchHeader{
	width: 480px;
	background: url("/common/img/bg_dosearchtitle.png") no-repeat 0 0;
	margin: 10px auto 0 auto !important;
	padding: 30px 140px 0 190px;
	position: relative;
	height: 160px;
	font-size: 1.15em;
}
@media screen and (max-width:640px){
	.doSearchHeader{
		width: auto;
		height: auto;
		background: transparent !important;
		margin: 0;
		padding: 0 20px;
	}
}

.doSearchHeader:after{
	content: "";
	position: absolute;
	top: -7px;
	right: -53px;
}
.doSearchHeader h2{
	position: absolute !important;
	top: -25px;
	left: -35px;
}
@media screen and (max-width:640px){
	.doSearchHeader:after{
		display:none;
	}
	.doSearchHeader h2{
		position: static !important;
		text-align: center;
	}
}




.doSearch .newsList{
	min-height: 590px;
	margin: -10px -45px 0 0;
	padding: 0;
	letter-spacing: -0.4em;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width:640px){
	.doSearch .newsList{
		text-align: center;
		margin: 10px 0 0 0;
	}
}
.doSearch .newsList a:hover {color: #858585;}
.doSearch .newsList a:active {color: #858585;}


.doSearch .newsList li{
	background: url("/img/line_topics.png") no-repeat center top;
	width: 212px;
	height: 260px;
	margin: -4px 15px 0 0 !important;
	padding: 25px 15px !important;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	text-align: center;
	zoom: 1;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:640px){
	.doSearch .newsList li{
		margin: -4px auto 0 auto !important;
	}
}

.doSearch .newsList li a{
	text-decoration: none;
}
.doSearch .newsList .event:after{
	content: "";
	width: 56px;
	height: 66px;
	background: url("/img/ico_event.png") no-repeat 0 0;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 1000;
}
.doSearch .newsList .topics:after{
	content: "";
	width: 56px;
	height: 43px;
	background: url("/img/ico_topics.png") no-repeat 0 0;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 1000;
}
.doSearch .newsList li a img{
	display: block;
	margin: 0 0 5px 0;
	position: relative;
	z-index:-1;
}
.doSearch .newsList li canvas {
	/*position: absolute;*/
	/*height: 100px;*/
}

.doSearch .moreBtn{
	display: none;
	margin: 3em auto;
	text-align: center;
}


.relatedLinkContents{
	width: 720px;
	background: #fffdf0;
	margin: 3em auto;
	padding: 10px 20px;
	border-radius: 9px;
	border: 3px solid #39a428;
}
@media screen and (max-width:640px){
	.relatedLinkContents{
		width: auto;
		margin: 3em 1em;
	}
}

.relatedLinkContents h3{
	margin: .5em 0 1em 0;
	padding: 0 0 .5em 0;
	border-bottom: 3px dotted #ffcbd4;
	font-size: 1.3em;
}

.relatedLinkList a:before{
	content: url("/common/img/arrow_r01b.png");
	vertical-align: -.2em;
	margin-right: .5em;
}


/* -- sns button style -------------------- */
div.snsbtn{
	width:92%;
	margin:1em 4%;	
}
div.snsbtn_child{
	padding-left:0.5em;
	float:left;
}


