body{
	line-height:1.7;
	font-size:13px;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック","MS PGothic","sans-serif","arial","helvetica";
	box-sizing: border-box;
}

a{
	color:#006cb8;
	text-decoration:none;
}
.top_margin {
	margin-top:65px;
}
.pages {
	margin-top:75px;
}
.top_margin2 {
	margin-top:80px;
}
.pan_pad{
	padding-top:65px;
	margin-bottom:15px;
}
.w1080 {
	max-width:1080px;
	width:100%;
	margin:0 auto;
}
.w1000{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.w750{
	max-width:750px;
	width:100%;
	margin:0 auto;
}
.w550{
	max-width:550px;
	width:100%;
	margin:0 auto;
	padding:0 25px;
}
.w790 {
	max-width:790px;
	width:100%;
	margin:0 auto;
}
.align_center{
	text-align:center;
	margin:auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.absolutecenter{
	position:absolute;
	left:0;
	right:0;
}
.respd{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.center {
	display:block;
	margin:0 auto;
}
.clear {
	clear:both;
}

/*--------パンくず---------*/

.pan_link{
	margin:0 auto;
	z-index:20;
	position:fixed;
	top:65px;
	width:100%;
	display:block;
	padding:5px 0;
}
.pan_right{
	float:right;
	padding:0 20px;
}
.pan_left{
	float:left;
	padding-left:20px;
}
.link_area_all{
	text-align:right;
	padding:15px 15px 0 0;
	width:100%;
	max-width:1080px;
	margin:0 auto;
}

.pan_link a,.link_area_all a{
	text-decoration:underline;
	color:#555;
}

@media screen and (max-width: 768px) {
	.pan_link{
		top:40px;
	}
	.pan_left{
		display:none;
	}
	.pan_pad{
		padding-top:35px;
	}
}


/*--------/パンくず---------*/

@media screen and (max-width: 1020px) {
	.w1000{
		padding:0 15px;
	}
}
@media screen and (max-width: 768px) {
	.w750{
		padding:0 15px;
	}
	.forpc{
		display:none;
	}
}



/*---------------------------- ヘッダー・フッター ----------------------------*/
.headerlogo{
	max-width:490px;
	width:40%;
	margin:auto;
}
.headerback{
	width:100%;
	height:auto;
}
.footerline{
	border-top:#eee 1px solid;
	margin-top:60px;
}
.footerback{
	background:#eee;
	padding:20px 0;
}
.footer_left{
	float:left;
	width:48%;
}
.footer_right{
	float:right;
	width:48%;
}
.slider{
	padding:10px 0;
}
.slideritem{
	padding:5px;
}
.footertext{
	font-size:12px;
	line-height:1.4;
	margin-top:7px;
}
.totop{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.totop a{
	box-shadow:0 0 0 1px #fff inset;
	border: 1px solid #555;
	padding: 15px 25px;
	background: #555;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	letter-spacing: 1px;
}
.copyright{
	text-align:center;
	color:#ccc;
	padding:15px 0;
}

@media only screen and (max-width: 768px) {
	.slideritemimg{
		height:80px;
	}
}
@media only screen and (max-width: 640px) {
	.footer_left{
		float:none;
		width:100%;
	}
	.footer_right{
		padding-top:50px;
		float:none;
		width:100%;
	}
}
@media only screen and (max-width: 480px) {
	.slideritemimg{
		height:50px;
	}
}

/*---------------------------- メインコンテンツ ----------------------------*/
.maincontents{
	margin:20px 0;
	padding:20px 0 0;
	font-size:14px;
	line-height:2;
}
.pan{
	text-align:right;
	margin-bottom:30px;
}

@media screen and (max-width: 768px) {
	.maincontents{
		padding:30px 0 10px 0;
	}
}

@media screen and (max-width: 480px) {
	.maincontents{
		padding:30px 0 10px 0;
		font-size:12px;
	}
	.pan{
		text-align:center;
	}
}

/*---------------------------- ストライプエリア ----------------------------*/
.stripe_top{
	background:url(../img/stripe_top.gif) repeat-x;
	height:8px;
}
.stripe_back{
	background:url(../img/stripe.gif);
	padding:40px 20px;
	text-align:center;
}
.stripe_back_paddings{
	background:url(../img/stripe.gif);
	padding:25px;
	text-align:center;
	line-height:1.2;
}
.stripe_bottom{
	background:url(../img/stripe_bottom.gif) repeat-x;
	height:8px;
}
.stripe_catch{
	font-size:24px;
	line-height:1.3;
	color:#61c1bd;
	font-weight:bold;
	padding:7px 0;
}

@media screen and (max-width: 480px) {
	.stripe_back{
		padding:30px 20px;
	}
	.stripe_catch{
		font-size:16px;
	}
	.ress480_none{
		display:none;
	}
}

@media screen and (max-width: 320px) {
	.stripe_back{
		padding:15px;
	}
	.stripe_catch{
		padding:7px 0;
	}
	.dotarea{
		padding:20px;
	}
}


/*---------------------------- ドットエリア ----------------------------*/
.dotarea{
	background:#e5f3f2 url(../img/dot_top.gif) repeat-x top;
	text-align:center;
	padding:30px 0 80px 0;
}
.dotcatch{
	margin-bottom:40px;
}
.greentext{
	padding:40px 0;
	color:#1fa79c;
}

@media screen and (max-width: 480px) {
	.dotarea{
		padding:20px 0 50px 0;
	}
}

/*---------------------------- お客様の声エリア ----------------------------*/
.customersvoicearea{
	margin:60px auto;
}
@media screen and (max-width: 480px) {
	.customersvoicearea{
		margin:40px auto;
	}
}

/*----------------------------- clearfix -------------------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.clear{
	clear:both;
}

/*----------------------------- responsive -------------------------------*/
.respd{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.common_forsp{
	display: none;
}
@media screen and (max-width: 768px) {
	.common_forpc{
		display: none;
	}
	.common_forsp{
		display: block;
	}
}
