@charset "UTF-8";
/******************************************************************

Stylesheet: Common Stylesheet

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

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix, #footer #footer_inner #fright ul, #ticker dl, .mdgs_block01, .mdgs_block01b{
	zoom: 1;
}
.clearfix:before, #footer #footer_inner #fright ul:before, #ticker dl:before, .mdgs_block01:before, .mdgs_block01b:before, .clearfix:after, #footer #footer_inner #fright ul:after, #ticker dl:after, .mdgs_block01:after, .mdgs_block01b:after{
	content: "";
	display: table;
}
.clearfix:after, #footer #footer_inner #fright ul:after, #ticker dl:after, .mdgs_block01:after, .mdgs_block01b:after{
	clear: both;
}

/*********************
TOOLS
*********************/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.image-replacement{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*********************
TYPOGRAPHY
*********************/
span.amp{
	font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
	font-style: italic;
}

.alert-info,
.alert-error,
.alert-success{
	margin: 10px;
	padding: 1em 18px 0.5em;
	border: 1px solid;
}
.alert-info p,
.alert-error p,
.alert-success p{
	padding: 0 0 1em 0!important;
}
.alert-info p:last-child,
.alert-error p:last-child,
.alert-success p:last-child{
	padding: 0 0 0.5em 0!important;
}

.alert-info{
	border-color: #cccccc;
	background: #dfdfdf;
}

.alert-error{
	border-color: #baa8b1;
	background: #dec5d1;
}

.alert-success{
	border-color: #6d8ebf;
	background: #bccce2;
}

.attention-txt{
	margin-left: 1em;
	text-indent: -1em;
}

.small{
	font-size: 75%;
}

/*-------------------------------------------------
	color control
---------------------------------------------------*/
.cred{
	color: red;
}

/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
共通レイアウト
*********************/
#wrapper{
	padding-top: 50px;
}

.contents{
	width: 980px;
	margin: 0 auto;
}

/*********************
固定ヘッダー
*********************/
#header-bar{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	z-index: 999;
	background: #223546;
	-moz-box-shadow: 0px -1px 10px #3d3d3d;
	-webkit-box-shadow: 0px -1px 10px #3d3d3d;
	box-shadow: 0px -1px 10px #3d3d3d;
	overflow: visible;
	z-index: 999;
}

#header-inner{
	width: 987px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	/* set dropdown to default */
	/* this sets all hovered lists to red */
	/* Sub Menu Styles */
}
#header-inner ul li{
	position: relative;
	float: left;
}
#header-inner ul li ul li {
	float: none;
}
#header-inner ul li img{
	border-left: 1px solid #43617D;
}
#header-inner ul li ul{
	position: absolute;
	left: 0;
	top: auto;
	display: none;
	z-index: 999;
	width: auto;
}
#header-inner ul li a ,
#header-inner ul li ul li dl dt {
	display: block;
	text-decoration: none;
	color: #fff;
}
#header-inner .homeDmenu01 a{
	width: 150px;
}
#header-inner .homeDmenu02 a{
	width: 250px;
}
#header-inner .homeDmenu03 a{
	width: 200px;
}
#header-inner .homeDmenu04 a{
	width: 285px;
}
#header-inner .homeDmenu05 a{
	width: 220px;
}
#header-inner li:hover li a,
#header-inner li:hover li dl dt {
	color: #fff;
	background: #223546;
	padding: 10px;
	font-size: 14px!important;
	font-weight: bold;
	line-height: 1.5;
	border-left: 1px solid #43617D;
	border-bottom: 1px solid #43617D;
	border-right: 1px solid #43617D;
}
#header-inner li:hover a,#header-inner li:hover li:hover a{
	color: #223546;
	background: #fff;
}
#header-inner li:hover li.child:hover a {
	color: #FFFFFF;
	background: #CF7B99;
}
#header-inner li:hover li.child dd a:hover {
	color: #CF7B99;
	background: #FFFFFF;
}
#header-inner li:hover li:last-child a{
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#header-inner ul li:hover ul ul, #header-inner ul li:hover ul ul ul{
	display: none;
}
#header-inner ul li:hover ul, #header-inner ul li li:hover ul, #header-inner ul li li li:hover ul{
	display: block;
}
#header-inner li.login{
	height: 50px;
	border-left: 1px solid #43617D;
}
#header-inner li.login img{
	margin: 0 0 0 11px;
	-moz-box-shadow: 0px -1px 10px #3d3d3d;
	-webkit-box-shadow: 0px -1px 10px #3d3d3d;
	box-shadow: 0px -1px 10px #3d3d3d;
	border-left: none;
}
#header-inner li.login:hover a{
	background: none;
}

/*********************
通常ヘッダー
*********************/
#header{
	height: 113px;
	position: relative;
}

#header h1,
#header #hlogo{
	position: absolute;
	top: 20px;
	left: 0;
}

#header h2,
#header p{
	position: absolute;
	top: 20px;
	right: 0;
}

/*********************
フッター
*********************/
#footer-pagetop{
	margin: 60px 0 0 0;
}
#footer-pagetop a{
	display: block;
	width: 100%;
	padding: 20px;
	text-indent: -9999px;
	background: white url(../images/common/icon_pagetop.png) center no-repeat;
}
#footer-pagetop a:hover{
	background: #c2c1b7 url(../images/common/icon_pagetop.png) center no-repeat;
}

/* footer */
#footer{
	clear: both;
	margin: 0px 0 0;
	width: 100%;
	min-height: 400px;
	text-align: left;
	background-color: #223546;
}
#footer #footer_inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#footer #footer_inner #fnav{
	padding: 40px 0;
}
#footer #footer_inner #f01 ul.parent li, #footer #footer_inner #f02 ul.parent li, #footer #footer_inner #f03 ul.parent li, #footer #footer_inner #f04 ul.parent li{
	background: url(../images/common/icon_parent.png) 0 8px no-repeat;
	padding-left: 20px;
	font-size: 108%;
	line-height: 1.6;
	color: #fff;
}
#footer #footer_inner #f01 ul.parent li a, #footer #footer_inner #f02 ul.parent li a, #footer #footer_inner #f03 ul.parent li a, #footer #footer_inner #f04 ul.parent li a{
	color: #fff;
}
#footer #footer_inner #f01 ul.parent li a:hover, #footer #footer_inner #f02 ul.parent li a:hover, #footer #footer_inner #f03 ul.parent li a:hover, #footer #footer_inner #f04 ul.parent li a:hover{
	color: #23B596;
}
#footer #footer_inner #f01 ul.child, #footer #footer_inner #f02 ul.child, #footer #footer_inner #f03 ul.child, #footer #footer_inner #f04 ul.child{
	margin-top: 5px;
}
#footer #footer_inner #f01 ul.child li, #footer #footer_inner #f02 ul.child li, #footer #footer_inner #f03 ul.child li, #footer #footer_inner #f04 ul.child li{
	background: url(../images/common/icon_arrow.png) 0 3px no-repeat;
	padding-left: 20px;
	font-size: 100%;
	line-height: 1.6;
}
#footer #footer_inner #f02 ul.child li dl dt ,
#footer #footer_inner #f02 ul.child li dl dd {
	font-size: 100%;
	line-height: 1.6;
}
#footer #footer_inner #f01 ul.child li a, #footer #footer_inner #f02 ul.child li a, #footer #footer_inner #f03 ul.child li a, #footer #footer_inner #f04 ul.child li a{
	color: #fff;
}
#footer #footer_inner #f01 ul.child li a:hover, #footer #footer_inner #f02 ul.child li a:hover, #footer #footer_inner #f03 ul.child li a:hover, #footer #footer_inner #f04 ul.child li a:hover{
	color: #23B596;
}
#footer #footer_inner #f01{
	float: left;
	width: 230px;
}
#footer #footer_inner #f02{
	float: left;
	width: 250px;
}
#footer #footer_inner #f03{
	float: left;
	width: 220px;
}
#footer #footer_inner #f04{
	float: left;
	width: 270px;
}
#footer #footer_inner #fleft{
	float: left;
	width: 560px;
}
#footer #footer_inner #fleft .footer_logo{
	float: left;
	width: 110px;
}
#footer #footer_inner #fleft .faddress{
	float: left;
	width: 430px;
	background: url(../images/common/icon_map.png) left 5px no-repeat;
	padding: 5px 0 0 25px;
	line-height: 1.8;
	color: #fff;
}
#footer #footer_inner #fleft .faddress a{
	color: #fff;
}
#footer #footer_inner #fleft .faddress .txtUnder{
	/* text-decoration: underline; */
}
#footer #footer_inner #fright{
	width: 410px;
	float: right;
}
#footer #footer_inner #fright ul{
	margin: 10px 0 20px auto;
	text-align: right;
	width: 280px;
}
#footer #footer_inner #fright ul li a{
	display: block;
	background: #fff;
	color: #000;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 85%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#footer #footer_inner #fright ul li a:hover{
	background: #79E6D0;
	text-decoration: none;
}
#footer #footer_inner #fright #copy{
	text-align: right;
}

/*********************
トップ
*********************/
#mainVis{
	margin: 40px auto;
	-webkit-box-shadow: 0px 0px 10px #666666;
	-moz-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 10px #666666;
}

.top2col{
	width: 510px;
	float: left;
}
.top2col .top1col{
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
}
.top2col .top1col h3{
	position: relative;
}
.top2col .top1col h3 span{
	position: absolute;
	top: -10px;
	right: 10px;
}

.top1col{
	width: 320px;
	float: left;
}
.top1col p{
	margin: 0 0 10px 0;
}
.top1col p img{
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
	background: #eee;
}
.top1col .report-bnr{
	position: relative;
}
.top1col .report-bnr .report-img{
	position: absolute;
	bottom: 15px;
	left: 16px;
}
.top1col .report-bnr .report-txt{
/*	word-break: keep-all;
	word-wrap: normal;
*/	position: absolute;
	top: 250px;
	left: 80px;
	padding-right: 40px;
	font-size: 93%;
	line-height: 1.2;
}
.top1col .report-bnr .report-txt a{
	text-decoration: none;
}
.top1col div.newslist{
	background: #fff;
	padding: 25px 15px 15px;
	min-height: 634px;
}
.top1col div.newslist .main_entry_block{
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
.top1col div.newslist .main_entry_block:last-child{
	border: none;
}
.top1col div.newslist .main_entry_block p{
	margin: 0;
}
.top1col div.newslist .main_entry_block .main_entry_left{
	width: 80px;
	float: left;
}
.top1col div.newslist .main_entry_block .main_entry_right{
	width: 200px;
	float: right;
}
.top1col div.newslist .main_entry_block .main_entry_right .entry_date{
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.top1col div.newslist .main_entry_block .main_entry_right .entry_title{
	margin-bottom: 5px;
	line-height: 1.2;
}
.top1col div.newslist .main_entry_block .main_entry_right .entry_txt{
	color: #999;
	font-size: 85%;
	line-height: 1.2;
}
.top1col div.newslist .morebtn a{
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	background: #ca2837;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.top1col div.newslist .morebtn a:hover{
	color: #333;
	background: #FF99FF;
}

.top3col{
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
}
.top3col .top1col{
	text-align: center;
}
.top3col .top1col h3{
	color: #FFFFFF;
	background: url(../images/top/co_ribbon.png) no-repeat;
	height: 37px;
	position: relative;
	top: 0px;
	left: -7px;
	margin: 20px 0;
	font-size: 116%;
	font-weight: bold;
	padding: 8px 5px 0 20px;
}
.top3col .top1col ul{
	margin: 0 0 30px 20px;
}
.top3col .top1col ul li{
	background: none;
	padding-left: 0px;
	line-height: 1.0;
	margin-bottom: 0px;
}
.top3col .top1col ul li img{
	margin-bottom: 10px;
}
.top3col .top1col ul li:first-child{
	margin-top: 20px;
}
.top3col .colleft{
	text-align: left!important;
}
.top3col .colleft ul{
	margin: 0 0 30px 20px;
}
.top3col .colleft ul li{
	background: url(../images/common/icon_normal.png) no-repeat;
	padding-left: 20px;
	font-size: 124%;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.top4col{
	width:456px;
	float:right;
}
.top4col .movie{
	margin-bottom:10px;
}
/*********************
階層共通
*********************/
.wrap{
	width: 980px;
	margin: 0 auto;
}

#second-back{
	background: url(../images/common/second_mainbg.jpg) top center no-repeat;
}

.mainvis{
	margin: 0 auto 100px;
	padding-top: 103px;
}
.mainvis h1{
	text-align: center;
	font-size: 200%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}

#left{
	width: 260px;
	float: left;
}
#left #localNav{
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
#left #localNav h3{
	color: #FFFFFF;
	background: url(../images/top/co_ribbon.png) no-repeat;
	height: 37px;
	position: relative;
	top: 10px;
	left: -7px;
	margin: 0 0 20px;
	font-size: 116%;
	font-weight: bold;
	padding: 8px 5px 0 20px;
}
#left #localNav .localparent{
	display: block;
	margin: 0 20px;
}
#left #localNav .localparent a{
	display: block;
	color: #333;
	background: url(../images/common/icon_localparent.png) 0.5em 0.9em no-repeat;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#left #localNav .localparent a:hover{
	background: #7296B6 url(../images/common/icon_localparent.png) 0.5em 0.9em no-repeat;
	color:#fff;
}
#left #localNav .p-current{
	border: 1px solid #ccc;
}
#left #localNav .p-current a{
	color: #fff;
	background: #7296B6 url(../images/common/icon_localparent.png) 0.5em 0.89em no-repeat;
	font-weight: bold;
}
#left #localNav .localchild{
	margin: 0 0 0 0px;
}
#left #localNav .localchild a{
	display: block;
	color: #333;
	font-weight: normal;
	background: none;
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	line-height: 1.2;
}
#left #localNav .localchild a:hover{
	background: none;
	color:#333;
}
#left #localNav .localchild li.tit{
	display: block;
	color: #333;
	font-weight: normal;
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	line-height: 1.2;
	border-bottom: 1px dotted #ccc;
}

#left #localNav .localchild li{
	background: white url(../images/common/icon_localchild.png) 20px 0.8em no-repeat;
}
#left #localNav .localchild li:hover{
	background: #E6EBEE url(../images/common/icon_localchild.png) 20px 0.8em no-repeat;
}


#left #localNav .localchild li:last-child a{
	border-bottom: none;
}

#left #localNav .hidebox{
	display: none!important;
}
#left #localNav .c-current a{
	background: #E6EBEE url(../images/common/icon_localchild-current.png) 20px 0.8em no-repeat !important;
	font-weight: bold;
}

#left #localNav .c-current a:hover{
	background: #E6EBEE url(../images/common/icon_localchild.png) 20px 0.8em no-repeat;
}
#left #localNav .localchild .lv2{
	background: url(../images/common/icon_lv2.png) 32px 0.8em no-repeat;
	padding-left: 12px;
}
#left #localNav .localchild .lv2:hover{
	background: #E6EBEE url(../images/common/icon_lv2.png) 32px 0.8em no-repeat;
	padding-left: 12px;
}
#left #localNav .c-current.lv2{
	padding-left:0;
}
#left #localNav .c-current.lv2 a{
	background: #E6EBEE url(../images/common/icon_lv2.png) 32px 0.8em no-repeat !important;
	font-weight: bold;
	padding-left: 46px;
}
#left #localNav .c-current.lv2 a:hover{
	background: #E6EBEE url(../images/common/icon_lv2.png) 20px 0.8em no-repeat !important;
	font-weight: bold;
	padding-left: 34px;
	color:#333;
}
#left .bnr_back{
	background-color: #E4E4E4;
	padding: 5px;
	width: 260px;
	margin-bottom: 20px;
}
#left .bnr_back .side_tel_back{
	background: url(../images/common/tel_back.jpg) left bottom no-repeat;
	height: 220px;
	width: 250px;
	position: relative;
}
#left .bnr_back .side_tel_back p{
	color: #666;
	line-height: 1.4;
	padding: 10px 10px 0px 11px;
}
#left .bnr_back .side_tel_back #contact_btn{
	position: absolute;
	left: 0;
	top: 120px;
}
#left .bnrshadow{
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
	margin-bottom: 20px;
}
#left .report-bnr{
	position: relative;
}
#left .report-bnr .report-img{
	position: absolute;
	bottom: 12px;
	left: 13px;
}
#left .report-bnr .report-txt{
	position: absolute;
	top: 205px;
	left: 80px;
	font-size: 93%;
	line-height: 1.4;
}
#left .report-bnr .report-txt a{
	text-decoration: none;
}

#main{
	width: 700px;
	float: right;
	background: #fff;
	margin-bottom: 40px;
}
#main h2{
	background: #f5f4ed url(../images/common/icon_h3.png) 20px 51% no-repeat;
	margin: 10px;
	padding: 40px 40px 40px 50px;
	font-size: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
#main #topic_path{
	margin: 15px 0;
}
#main #topic_path p{
	text-align: right;
	padding-right: 10px;
	color: #525252;
}
#main #topic_path p span.first-child{
	background: url(../images/common/icon_home.png) no-repeat;
	padding-left: 20px;
}
#main .pagetop{
	margin: 20px 0px;
	text-align: right;
}
#main .pagetop a{
	background: #f5f4ed url(../images/common/icon_co_pagetop.png) 10px 50% no-repeat;
	padding: 5px 10px 5px 25px;
	font-size: 85%;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#main .pagetop a:hover{
	background: #fad465 url(../images/common/icon_co_pagetop.png) 10px 50% no-repeat;
}
#main #contents_back{
	padding: 20px;
	width: 100%;
	background-color: #fff;
	line-height: 1.5;
}
#main #contents_back h3{
	border-top: 1px solid #f3f0e9;
	border-left: 1px solid #f3f0e9;
	border-right: 1px solid #dbd8d2;
	border-bottom: 1px solid #dbd8d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 40px 0 15px;
	padding: 20px;
	font-size: 147%;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	background: #f3f0e9;
	background: url(data:image/svg+xml;base64,...);
	background: #f3f0e9;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f0e9));
	background: -webkit-linear-gradient(top, white, #f3f0e9);
	background: -moz-linear-gradient(top, white, #f3f0e9);
	background: -o-linear-gradient(top, white, #f3f0e9);
	background: linear-gradient(to bottom, #ffffff, #f3f0e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f0e9', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f0e9', GradientType=0);
}
#main #contents_back h3:before{
	content: '';
	border-left: 4px solid #fad465;
	margin-right: 10px;
}
#main #contents_back h3:first-child{
	margin-top: 0;
}
#main #contents_back h4{
	font-size: 154%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	padding: 10px 0;
	margin: 20px 0;
	background: url(../images/common/bg_h4.png) no-repeat;
	padding-left: 34px;
}
#main #contents_back h5{
	font-size: 124%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	padding: 10px;
	margin: 20px 0;
	background: #eee;
	color: #000;
}
#main #contents_back p{
	font-size: 116%;
	line-height: 1.5;
	padding: 0 0 1.5em 0;
}
#main #contents_back div{
	line-height: 1.5;
}
#main #contents_back strong{
	color: #525252;
	font-weight: bold;
}
#main #contents_back .imgblock .img_left{
	float: left;
	margin: 0 15px 10px 0 !important;
}
#main #contents_back .imgblock .img_right{
	float: right;
	margin: 0 0 15px 10px !important;
}
#main #contents_back div.infobox{
	margin: 20px 0;
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	font-size: 116%;
	line-height: 1.5;
}
#main #contents_back div.infobox p, #main #contents_back div.infobox li{
	font-size: 100%;
}
#main #contents_back div.halfcol{
	float: left;
	width: 50%;
}
#main #contents_back table{
	text-align: left;
	width: 95%;
	margin: 20px auto 60px;
	border: solid 1px #ccc;
	border-collapse: collapse;
}
#main #contents_back table th{
	width: 30%;
	background: #eee;
	border: solid 1px #ccc;
	border-collapse: collapse;
	padding: 10px;
	line-height: 1.5;
	font-size: 116%;
}
#main #contents_back table th p, #main #contents_back table th li{
	font-size: 100%;
}
#main #contents_back table td{
	border: solid 1px #ccc;
	border-collapse: collapse;
	padding: 10px;
	line-height: 1.5;
	font-size: 116%;
}
#main #contents_back table td p, #main #contents_back table td li{
	font-size: 100%;
}
#main #contents_back ul{
	margin: 15px 15px 15px 20px;
}
#main #contents_back ul li{
	margin: 0 0 5px 0;
	font-size: 116%;
	line-height: 1.5;
	background: url(../images/common/icon_normal.png) 0 3px no-repeat;
	padding: 0 0 0 20px;
}
#main #contents_back ul li.iconppt{
	margin: 0 0 0 0px;
	background: url(../images/common/icon_ppt.jpg) 0 no-repeat;
	padding: 3px 0 0 30px;
	min-height: 30px;
	font-weight: bold;
}
#main #contents_back ul li.iconpdf{
	margin: 0 0 0 0px;
	background: url(../images/common/icon_pdf.jpg) 0 no-repeat;
	padding: 3px 0 0 30px;
	min-height: 30px;
	font-weight: bold;
}
#main #contents_back ul li.icondoc{
	margin: 0 0 0 0px;
	background: url(../images/common/icon_doc.jpg) 0 no-repeat;
	padding: 3px 0 0 30px;
	min-height: 30px;
	font-weight: bold;
}
#main #contents_back ul li.iconxls{
	margin: 0 0 0 0px;
	background: url(../images/common/icon_xls.jpg) 0 no-repeat;
	padding: 3px 0 0 30px;
	min-height: 30px;
	font-weight: bold;
}
#main #contents_back ul li.lv2{
	margin-left:0px;
	background:none;
}
#main #contents_back ul li.lv2:before{
	content:"└ ";
}
#main #contents_back ol{
	margin: 15px 15px 15px 40px;
}
#main #contents_back ol li{
	margin: 0 0 5px 0;
	font-size: 116%;
	line-height: 1.5;
	list-style: decimal;
}

.infobody{
	margin: 0 15px;
	font-size: normal;
}
.infobody p{
	font-size: 116%;
}
.infobody div{
	font-size: 108%;
}

#ticker{
	width: 980px;
	background: #638AAB;
	padding: 5px 10px;
	margin: 20px auto;
	color: #fff;
}
#ticker dl dt{
	float: left;
	margin-right: 10px;
}
#ticker dl dt a{
	color: #fff;
	padding: 5px 10px;
	display: block;
	line-height: 1.3;
}
#ticker dl dt a:hover{
	text-decoration: none;
	background: #CF7B99;
}
#ticker dl dt.dlblog{
	background: #2385c3;
}
#ticker dl dt.dlnews{
	background: #cc2e37;
}
#ticker dl dd{
	float: left;
}
#ticker dl dd a{
	padding: 7px 0px;
	color: #fff;
}

/*----------------------------
mdgs
-----------------------------*/
.mdgs_block01{
	clear: both;
	width: 660px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.mdgs_block01b{
	clear: both;
	width: 658px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.mdgs_block01l{
	float: left;
	width: 205px;
}

.mdgs_block01lb{
	float: left;
	width: 447px;
}

.mdgs_block01lc{
	float: left;
	width: 130px;
}

.mdgs_block01r{
	float: left;
	width: 447px;
}

.mdgs_block01rb{
	float: left;
	width: 205px;
	text-align: right;
}

.mdgs_block01rc{
	float: left;
	width: 520px;
}

.mdgs_block01r p{
	clear: both;
}

.mdgs_tx01{
	padding: 1px 0px 10px 25px!important;
	color: #40B5E4;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../mdgs/images/point.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

/*----------------------------
access
-----------------------------*/
#howtoaccess{
	margin: 20px 15px 40px;
}
#howtoaccess h4.airplane{
	background: url(../about/images/secretariat-airplane.png) no-repeat;
	padding-left: 35px!important;
}
#howtoaccess h4.train{
	background: url(../about/images/secretariat-train.png) no-repeat;
	padding-left: 35px!important;
}
#howtoaccess h4.human{
	background: url(../about/images/secretariat-human.png) no-repeat;
	padding-left: 35px!important;
}
#howtoaccess p{
	font-size: 14px;
	padding-left: 35px!important;
}

/*----------------------------
tools-block
-----------------------------*/
.tools-block{
	margin: 20px 20px 30px;
}

.tools-block p{
	line-height: 1.6!important;
}

.tools-col{
	margin: 20px auto 40px;
}

.tools-col h4{
	margin: 0 0 1em 280px!important;
	padding: 0!important;
	border-bottom: none!important;
}

.tools-col p{
	margin-left: 280px!important;
	line-height: 1.5!important;
}

.tools-col strong{
	padding-left: 5px;
	border-left: 3px solid #666;
}

.tools-col ul{
	margin: 30px auto!important;
	width: 680px;
}

.tools-col li{
	float: left;
	margin: 0 5px 0 5px!important;
	background: none!important;
	padding: 0!important;
}

div.bg01{
	background: url(../tools/images/pic01.jpg) left top no-repeat;
	min-height: 360px;
}

div.bg02{
	background: url(../tools/images/pic02.jpg) left top no-repeat;
	min-height: 460px;
}

div.bg03{
	background: url(../tools/images/pic03.jpg) left top no-repeat;
	min-height: 341px;
}

/*----------------------------
member
-----------------------------*/
.tab{
	width: 658px;
	overflow: hidden;
	margin: 0px!important;
}

.tab li{
	float: left;
	height: 27px;
	background: none!important;
	margin: 0px!important;
	padding: 0px!important;
}

#tab_blcok .tab li img{
	vertical-align: bottom;
}

.tabPanelGroup{
	margin-right: 2px;
	border: 1px solid #ccc;
	border-top: none;
	padding-top: 15px;
}

/*----------------------------
recruit
-----------------------------*/
/*--------2016-----*/
.recruitwrap #main{
	width:100%;
}
.recruitwrap #main h2{
	background:none;
	padding:0;
	padding-top: 11px;
	margin:0 auto;
	width:950px;
	margin-bottom: 10px;
}
#contents_recruit{
	width:950px;
	margin:0 auto;
}
#contents_recruit .listwrap{
	position:relative;
}
#contents_recruit .listwrap .newicon{
	position:absolute;
	left: 262px;
	top: -12px;
}
#contents_recruit ul.reportlist{
	overflow:hidden;
}
#contents_recruit ul.reportlist li{
	width:308px;
	float:left;
	margin-left:12px;
	margin-bottom: 20px;
}
#contents_recruit ul.reportlist li p{
	line-height:1.8;
}
#contents_recruit ul.reportlist li .message{
	background:url(../recruit/images/bln_2.png) repeat-y;
	padding:20px;
}
#contents_recruit ul.reportlist li .message .mess{
	border-bottom:solid 1px #c7c7c7;
	padding-bottom:6px;
	margin-bottom:10px;
}
#contents_recruit ul.reportlist li .message .more{
	text-align:right;
	margin-bottom: 20px;
}
#contents_recruit ul.reportlist li .message .member{
	margin-bottom:20px;
	
}
#contents_recruit ul.reportlist li .message .member strong{
	font-weight:bold;
}
#contents_recruit ul.reportlist li .message p.more{
	text-align:right;
}
#contents_recruit .info ul{
	overflow:hidden;
	margin-left:43px;
	margin-top: 40px;
}
#contents_recruit .info li{
	background:#223546;
	float:left;
	margin:12px;
	font-size:16px;
	border-radius:5px;
}
#contents_recruit .info li a{
	display:block;
	color:#fff;
	padding:15px 30px;
}
#contents_recruit a:hover{
	text-decoration:none;
}
#contents_recruit .info .txtbtn2{
	width:842px;
	margin:10px auto;
	text-align:center;
	border-radius:5px;
	background:#E21C5D;
}
#contents_recruit .info .txtbtn2 a{
	display:block;
	color:#fff;
	font-size:16px;
	padding:15px 30px;
}
/*---*/
.recruit_txtimg01{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

.recruit_txtimg02{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

.recruit_txt01{
	line-height: 1.6;
	font-size: 14px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.recruit_txt01 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt01 span{
	font-weight: bold;
}

.recruit_txt01 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt02{
	line-height: 1.4;
	font-size: 12px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.recruit_box01{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

.recruit_box02{
	width: 649px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEF;
	padding-left: 10px;
}

.recruit_txt03{
	font-size: 14px;
	background-image: url(../recruit/images/recruiting/icon01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 1.6;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}


.recruit_txt03 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt03 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt04{
	font-size: 14px;
	background-image: url(../recruit/images/recruiting/icon02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 1.6;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.recruit_txt04 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt04 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt05{
	line-height: 1.6;
	font-size: 14px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.recruit_txt05 span{
	font-weight: bold;
}

.recruit_txt05 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt05 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt06{
	font-size: 14px;
	background-image: url(../recruit/images/recruiting/icon03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 1.6;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.recruit_txt06 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt06 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt07{
	font-size: 14px;
	background-image: url(../recruit/images/recruiting/icon04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 1.6;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.recruit_txt07 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt07 a:hover{
	text-decoration: none;
	color: #115C79;
}

#recprofile{
	margin: 0 auto;
	width: 650px;
}

/*#recprofile h4{
	border-left: 5px solid #3399cc;
	border-bottom: none!important;
	margin: 30px 0 20px!important;
	padding: 0 10px!important;
	line-height: 1.5;
}*/

.profbox{
	margin: 40px auto 40px;
	border: 5px solid #ccc;
	padding: 10px;
}
.profbox p{
	padding: 0!important;
}

.profbox .profImg{
	float: left;
	margin-right: 20px;
}

.profbox p{
	margin: 10px 0;
}

.recruit-h4{
	margin: 20px 0 20px 0;
	font-weight: bold;
	font-size: 1.2em;
	border-left: 3px solid #4dbccc;
	padding: 0 0 0 20px;
}

/*----------------------------
voicebox
-----------------------------*/
.voicebox{
	margin: 30px auto;
	width: 630px;
}

.voicebox .col-left{
	float: left;
	width: 200px;
}

.voicebox .col-right{
	float: left;
	width: 420px;
}

.voicebox .col-right .voicename{
	background-color: #eee;
	padding: 8px;
	margin-bottom: 5px;
}

.voicebox .col-right .voicename span{
	font-size: 11px!important;
	color: #666!important;
}

.voicebox .col-right p{
	font-size: 13px!important;
	color: #000!important;

	font-weight: bold;
}

#recprofile .greeting_txt02{
	font-size: 13px!important;
	line-height: 1.6!important;
}

.blockline{
	padding-bottom: 50px;
	background: url(../recruit/images/line.png) center bottom no-repeat;
}

/*----------------------------
blueearth
-----------------------------*/
#bemenu{
	background-color: #363636;
	width: 649px;
	height: 80px;
	margin: 0 auto;
}

#bemenu ul li{
	float: left;
	margin: 0 5px 0 0px!important;
	padding: 0!important;
	list-style: none!important;
	background: none!important;
}

#bemenu ul{
	margin-left: 30px!important;
	padding: 10px 0 20px 0!important;
}

#bemenu ul li a:hover,
#bemenu ul li a.current{
	border-bottom: 3px solid #dfe122;
}

.beblock{
	margin-bottom: 20px;
}

.beblock img.imgleft{
	float: left;
	margin-right: 20px;
}

.beblock img.imgright{
	float: right;
	margin-left: 20px;
}

.beblock dl{
	margin: 0 0 20px 0;
}

.beblock dt{
	font-weight: bold;
	font-size: 116%;
	display: block;
	float: left;
	width: 100px;
	height: 3em;
	border-right: 3px solid #ccc;
	margin-right: 10px;
}

.beblock dd{
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 116%;
	line-height: 1.5;
	height: 3em;
}

table#behistory{
	border-collapse: collapse;
	border-top: none!important;
	border-right: 1px solid #c8c8c8!important;
	border-bottom: 1px solid #c8c8c8!important;
	border-left: 3px solid #c8c8c8!important;
}

table#behistory th{
	font-weight: bold!important;
	display: block!important;
	float: left!important;
	width: 100px!important;
	padding: 5px!important;
	border-top: 1px solid #c8c8c8!important;
	border-bottom: none!important;
	background: none!important;
	border-right: none!important;
	border-left: none!important;
}

table#behistory td{
	padding: 5px!important;
	display: block!important;
	overflow: auto!important;
	line-height: 1.6!important;
	border-top: 1px solid #c8c8c8!important;
	border-bottom: none!important;
	background: none!important;
	border-right: none!important;
	border-left: none!important;
}

table#behistory td p{
	padding: 0 0 1em 0;
}

table#behistory td ul{
	margin: 10px 0 0!important;
	padding: 0 0 1em 0!important;
	font-size: 100%;
}

table#behistory td ul li{
	background: url(../blueearth/images/maru.png) left 3px no-repeat !important;
	padding-left: 20px!important;
}

/* add20141216~ */
#access_counter {
	margin-right: 12px;
}
#access_counter dt ,
#access_counter dd {
	display: inline;
}
#access_counter dt {
	margin-left: 12px;
}
#access_counter dd {
	font-size: 1.4em;
}
.side_banners li {
	margin-top: 10px;
}
.side_banners li:first-child {
	margin-top: 0;
}
.side_banners li img {
	vertical-align: middle;
}
.fb_iframe_widget {
	background-color: #FFFFFF;
}
.photosgallery-captions .sliderkit-go-btn {
	width: 30px !important;
}
.photosgallery-captions .sliderkit-nav{
	background:#A18E5C!important;
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-prev a ,
.photosgallery-captions .sliderkit-nav .sliderkit-go-next a {
	background-color: #6F6039 !important;
	border-radius: 4px !important;
	margin-top: 21px !important;
	background-position: -30px center !important;
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-next a {
	background-position: -50px center !important;
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-prev a:hover ,
.photosgallery-captions .sliderkit-nav .sliderkit-go-next a:hover {
	background-color: #433A23 !important;
	background-position: -30px center !important;
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-next a:hover {
	background-position: -50px center !important;
}
.photosgallery-captions .sliderkit-btn a {
	height: 55px !important;
}
.contact_area {
	text-align: center;
	background-color: #6389AB;
	padding-top: 36px;
	padding-bottom: 39px;
}
.contact_area p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.contact_area p.contact_btn {
	margin-right: 21px;
}
.google_cal {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #DFDCD5;
	border-width: 5px;
	padding: 11px;
}
#ty_main_busi {
	width: 996px;
	margin-bottom: 50px;
}
#py_main_busi {

	width: 996px;
	margin-bottom: 100px !important;
}
#ty_main_busi h4 ,
#py_main_busi h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 4px;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#ty_main_busi div.st_cal div.st_cal_block ,
#py_main_busi div.st_cal div.st_cal_block {
	color: #FFFFFF;
	background-color: #313131;
	width: 150px !important;
	margin-left: 16px;
	padding-bottom: 0.5em;
	float: left;
}
#ty_main_busi div.st_cal div.st_cal_block ,
#py_main_busi div.st_cal div.st_cal_block {
	margin-left: 16px;
	margin-right: 0;
}
#ty_main_busi div.st_cal div.st_cal_block:first-child ,
#py_main_busi div.st_cal div.st_cal_block:first-child {
	margin-left: 0;
}
#ty_main_busi div.st_cal div.st_cal_block img ,
#py_main_busi div.st_cal div.st_cal_block img {
	display: block;
	margin-bottom: 1em;
}
#ty_main_busi  div.st_cal div.st_cal_block span {
	display: block;
	margin-left: 1em;
	margin-right: 1em;
}
#ty_main_busi div.st_cal div.st_cal_block p ,
#py_main_busi div.st_cal div.st_cal_block p {
	margin: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.4;
}
#ty_main_busi div.st_cal div.st_cal_block a ,
#ty_main_busi div.st_cal div.st_cal_block span.link0 {
	text-align: center;
	display: block;
	margin: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#ty_main_busi div.st_cal div.st_cal_block a:hover {
	text-decoration: none;
}
#ty_main_busi div.st_cal div.st_cal_block span.link0 {
	color: #ACACAC;
	background-color: #585858;
}
#ty_main_busi div.st_cal div.st_cal_block a.link1 {
	color: #000000;
	background-color: #FFFFFF;
}
#ty_main_busi div.st_cal div.st_cal_block a.link2 {
	color: #FFFFFF;
	background-color: #23B596;
}
#py_main_busi div.st_cal div.st_cal_block a ,
#py_main_busi div.st_cal div.st_cal_block a:hover {
	color: #FFFFFF;
}
#py_main_busi div.hide {
	display: none;
}
li.cb_inner {
	list-style-type: none;
}
li.cb_inner div.left {
	float: left;
}
li.cb_inner div.left img {
	display: block;
}
li.cb_inner div.right {
	width: 400px;
	float: right;
}
li.cb_inner div.right h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
li.cb_inner div.right div {
	margin-left: 1em;
}
li.cb_inner div.right div * {
	line-height: 1.4;
}
.slick-prev ,
.slick-next {
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	width: 26px !important;
	height: 41px !important;
	margin-top: -13px !important;
}
.slick-prev {
	background-image: url(../images/top/cal_arrow_l.png) !important;
	left: -56px !important;
}
.slick-next {
	background-image: url(../images/top/cal_arrow_r.png) !important;
	right: -40px !important;
}
.past_jc {
	padding-bottom: 30px;
}
.past_jc img {
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
	background: #eee;
}
.past_jc dd {
	background-color: #EEEEEE;
	margin-right: 10px;
	margin-top: 15px;
	float: left;
}
.past_jc dd a {
	color: #446DAE;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 39px;
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
	background: #FFFFFF;
	display: block;
	width: 125px;
	height: 39px;
}
.past_jc dd a:hover {
	color: #23B596;
	text-decoration: none;
}
#main #contents_back .interview .clearfix{
	padding-top:2em;

}
#main #contents_back .interview img{
	width:200px;
	height:auto;
}
#main #contents_back .interview .fl-l{
	float:left;
}
#main #contents_back .interview .fl-r{
	float:right;
}
#main #contents_back .interview .photo{
	width:200px;











}
#main #contents_back .interview .txt{
	width: 406px;
}
#main #contents_back .interview .txt p.class{
	padding-bottom: 0.5em;
}
#main #contents_back .interview .txt p.com{
	padding-bottom: 0;
}
#main #contents_back .interview .txt h4{
	margin-top:0;
	font-size: 116%;
	margin-bottom: 0;
	border-bottom: none;
}
#main #contents_back .interview .txt p{
	font-size: 15px;

}
#main #contents_back .interview .prof{
	border-bottom:solid 1px #ccc;

	padding-bottom: 2em;
}
#main #contents_back .interview .prof p{
	font-size: 15px;
}
#main #contents_back .interview .prof p.tit{
	font-weight:bold;
	padding-bottom:0;
}
dl.smileaword2015:after{
  content:"";
  display:block;
  clear:both
}
.smileaword2015 dt{
  margin-bottom:20px;
  width:100px;
  float:left;
  clear:left;
}
.smileaword2015 dd {
  float:left;
  max-width:400px;
}
#main #contents_back p.entbutton{
    padding:0px;
    background: #03BD70;
    border: medium none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    width: 240px;
    text-align: center;
}
#main #contents_back p.entbutton:hover{
    opacity: 0.7;
}

#main #contents_back p.entbutton>a{
    padding-top:20px;
    padding-bottom:20px;
    display: block;
    color:#fff;
    }
#main #contents_back p.entbutton>a:hover{
    color:#fff;

    }
    #main #contents_back p.entbutton a{
    }
/*----------------------------
movie
-----------------------------*/
#main #contents_back .movielist{
	margin:0;
	overflow:hidden;
}
#main #contents_back .movielist li{
	width:320px;
	float:left;
	padding-left:0;
	background: none;
	margin-bottom: 30px;
}
#main #contents_back .movielist li:nth-child(even){
	float:right;
}
#main #contents_back .movielist li p.title{
	padding:0;
	font-size:100%;
}
/*----------------------------
interview
-----------------------------*/
#main.interviewwrap h2{
	background-image:none;
}
#main.interviewwrap .interviewmain{
	width:680px;
	margin:0 auto;
	position:relative;
	margin-bottom:16px;
}
#main.interviewwrap .interviewmain .obi{
	background-image: url(../images/bg-alpha.png);
	position:absolute;
	width:100%;
	bottom:0;
	padding: 16px;
	color:#fff;
}
#main.interviewwrap .interviewmain .obi p{
	font-size:20px;
}
#main.interviewwrap p.update{
	text-align:right;
	font-size:14px;
	margin-right:10px;
}
#main.interviewwrap #contents_back {
	width:680px;
	margin:0 auto;
	padding: 0;
}
#main.interviewwrap #contents_back h3.subtitle{
	font-size:24px;
	background:#638AAB;
	width:680px;
	margin:16px auto;
	text-align:center;
	padding:16px;
	color:#fff;
	border-radius: inherit;
}
#main.interviewwrap #contents_back h3.subtitle:before{
	border:none;
}
#main.interviewwrap #contents_back div.catchtxt{
	padding:20px;
	padding-top: 0;
}
#main.interviewwrap #contents_back dl{
	margin-bottom: 2em;
	margin-left: 1em;
}

#main.interviewwrap #contents_back dl dt{
	line-height:19px;
	font-weight:bold;
}
#main.interviewwrap #contents_back dl dd{
	line-height:19px;
	margin-bottom: 1em;
}

#main.interviewwrap #contents_back .profile{
	border:solid 5px #c7c7c7;
	padding:20px 16px;
	overflow:hidden;
}
#main.interviewwrap #contents_back .profile div.photo{
	float:left;
	margin-right: 3em;
}
#main.interviewwrap #contents_back .profile dt{
	font-size: 16px;
	margin-bottom: 1em;
	margin-top: 10px;
}
#main.interviewwrap #contents_back .interviewlist{
	margin-bottom:60px;
}
#main.interviewwrap #contents_back .interviewlist ul{
	overflow:hidden;
	margin: 0;
}
#main.interviewwrap #contents_back .interviewlist li{
	width: 318px;
	float:left;
	background:none;
	padding:0;
}
#main.interviewwrap #contents_back .interviewlist li img{
	border:solid 3px #d7d7d7;
}
#main.interviewwrap #contents_back .interviewlist li:nth-child(2){
	float:right;
}
#main.interviewwrap #contents_back .interviewlist li p{
	padding: 0;
	font-size: 14px;	
	margin-top: 1em;
	margin-left: 1em;
}
#main.interviewwrap #contents_back .interviewlist li span.date{
	font-weight: bold;

}
