@charset "UTF-8";
/*
 個別style
*/
body{
    margin: 0;
    background-color: #fff;
}
div#containerWrapper{
    background-color: #fff !important;
}
div#contentHeader{
	width: 1000px;
	margin: 0 auto;
	padding-top: 1em;
}
.btn_pagetop_authority {
    width: 950px;
    font-weight: bold;
    margin: 20px auto 30px;
    text-align: right;
}
a:hover{
	opacity: 0.5;
}

#containerInner{
}
#container{
	padding-bottom: 30px !important;
}
#wrapper{
	position: relative;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
#contentMain{
	width: 100% !important;
	text-align: center;
	margin: 0 auto !important;
	font-size: 20px;
	letter-spacing: 0.3em;
	line-height: 1.6em;
}

#page-top {
    position: fixed;
    bottom: 7px;
    right: 20px;
    z-index: 100;
}

#contentMain section{
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1.5em;
}
#contentMain section.p0{
	padding-top: 0;
}
#contentMain section > div.w950{
	width: 950px;
	margin: 0 auto;
}

.mt10{ margin-top: 10px }
.mt25{ margin-top: 25px }
.mt40{ margin-top: 40px }
.mt50{ margin-top: 50px }
.mb50{ margin-bottom: 50px }

.relative{
	position: relative;
}

.top_txt{
	font-size: 22px;
/*	font-weight: bold;*/
	line-height: 2;
	margin-top: -90px;
	margin-bottom: 20px;
}
.top_txt p{
	font-size: 18px;
}

h2{
	font-size: 20px;
	font-weight: bold;
	color: #009eda;
	margin-bottom: 20px;
}

.guideline_box .link_area a{
	color: #666666;
}
.guideline_box .link_area img{
	border: 1px solid #000000;
	width: 200px;
}
.guideline_box .txt_link{
	margin-top: 10px;
	font-weight: bold;
}
.guideline_box .link_area a:hover .txt_link{
	opacity: 0.5;
}

.btn_box ul li{
	display: inline-block;
	margin: 0 10px;
}

/*----------------------------------------
	お客様ページ
-----------------------------------------*/
#containerWrapper.raiten section img{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------------------
	clear_fix
-----------------------------------------*/
.cf:before, .cf:after {
	content:"";
	display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */
