@import url(reset.css);
@import url(common.css);

@charset "utf-8";

/* wrapper  ---------------**/
#wrapper {
	width: 1100px;
	margin: 0 auto;
	background: #fff;
	border-right: 1px solid #3e3a39;
	border-left: 1px solid #3e3a39;
}
/* c_header */

#c_hdImg {
	width: 800px;
	margin: 45px auto 0;
}

.head_img{
	width: 800px;
	height: 430px;
	text-indent: -9999px;
	background: url(../images/howto/img_head.jpg) no-repeat;
}
#c_hdImg h2 {
	width: 512px;
	font-weight: 100;
	font-size: 24px;
	padding-top: 45px;
	padding-right:70px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	letter-spacing: 3px;
}
#c_hdImg p{
	font-size: 18px;
	padding-bottom: 5px;
	text-align: left;
	line-height:2em;
	margin: 15px 0 0 0;
	letter-spacing: 3px;
}

#c_contents{
	margin: 70px 0 0 0;
}

#c_contents .boxArea {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 96px;
}
#c_contents .boxArea .box_text{
	font-size:18px;
	line-height:2em;
	padding:20px 0;
	text-align: left;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	margin: 20px 0 0 0;
}
#c_contents .boxArea h3 {
	color: #6487ae;
	font-size: 20px;
	font-weight: 100;
	margin: 0 0 0 -10px;
}
#c_contents .boxArea div img {
	padding: 20px 0 0 0;
	width: 320px;
	height: 260px;
}
#c_contents .boxArea div img.plAdjst {
	padding-right: 8px;
}
#c_contents .boxArea div.box0 img {
	width: 650px;
	height: 430px;
}
#c_contents .boxArea p {
	text-align: left;
	line-height: 1.7;
	font-size: 15px;
	padding: 15px 0 0 0;
}
#c_contents .boxArea .cap {
	font-size: 14px;
	color: #808080;
}
#goTopBtn {
	margin-top: 150px;
}

.sp_show_br{
	display: none;
}

.sp_show_span{
	display: none;
}

@media screen and (max-width: 767px){

#wrapper {
	width: auto;
	border-right: none;
	border-left: none;
}

#c_hdImg {
	width: auto;
	margin: 0 auto 50px;
}

#c_hdImg .head_img{
	display: block;
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
	text-indent: 0;
}

#c_hdImg .head_img img{
	width: 100%;
}

#c_hdImg h2 {
	width: auto;
	font-size: 21px;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	margin: 0 20px;
	letter-spacing: 1px;
	line-height: 1.5;
}

#c_hdImg p{
	margin: 0 20px;
	letter-spacing: 1px;
	padding: 20px 0 0 0;
}

#c_contents .boxArea {
	width: auto;
	margin: 0 20px;
	text-align: left;
	margin-bottom: 60px;
}


#c_contents .boxArea div.box0{
	text-indent: 0;
	background: none;
	width: auto;
	height: auto;
}

#c_contents .boxArea div.box0 img {
	width: 100%;
	height: auto;
}

#c_contents .boxArea p {
	font-size: 14px;
}

#c_contents .boxArea h3{

}

h3.sp_line{
	line-height: 1.9;
}

.sp_show_br{
	display: inline;
}

.sp_show_span{
	display: inline;
	padding: 0 32px 0 0;
}

#c_contents .boxArea div.box0 img.second_img{
	padding: 12px 0 0 0;
}

#c_contents .boxArea .box_text{
	padding: 11px 0;
}

}