@charset "utf-8";
/* CSS Document */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
.pc{display:none;}
body {font-size:15px;line-height:22px;font-family: "メイリオ", sans-serif;color:#333333;}
strong {color:#d9323f;font-weight:bold;}
body {
	font-size:12px;
	line-height:18px;
	font-family: "メイリオ", sans-serif;
}

#yasumi {
	background-color:#ffffff;
	padding:10px;
	color:#f43d3d;
	font-size:11px;
	line-height:14px;
}
#yasumi-title{
	font-size:16px;
	text-align:center;
	border-bottom:1px solid #b72323;
	margin-bottom:15px;
	padding-bottom:5px;
}
.side_bn_sp{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

.side_bn_sp img {
	width:100%;
	vertical-align: bottom;
}


#bn_isms img,
#bn_soudankai img{
	width:100%;
	vertical-align: bottom;
}

#bn_isms,
#bn_soudankai{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	margin-top:20px;
}
.bn-soudan{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	margin-top:20px;
}
.bn-soudan img {
	width:100%;
	vertical-align: bottom;
}
a {
	color:#06C;
}

a:hover {
	text-decoration:underline;
}

#main ul {
	padding:0px;
	background-color:#f5f5f5;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	/*border:1px dotted #3e3a39;*/
}
#main ul li{
	background-image:url(../img/icon_list.png);
	background-repeat:no-repeat;
	padding-left:20px;
	font-weight:bold;
}

#main ul#link{
	margin-top:30px;
}
#main ul#link li {
	background-image:url(../img/arrow_more.png);
	background-size:15px;
	background-position:0px 2px;
}

.cb-header2 {
display:block;
z-index: 100;
position: fixed;
top: -150px;
left: 0;
background-color: rgba(255,255,255,0.9);
width:100%;
box-shadow: 0 2px 2px #bbbbbb;
border-bottom: 1px solid #cccccc;
}

.cb-header2 #cb-tel_sp,
.cb-header2 #cb-contact_sp{
	width:50%;
	float:left;
	box-sizing: border-box;
}
.cb-header2 #cb-tel_sp img,
.cb-header2 #cb-contact_sp img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.cb-header2 #cb-tel_sp{
border-right:1px solid #cccccc;
padding-bottom:1px;
}


#main-img {
	background-color:#eeeeee;
	height:300px;
	background-image:url(../img/top/bg_topmain3.jpg);
	background-size:auto 100%;
	background-position:center;
}
#main-img .inner{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
}
#main-img img{
	width:100%;
	vertical-align: bottom;
}




#main-img2 {
	background-color:#eeeeee;
	height:300px;
	background-image:url(../img/top/bg_topmain5.jpg);
	background-size:100% auto;
	background-position:bottom center;
}
#main-img2 .inner{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
}
#main-img2 img{
	width:100%;
	vertical-align: bottom;
}

/*spmenu
====================================================================================================*/

#glayLayer{
	display: none;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#cccccc;
    opacity: 0.8;
    filter:alpha(opacity=80);
	z-index:10;
}
#spMenu{
	z-index:11;
    display: none;
    box-sizing: border-box;
    background: #ffffff;
    position:absolute;
    z-index: 1000;
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:10px;
	filter:alpha(opacity=100);
	-moz-opacity: 0.9;
	opacity: 1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#spMenu ul li {
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #eeeeee;
	margin:0;
	padding:0;
	
}
#spMenu ul li:first-child{
	padding-top:0px;
}
#spMenu ul li:last-child{
	border:none;
	padding-bottom:0px;
}
#spMenu ul li a {
	text-decoration:none;
	font-weight:bold;
	background-image:url(../img/sp/arrow_right.png);
	background-position:right center;
	background-size:auto 55%;
	background-repeat:no-repeat;
	margin-left:10px;
	display:block;
	height:35px;
	line-height:35px;
	font-size:12px;
	color:#333333;
}
#spMenu ul li.pan a {
	text-decoration:none;
	font-weight:bold;
	background-image:url(../img/sp/arrow_right.png);
	background-position:right center;
	background-size:auto 55%;
	background-repeat:no-repeat;
	margin-left:10px;
	display:block;
	height:45px;
	line-height:45px;
	font-size:12px;
}
#closeBtn{
	 position:absolute;
	 display: none;
	 z-index: 2000;
	width:96%;
	margin-left:2%;
	margin-right:2%;;
	margin-top:-40px;
	text-align:right;
}
#closeBtn a{
	width:30px;
	height:30px;
	display:block;
	margin-left:92%;;
	background-color:#222222;
	background-image:url(../img/header/sp/bg_btn_close.jpg);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	overflow:hidden;
}







#header{
	border-bottom:1px solid #cccccc;
	height:50px;
	background-image:url(../img/header/bg_header.jpg);
	background-repeat:repeat-x;
	background-size:auto 5px;
}
#header #logo a{
	margin-top:10px;
	display:block;
	width:300px;
	height:30px;
	background-image:url(../img/header/sp/logo_sp.jpg);
	background-size:300px auto;
	text-indent:-1000px;
	overflow:hidden;
	float:left;
	margin-left:10px;
}
#header #menu-icon #menuButton {
	width:30px;
	height:30px;
	display:block;
	background-image:url(../img/header/sp/hd-menu-icon3.jpg);
	background-repeat:no-repeat;
	float:right;
	background-size: 30px auto;
	margin-right:10px;
	margin-top:12px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#topmenu{
	border-bottom:1px solid #cccccc;
}
#tel_sp,
#contact_sp{
	width:50%;
	float:left;
	box-sizing: border-box;
}
#tel_sp img,
#contact_sp img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
#tel_sp{
border-right:1px solid #cccccc;
padding-bottom:1px;
}


strong {
	color:#d9323f;
}


#wap {
	width:100%;
	overflow:hidden;
}


#main {
	width:100%;
	padding:10px;
	box-sizing: border-box;
	padding-top:30px;
}
#main h1{
	background-image:url(../img/bg_h1.jpg);
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	background-size: auto 100%;
}
#main h2{
	font-weight:bold;
	background-color:#f7f8f8;
	margin-top:50px;
	margin-bottom:20px;
	padding:10px;
	font-size:12px;
	border-left:5px solid #d9323f;
}

#main h2.que{
	padding:0;
	background-color:#ffffff;
	color:#C36;
	border-left:none;
}


#main h3{
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	margin-top:20px;
}
#main h4{
	font-weight:bold;
	margin-top:10px;
	color:#09C;
}
/*side
--------------------------------------------------------------------------------------------*/
#side {
	width:100%;
	box-sizing: border-box;
	margin-top:30px;
}

#side ul {
	border-top:3px solid #eeeeee;
	font-size:12px;
	margin-top:15px;
}

#side ul li a {
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	display:block;
	width:100%;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #eeeeee;
	padding-left:30px;
	box-sizing: border-box;
	padding-right:10px;
	line-height:16px;
	background-image:url(../img/side/arrow_menu.png);
	background-repeat:no-repeat;
	background-position:10px center;
	
}

#side ul li a:hover {
	background-color:#FFC;
}




#footer {
	background-color:#ffffff;
	border-top:3px solid #7F2833;
	padding-top:20px;
}

#footer .inner {
	width:100%;
	padding:10px;
	box-sizing: border-box;
	padding-bottom:0;
}
#footer .inner .office{
	font-size:12px;
	font-weight:bold;
}
#footer .inner .office .name {
	font-size:18px;
	background-image:url(../img/footer/logo.png);
	padding-left:38px;
	background-repeat:no-repeat;
	background-size:30px auto;
	background-position:0 -5px;
}
#footer .inner .office .name span{
	font-size:12px;
	font-weight:bold;
	padding-left:7px;
}
#footer .inner .office .address {
	margin-top:10px;
	font-weight:normal;
	margin-bottom:15px;
}
#footer .inner #map {
	/*border:1px solid #ffffff;*/
	/*background-color:#9C0;*/
}
#footer .inner #map iframe{
  width: 100%;
}

#ft_photo {
	margin-top:30px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}


#copy {
	text-align:center;
	padding:15px;
	font-weight:bold;
	background-color:#d9323f;
	color:#FFFFFF;
	font-size:10px;
}
#pagetop{
	text-align:center;
	height:30px;
	margin:0;
}
#pagetop img{
	vertical-align:bottom;
	width:auto;
	height:100%;
	
}

/*soudan
--------------------------------------------------------------------------------------------*/
#main #soudan h2{
	padding:0;
	border:1px solid #222222;
	font-size:12px;
	line-height:20px;
	height:auto;
	padding:8px;
	font-weight:bold;
	padding-left:5px;
	background-color:#FFFFFF;
	margin-top:30px;
	margin-bottom:20px;
	background-image:none;
	color:#333;
}

#main #soudan h2 span.merit-icon {
	background-color:#faf107;
	border:1px dotted #3e3a39;
	color:#3e3a39;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	font-weight:bold;
	font-size:12px;
	margin-right:15px;
	line-height:14px;
	
}


#main #soudan .photo,
#main #soudan .photo{
	margin-bottom:5px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.merit-box1 .text {
}
#main #soudan .photo img,
#main #soudan .photo img {
	width:100%;
}

.arrow {
	text-align:center;
	padding-top:30px;
}
.arrow img {
	width:30px;
}




/*staff
--------------------------------------------------------------------------------------------*/
.staff_box{
margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #cccccc;
}
.staff_box .photo{
	margin-bottom:5px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	
}

.staff_box .photo img {
	width:100%;
}


.staff_box .name {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}

.staff_box .name span.shikaku {
	font-size:12px;
	margin-right:15px;
}

.staff_bottom{
	margin-bottom0px;
	padding-bottom:0px;
	border-bottom:none;
}


/*ryokin
--------------------------------------------------------------------------------------------*/
#ryokin{
	background-color:#ffffff;
	margin-bottom:10px;
}
.ryokin-box{
	margin-bottom:40px;
	border-bottom:1px solid #cccccc;
	padding-bottom:20px;
	}

.ryokin-box .con{
	margin-top:10px;
}
.ryokin-box .head{
	color:#093;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	}
.ryokin-box .read{
	border:1px solid #F30;
	background-color:#FFC;
	text-align:left;
	font-weight:bold;
	padding:7px;
	color:#F30;
	margin-bottom:5px;
}
.ryokin-box .desc{
	margin-bottom:10px;
}


.koe_img{
	margin-bottom:5px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.koe_img img {
	width:100%;
}
.sub{
	border:1px dotted #cccccc;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#lawimg{
	margin-bottom:5px;
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
#lawimg img {
	width:100%;
}



#officemap iframe{
  width: 100%;
}


#ismsimg{
	margin-bottom:5px;
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
#ismsimg img {
	width:100%;
}

.map iframe{
  width: 100%;
}




#page-title{
	width:100%;
	height:150px;
	background-image:url(../img/bg_page.jpg);
	background-size:auto 100%;
	background-position:center;
	text-align:center;
	box-sizing: border-box;
	padding-top:50px;
}
#page-title .title {
	font-size:28px;
	color:#FFF;
	font-weight:bold;
}
#page-title .slug {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	margin-top:10px;
}




#contact-info {
	width:100%;
	padding:20px;
	box-sizing: border-box;
	background-image:url(../img/bg_contact-info.jpg);
	color:#FFFFFF;
	margin-top:10px;
}

#contact-title{
	width:100%;
	font-size:18px;
	line-height:18px;
	padding-top:20px;
	text-align:center;
	border-bottom:1px solid #ffffff;
	padding-bottom:15px;
	margin-bottom:15px;
	font-weight:bold;
}
#contact-title span.slug{
	font-size:12px;
}
#contact-right{
	padding-bottom:5px;
}
#contact-text{
	margin-bottom:15px;
}
#contact-tel {
	width:100%;
	margin-bottom:15px;
}
#contact-form {
	width:100%;
}
#contact-form a,
#contact-tel a{
	height:80px;
	box-sizing: border-box;
	border:1px solid #ffffff;
	display:block;
	text-align:center;
	line-height:80px;
	font-size:22px;
	color:#FFF;
	text-decoration:none;
	border-radius: 3px;
	
}

#contact-tel a{
	font-size:24px;
	
}
#contact-form a:hover{
	background-color: rgba(217,50,63,0.5);
}

#hfgzu{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
#kouseizu{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
#hfgzu img,
#kouseizu img {
	width:100%;
}


#about-office-title{
	width:100%;
	font-size:18px;
	line-height:18px;
	padding-top:20px;
	text-align:center;
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:15px;
	box-sizing: border-box;
	border-top:5px solid #EEEEEE;
	font-weight:bold;
}
#about-office-title span.slug{
	font-size:12px;
}
#about-office-right{
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	box-sizing: border-box;
	
	
}
#about-office-right ul{
	background-image:url(../img/top/bb_about-office.jpg);
	background-size:auto 100%;
}
#about-office-right ul li {
	width:50%;
	height:100px;
	
	float:left;
	box-sizing: border-box;
}
#about-office-right ul li.w100{
	width:100%;
}
#about-office-right ul li.w34{
	width:100%;
}
#about-office-right ul li a {
	width:100%;
	height:100px;
	display:block;
	color:#333333;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	border:1px solid #eeeeee;
	font-weight:bold;
	padding-top:30px;
	box-sizing: border-box;
}
body #about-office-right ul li span.slug{
	font-size:11px;
}
@media only screen and (min-width: 680px) {
#yasumi {
	background-color:#ffffff;
	padding:15px;
	color:#f43d3d;
	font-size:14px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	margin-top:30px;
	border-radius: 3px;
	line-height:18px;
	text-align:center;
	border:2px solid #b72323;
}
#yasumi-title{
	font-size:16px;
	text-align:center;
	border-bottom:1px solid #b72323;
	margin-bottom:15px;
	padding-bottom:5px;
}	
	#page-title{
	width:100%;
	height:300px;
	background-image:url(../img/bg_page.jpg);
	background-size:auto 100%;
	background-position:center;
	text-align:center;
	box-sizing: border-box;
	padding-top:100px;
}
#page-title .title {
	font-size:60px;
	line-height:60px;
	color:#FFF;
	font-weight:bold;
}
#page-title .slug {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	margin-top:20px;
}

.sp {display:none;}
.pc{display:block;}
.cb-header {
display:block;
z-index: 100;
position: fixed;
top: -150px;
left: 0;
height:90px;
background-color: rgba(255,255,255,0.9);
width:100%;
box-shadow: 0 2px 2px #bbbbbb;
border-bottom: 1px solid #3e3a39;
}



.cb-header .inner {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
.cb-header .inner a {
	color:#FFF;
}
body {
	font-size:14px;
	line-height:24px;
	font-family:'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	/*font-family: "メイリオ", sans-serif;*/
}

h1,
h2,
h3,
#footer,
.more-link,
#copy{
	font-family:'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main-img {
	background-repeat:repeat-x;
	height:450px;
	background-image:url(../img/top/bg_topmain3.jpg);
	background-size:100% auto;
	background-position:right center;
}
#main-img img{
	width:auto;
	vertical-align: bottom;
}
#main-img .inner {
	padding-top:40px;
	width:840px;
	margin-left:auto;
	margin-right:auto;
}


#main-img2 {
	background-repeat:repeat-x;
	height:600px;
	background-image:url(../img/top/bg_topmain5.jpg);
	background-size:100% auto;
	background-position:bottom center;
}
#main-img2 img{
	width:auto;
	vertical-align: bottom;
}
#main-img2 .inner {
	padding-top:60px;
	width:840px;
	margin-left:auto;
	margin-right:auto;
}





#wap{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

#main {
	float:right;
	width:1000px;
	overflow:hidden;
	padding:0;
}

#main h1{
	background-image:url(../img/bg_h1.jpg);
	height:92px;
	line-height:92px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	margin-bottom:20px;
	width:800px;
}
/*
#main h2{
	padding:0;
	border:none;
	color:#FFF;
	font-weight:bold;
	background-color:#333333;
	height:40px;
	line-height:40px;
	margin-top:50px;
	margin-bottom:20px;
	padding-left:35px;
	font-size:16px;
	background-image:url(../img/bg_h2.jpg);
	background-repeat:no-repeat;
	background-position:0 -5px;
}
*/


#main h2{
	font-size:16px;
	line-height:20px;
	
}
#main h2.que{
	padding:0;
	background-color:#ffffff;
	color:#C36;
	border-left:none;
	background-image:none;
	line-height:24px;
	height:auto;
	font-size:18px;
}

#main h3{
	font-weight:bold;
	font-size:16px;
	margin-top:20px;
}

#bn_isms img,
#bn_soudankai img{
	width:100%;
	vertical-align: bottom;
}

#bn_isms,
#bn_soudankai{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-top:0px;
}

.bn-soudan{
	margin-top:40px;
	margin-bottom:40px;
	margin-left:0px;
	margin-right:0px;
}
.bn-soudan img {
	vertical-align:bottom;
}
/*header
--------------------------------------------------------------------------------------------*/
#header{
	border:none;
	height:90px;
	background-image:url(../img/header/bg_header.jpg);
	background-repeat:repeat-x;
	background-size:auto 7px;
}
#header .inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding:0;
}
#header #logo a{
	width:500px;
	height:80px;
	background-size:500px auto;
	background-position:bottom;
	background-image:url(../img/header/logo2.jpg);
	text-indent:-1000px;
	overflow:hidden;
	float:left;
	margin-top:10px;
	margin-left:20px;
	
}

/*
#header #tel {
	float:left;
	width:280px;
}
#header #contact a{
	display:block;
	width:250px;
	height:90px;
	background-image:url(../img/header/mail.jpg);
	text-indent:-1000px;
	overflow:hidden;
	float:left;
}*/
#header #free {
	float:left;
	width:245px;
	margin-right:25px;
	margin-left:165px;
	margin-top:15px;
}

/*
#header #onestop {
	float:left;
	width:185px;
	margin-top:15px;
}*/


#gmenu a:hover {
	text-decoration:underline;
}

#gmenu {
	font-size:14px;
	padding-bottom:8px;
	border-top:1px solid #EEEEEE;
	padding-top:8px;
}
#gmenu .inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	line-height:30px;
	border-left:1px solid #EEEEEE;
	
}
#gmenu ul li {
	display:inline;
}

#gmenu a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	width:200px;
	text-align:center;
	display:block;
	float:left;
	border-right:1px solid #EEEEEE;
	box-sizing: border-box;
}
#gmenu a:hover {
	text-decoration:underline;
}

/*side
--------------------------------------------------------------------------------------------*/
#side {
	width:180px;
	width:0px;
	float:left;
	padding:0;
	margin-top:0;
}

#side ul {
	border:3px solid #eeeeee;
	font-size:12px;
	margin-top:15px;
}

#side ul li a {
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	display:block;
	width:100%;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #eeeeee;
	padding-left:30px;
	box-sizing: border-box;
	padding-right:10px;
	line-height:16px;
	background-image:url(../img/side/arrow_menu.png);
	background-repeat:no-repeat;
	background-position:10px center;
	
}

#side ul li a:hover {
	background-color:#FFC;
}


#footer {
	padding-top:30px;
	margin-top:50px;
}

#footer .inner {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#footer .inner .office{
	width:500px;
	float:left;
	font-weight:bold;
	font-size:16px;
}
#footer .inner .office .name {
	font-size:22px;
	background-image:url(../img/footer/logo.png);
	padding-left:45px;
	background-repeat:no-repeat;
	background-size:40px auto;
	margin-bottom:5px;
	background-position:0 -5px;
}
#footer .inner .office .address {
	margin-top:20px;
	font-weight:bold;
}
#footer .inner #map {
	width:375px;
	height:200px;
	overflow:hidden;
	float:right;
	border:1px solid #ffffff;
	/*background-color:#9C0;*/
}


#ft_photo {
	margin-top:30px;
	padding-bottom:30px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}


#copy {
	text-align:center;
	padding:15px;
	font-weight:bold;
	font-size:14px;
}
#pagetop{
	text-align:center;
}
#pagetop img{
	vertical-align:bottom;
}


/*soudan
----------------------------------------------------------------------------------------------------*/
#main #soudan h2{
	padding:0;
	border:1px solid #222222;
	font-size:18px;
	line-height:20px;
	height:auto;
	padding:8px;
	padding-bottom:11px;
	font-weight:bold;
	padding-left:5px;
	background-color:#FFFFFF;
	margin-top:30px;
	margin-bottom:20px;
	background-image:none;
	color:#333;
}

#main #soudan h2 span.merit-icon {
	background-color:#faf107;
	border:1px dotted #3e3a39;
	color:#3e3a39;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	font-weight:bold;
	font-size:14px;
	margin-right:15px;
	line-height:14px;
	
}

#main #soudan .merit-box2 .photo{
	width:250px;
	float:left;
	margin-bottom:0;
}
#main #soudan .merit-box2 .photo img {
	width:100%;
}
#main #soudan .merit-box2 .text {
	width:480px;
	float:right;
}
#main #soudan .merit-box1 .photo{
	width:250px;
	float:right;
	margin-bottom:0;
}
#main #soudan .merit-box1 .photo img {
	width:100%;
}
#main #soudan .merit-box1 .text {
	width:480px;
	float:left;
}

#main ul {
	padding:0px;
	background-color:#f5f5f5;
	padding:10px;
	/*border:1px dotted #3e3a39;*/
}
#main ul li{
	background-image:url(../img/icon_list.png);
	background-repeat:no-repeat;
	padding-left:20px;
	font-weight:bold;
}


.arrow {
	text-align:center;
	padding-top:30px;
}
.arrow img {
	width:50px;
}

/*ouen
----------------------------------------------------------------------------------------------------*/
#member{
	margin-bottom:30px;
}
#member .photo {
	width:145px;
	float:left;
	margin-right:50px;
}
#member .info {
	width:450px;
	float:left;
	padding-top:30px;
}
#member .info .soshiki {
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
}
#member .info .name {
	font-weight:bold;
	font-size:24px;
}




/*staff
--------------------------------------------------------------------------------------------*/
.staff_box{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px dotted #cccccc;
}
.staff_box .photo{
	margin-bottom:0px;
	width:450px;
	float:right;
	margin-left:0;
	margin-right:0;
	margin-top:30px;
	
}

.staff_box .photo img {
	width:100%;
}

.staff_box .text {
	width:460px;
	float:left;
}
.staff_box .name {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
	border-bottom:1px solid #cccccc;
}

.staff_box .name span.shikaku {
	font-size:14px;
	margin-right:15px;
}

.staff_top {
	margin-top:80px;
}

/*ryokin
--------------------------------------------------------------------------------------------*/
/*
#ryokin{
	background-color:#ffffff;
	margin-bottom:0px;
	border:1px solid #cccccc;
}
.ryokin-box{
	margin-bottom:0px;
	border-bottom:none;
	padding-bottom:0px;
	border-bottom:1px solid #cccccc;
	}

.ryokin-box .con{
	width:70%;
	float:right;
	margin-top:0px;
}
.ryokin-box .head{
	width:30%;
	float:left;
	color:#093;
	font-weight:bold;
	border-bottom:none;
	}
.ryokin-box .read{
	border:1px solid #F30;
	background-color:#FFC;
	text-align:left;
	font-weight:bold;
	padding:7px;
	color:#F30;
	margin-bottom:5px;
}
.ryokin-box .desc{
	margin-bottom:10px;
}
*/
.koe_img{
	margin-bottom:5px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
.koe_img img {
	width:100%;
}


#officemap {
	width:100%;
	height:300px;
	overflow:hidden;
	/*background-color:#9C0;*/
}

.sub{
	font-size:12px;
	line-height:18px;
}



#contact-info {
	width:1000px;
	padding:20px;
	box-sizing: border-box;
	border:3px solid #EEEEEE;
	background-image:url(../img/bg_contact-info.jpg);
	border-radius: 5px;
	color:#FFFFFF;
	margin-top:25px;
}

#contact-title{
	width:260px;
	float:left;
	font-size:18px;
	line-height:18px;
	padding-top:50px;
	text-align:left;
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
#contact-title span.slug{
	font-size:12px;
}
#contact-right{
	width:650px;
	float:right;
	border-left:1px solid #ffffff;
	padding-left:20px;
	padding-bottom:5px;
	padding:20px;
}
#contact-text{
	margin-bottom:15px;
}
#contact-tel {
	width:305px;
	float:left;
	margin-bottom:0;
}
#contact-form {
	width:305px;
	float:right;
}
#contact-form a,
#contact-tel a{
	height:80px;
	box-sizing: border-box;
	border:1px solid #ffffff;
	display:block;
	text-align:center;
	line-height:80px;
	font-size:22px;
	color:#FFF;
	text-decoration:none;
	border-radius: 3px;
	
}

#contact-tel a{
	font-size:24px;
	
}
#contact-form a:hover{
	background-color: rgba(217,50,63,0.5);
}
#hfgzu{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
#kouseizu{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

#ueda-photo{
	width:250px;
	height:350px;
	float:right;
	margin-left:20px;
	}

#about-office {
	width:1000px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top:50px;
}

#about-office-title{
	width:270px;
	height:200px;
	float:left;
	font-size:18px;
	line-height:18px;
	padding-top:50px;
	text-align:left;
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
	box-sizing: border-box;
	border:5px solid #EEEEEE;
	padding:15px;
}
#about-office-title span.slug{
	font-size:12px;
}
#about-office-right{
	width:700px;
	float:right;
	border-left:1px solid #ffffff;
	padding-left:20px;
	padding-bottom:5px;
	padding-right:0px;
	
}
#about-office-right ul{
	background-image:url(../img/top/bb_about-office.jpg);
	background-size:100% auto;
}
#about-office-right ul li {
	height:100px;
	float:left;
	box-sizing: border-box;
}
#about-office-right ul li.w25{
	width:25%;
}
#about-office-right ul li.w33{
	width:33%;
}
#about-office-right ul li.w34{
	width:34%;
}
#about-office-right ul li.w50{
	width:50%;
}
#about-office-right ul li a {
	width:100%;
	height:100px;
	display:block;
	color:#333333;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	border:1px solid #eeeeee;
	padding-top:30px;
	box-sizing: border-box;
}
body #about-office-right ul li span.slug{
	font-size:11px;
}
#about-office-right ul li a:hover{
	background-color: rgba(217,50,63,0.5);
}
