@charset "utf-8";


/*
*
*	Common
*
*	+ Outline
*	+ Header
*	+ Contents
*	+ Footer
*	+ Common
*
*/

/*/////////////////////////////////////////////////////////////////////////////////////////////

	+ Outline

/////////////////////////////////////////////////////////////////////////////////////////////*/
html{			
	font-size:14px;
}

body{
	background: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	color:#333333;
	vertical-align:baseline;
	letter-spacing:0;
	font-size:14px;
	font-family:"Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
	line-height:2.3;
	-webkit-text-size-adjust:none;
	text-align: center;
}
a{
	color:#5d1016;
	text-decoration:none;
}
a:hover,a:active{
	text-decoration:underline;
}
a:visited{
}
.mincho{
	font-family:"Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝","Helvetica Neue","Helvetica","Arial","メイリオ","Meiryo","Verdana","sans-serif" !important;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02);
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
.tit_l{
	font-size: 30px;
	font-weight: bold;
	font-family:"Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝","Helvetica Neue","Helvetica","Arial","メイリオ","Meiryo","Verdana","sans-serif" !important;
}
.tit_s{
	font-size: 24px;
	font-weight: bold;
	font-family:"Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝","Helvetica Neue","Helvetica","Arial","メイリオ","Meiryo","Verdana","sans-serif" !important;
}
.bg_gray{background-color:#f7f7f7;padding-top:25px;}
.bg_blue{background-color:#f0f6ff;padding-top:25px;}
.bg_white{background-color:#fff;padding-top:25px}
.inner{width:980px;margin: 0 auto;}
#contents .inner div{margin-bottom: 30px}
#contents .inner p{margin-bottom: 15px}
.overhidden{overflow:hidden;zoom:1;}
.clear{clear:both;}
.f_red{color:#e60012 !important;}
.f_10{font-size:10px !important;}.f_11{font-size:11px !important;}.f_12{font-size:12px !important;}.f_13{font-size:13px !important;}.f_14{font-size:14px !important;}.f_15{font-size:15px !important;}.f_16{font-size:16px !important;}.f_18{font-size:18px !important;}.f_20{font-size:20px !important;}.f_22{font-size:22px !important;}.f_24{font-size:24px !important;}.f_28{font-size:28px !important;}.f_32{font-size:32px !important;}.f_bold{font-weight:bold;}
.mb_0{margin-bottom:0px !important;}.mb_5{margin-bottom:5px !important;}.mb_10{margin-bottom:10px !important;}.mb_15{margin-bottom:15px !important;}.mb_20{margin-bottom:20px !important;}.mb_30{margin-bottom:30px !important;}.mb_40{margin-bottom:40px !important;}.mb_50{margin-bottom:50px !important;}.mb_60{margin-bottom:60px !important;}
img.zoom{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition:0.5s ease;}
img.zoom:hover {-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}


/*/////////////////////////////////////////////////////////////////////////////////////////////

	+ Header

/////////////////////////////////////////////////////////////////////////////////////////////*/
#header{
	height: 185px;

	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top:13px;
	z-index: 10;
}
#logo_h1{
	float:left;
	width: 420px;
	margin-top:13px;
	text-align: left;
}
#logo_h1 #logo{
	float:left;
}
#logo_h1 .h1{
	font-size:14px;
	width: 230px;
	float: right;
	margin-top: 18px;
}
#tel{
	float:right;
	width:530px;
}
#tel_l{
	width:262px;
	float:left;
}
#tel_r{
	width:261px;
	float:right;
	background:#f5f5f5;
}
#tel_r dd{
	display:block;
	padding:15px 0 15px 15px;
}
#tel_r dd a{
	display:block;
	width:232px;
	height:33px;
	background:#fff;
}
#global_nav{
	display: block;
	border-bottom: 8px solid #e60012;
	overflow: hidden;
	zoom:1;
	position: absolute;
	bottom:-28px;
	left:0;
	z-index: 10;
}
#global_nav li{
	float:left;
}
#global_nav li a{
	display: block;
	height: 73px;
}
#gn_home a{
	width: 87px;
	background:url(../images/common/gn_home_on.gif) no-repeat 0 0;
}
#gn_about a{
	width: 311px;
	background:url(../images/common/gn_about_on.gif) no-repeat 0 0;
}
#gn_info a{
	width: 191px;
	background:url(../images/common/gn_class_on.gif) no-repeat 0 0;
}
#gn_class a{
	width: 178px;
	background:url(../images/common/gn_list_on.gif) no-repeat 0 0;
}
#gn_flow a{
	width: 213px;
	background:url(../images/common/gn_flow_on.gif) no-repeat 0 0;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////

	+ Contents

/////////////////////////////////////////////////////////////////////////////////////////////*/

#contents{
	max-width:1580px;
	min-width:980px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 5;
}
#block_contact{
	background:url(../images/common/bg_contact.jpg) no-repeat;
	background-size:1580px auto;
	background-position:center bottom;
	background-attachment:fixed;
	*background-attachment:scroll;
	padding:60px 50px 50px;
	margin-bottom: 15px;
}
#block_contact .inner{
	background-color:rgba(255,255,255,0.7);
	*background-color:#fff;
	width: 940px;
	padding:20px;
	margin-bottom: 20px;
	overflow:hidden;
}

#bc_l{
	display:block;
	width:457px;
	float:left;
}
#bc_r{
	width:457px;
	float:right;
}
#bc_r dd{
	display:block;
	background:#fff;
	padding:25px 24px;
	width:407px;
	height:46px;
}

#block_contact h3{
	font-size:26px;
	background:url(../images/common/icon_tel.png) no-repeat left center;
	padding:10px 0 10px 58px;
	display: inline;
	font-weight: bold;
}
#block_contact .expla{
	//font-size:16px;
	font-size:15px;
	//margin-bottom: 8px;
	margin-bottom: 15px;
}
#block_contact ul{
	width: 750px;
	margin: 0 auto;
}
#block_contact ul li{
	float: left;
	margin:0 25px;
}
#block_contact ul li a{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
	transition:0.2s ease;
}
#block_contact ul li a:hover{
	opacity: 0.7;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////

	+ Footer

/////////////////////////////////////////////////////////////////////////////////////////////*/
#footer{
	background:#ecf2f9;
}
#footer_wrap{
	width:980px;
	margin:0 auto;
	padding:25px 0 25px;
	line-height: 1.4;
}
#footer_nav{
	width:710px;
	text-align: left;
	float: left;
}
#footer_nav_01{
	width: 280px;
	float: left;
}
#footer_nav_01 dt{
	font-size: 16px;
	margin-bottom: 18px;
}
#footer_nav_01 dt a{
	padding-left:13px;
	display: block;
	background:url(../images/common/arrow_blue_l.png) no-repeat left center;
	color:#333;
}
#footer_nav_01 dd{
	font-size: 14px;
	margin-left: 15px;
	margin-bottom: 12px;
}
#footer_nav_01 dd a{
	padding-left:13px;
	display: block;
	background:url(../images/common/arrow_blue_m.png) no-repeat left 5px;
	color:#333;
}
#footer_nav_02{
	display: block;
	width: 430px;
	float: left;
}
#footer_nav_02 dt{
	font-size: 14px;
	margin-bottom: 15px;
}
#footer_nav_02 dt a{
	padding-left:13px;
	display: block;
	background:url(../images/common/arrow_blue_m.png) no-repeat left 5px;
	color:#333;
}
#footer_nav_02 dd{
	background: #fff;
	display: block;
	padding: 20px 5px 5px 20px;
	font-size: 12px;
	overflow: hidden;
	zoom:1;
}
#footer_nav_02 dd ul{
}
#footer_nav_02 dd ul li{
	margin: 0 0 0 0;
	display: block;;
	float: left;
	width: 200px;
}
#footer_nav_02 dd ul li a{
	background:url(../images/common/arrow_red_s.png) no-repeat left 3px;
	padding-left:12px;
	display: block;
	margin: 0 15px 15px 0;
	color:#333;
}
#footer_logo{
	width: 240px;
	float: right;
	text-align: right;
}
#footer_logo dt{
	margin-bottom: 10px;
}
#footer_logo .tit{
	font-weight: bold;
	margin-bottom: 10px;
}
#footer_logo .tel{
	margin-bottom: 7px;
	font-size: 14px;
}
#footer_logo .time{
	
}
#copyright{
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 3;
}
.pageTop {
	position:relative;
	width:100%;
	max-width:900px;
	height:0;
	margin:0 auto;
	display: none;
	z-index: 10;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 50px;
	height:50px;
	margin-left:920px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
	transition:0.2s ease;
}
.pageTop a:hover{
	opacity: 0.7;
}