/**
 * 	==================================================================
 * 	デフォルトスタイル：ブロック要素
 * 	==================================================================
 */
html{
	font-size:10px;
}
body{
	background:#fdf3dc;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.6em;
	padding-top: 152px;
}
body:after{
	background: #fff;
	content: "";
	display: block;
	height: 152px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 10px 0;
	padding:0;
}
p{
	margin-top:0
}
ul,
ol,
dl{
	margin:0;
	padding:0;
}
ul li,
ol li{
	list-style:none;
	margin:0;
	padding:0;
}
dl dt,
dl dd{
	margin:0;
	padding:0;
}

 /**
 * 	==================================================================
 * 	デフォルトスタイル：インライン要素
 * 	==================================================================
 */
img,
object{
	outline:none;
}
a{
	color:#2DAADB;
	text-decoration:none;
}
a:visited{
	color:#2678b8;
}
a:hover{
	color:#2daadb;
	/*color:#8bc5db;*/
	text-decoration: underline;
}
/* デフォルトリンク（矢印アイコン）*/
a.arrow-link{
	background:url(/shared/common/images/icon_arrow.png) no-repeat 0 45%;
	padding-left:12px;
}
/* /デフォルトリンク（矢印アイコン）*/
/* 外部リンク（窓アイコン）*/
a.outer-link{
	background:url(/shared/common/images/icon_outerlink.png) no-repeat 0 45%;
	padding-left:12px;
}
.lt-ie8 a.outer-link{
	background:url(/shared/common/images/icon_outerlink.png) no-repeat 0 45%;
}
/* /外部リンク（窓アイコン） */

em{
	color:#e04718;
	font-style:normal;
}
strong{
	color:#e04718;
	font-weight:bold;
}


input[type="submit"]:hover,
input[type="button"]:hover{
	color:#b07923;
}

/* フォームの必須・任意アイコン */
i.mandatory,
i.optional{
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	margin-left: 5px;
	padding: 2px 4px;
	position: relative;
	top: -1px;
}
i.mandatory{
	background-color: #e04718;
}
i.optional{
	background-color: #999;
}


/**
 * 	==================================================================
 * 	擬似クラス
 * 	==================================================================
 */
::selection {
	background: #3297FD;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #3297FD;
	color: #fff;
	text-shadow: none;
}


/**
 * 	==================================================================
 * 	汎用クラス
 * 	==================================================================
 */
/* アイコン系 */
img.icon-new{
	vertical-align: -2px;
}
/* /アイコン系 */


/* 画像：青枠 */
img.framed{
	border:4px solid #49bae6;
}
/* /画像：青枠 */
/* 画像：茶枠 */
img.bordered{
	border:2px solid #f0ede4;
}
/* /画像：茶枠 */

/* 画像：角丸 */
.figure img{
	behavior: url(/shared/common/js/libs/PIE.htc);
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.lt-ie8 .figure img{
	behavior:none;
}
/* /画像：角丸 */

/**
 * 	==================================================================
 * 	仕様書規定要素クラス
 * 	==================================================================
 */


/* サイトタイトル */
.heading_h1,
.heading_h1_sub{
	background:#00aff2 url(/shared/common/images/heading_h1_bullet.gif) no-repeat 10px 0;
	behavior: url(/shared/common/js/libs/PIE.htc);
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
	font-size:22px;
	font-size:2.2rem;
	font-weight: bold;
	line-height:1.4em;
	margin:0 0 20px 0;
	padding:12px 10px 12px 30px;
	position:relative;
	text-shadow: 1px 1px 1px #0ca1df;
	-moz-text-shadow: 1px 1px 1px #0ca1df;
	-webkit-text-shadow: 1px 1px 1px #0ca1df;
}
.lt-ie8 .heading_h1,
.lt-ie8 .heading_h1_sub{
	behavior: none;
}
.heading_h1_sub{
	padding:5px 12px 5px 30px;
}
.heading_h1>small{
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
	line-height:1.2em;
}
.heading_h1_sub>small{
	display:block;
	font-size:11px;
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.2em;
}
/* /サイトタイトル */

/* 大見出し */
.heading_h2,
.heading_h2_sub,
.heading_h2_link,
.heading_h2_listlink{
	background:#b8eaff url(/shared/common/images/heading_h2_bullet.gif) no-repeat 10px 0;
	behavior: url(/shared/common/js/libs/PIE.htc);
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#323232;
	font-size:16px;
	font-size:1.6rem;
	font-weight: bold;
	line-height:1.4em;
	margin:0 0 15px 0;
	padding:8px 18px 8px 30px;
	position:relative;
}
.lt-ie8 .heading_h2,
.lt-ie8 .heading_h2_sub,
.lt-ie8 .heading_h2_link,
.lt-ie8 .heading_h2_listlink{
	behavior: none;
}
.heading_h2_sub{
	padding:5px 18px 5px 30px;
}
.heading_h2_sub>small{
	display:block;
	font-size:11px;
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.2em;
}
.lt-ie8 .heading_h2_link>a.arrow-link{
	background:url(/shared/common/images/icon_arrow.png) no-repeat 0 2px;
}
.heading_h2_link{
	/*position:relative;*/
}
.heading_h2_listlink{
	padding-right:70px;
	/*position:relative;*/
}
.heading_h2_listlink>small{
	display:block;
	font-size:11px;
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.2em;
	margin-top:-0.5em;
	position:absolute;
	right:15px;
	top:50%;
}
/* /大見出し */

/* 中見出し */
.heading_h3,
.heading_h3_sub,
.heading_h3_link,
.heading_h3_listlink{
	background:url(/shared/common/images/heading_h3_bullet.gif) no-repeat 0 0;
	color:#323232;
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	line-height:1.4em;
	margin:0 0 10px 0;
	min-height:15px;
	padding:9px 10px 9px 14px;
	position:relative;
}
.heading_h3.multilines,
.heading_h3_sub,
/*.heading_h3_sub.multilines,*/
.heading_h3_link.multilines,
.heading_h3_listlink.multilines{
	min-height:37px;
	padding:0px 10px 0px 15px;
}
.heading_h3_sub>small{
	display:block;
	color:#848484;
	font-size:11px;
	font-size:1.1rem;
	line-height:1.2em;
}
.lt-ie8 .heading_h3_link>a.arrow-link{
	background:url(/shared/common/images/icon_arrow.png) no-repeat 0 2px;
}
.heading_h3_link,
.heading_h3_link.multilines{
	/*position:relative;*/
}
.heading_h3_listlink,
.heading_h3_listlink.multilines{
	padding-right:50px;
	/*position:relative;*/
}
.heading_h3_listlink>small{
	display:block;
	font-size:11px;
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.2em;
	margin-top:-0.75em;
	position:absolute;
	right:0;
	top:50%;
}

.heading_h3_kengaku,
.heading_h3_sub_kengaku,
.heading_h3_link_kengaku,
.heading_h3_listlink_kengaku{
	background:url(/shared/common/images/heading_h3_bullet.gif) no-repeat 0 0;
	color:#323232;
	font-size:17px;
	font-size:1.7rem;
	font-weight: bold;
	line-height:1.4em;
	margin:0 0 10px 0;
	min-height:15px;
	padding:9px 10px 9px 14px;
	position:relative;
}

/* /中見出し */

/* 小見出し */
.heading_h4,
.heading_h4_link,
.heading_h4_listlink{
	background:url(/shared/common/images/heading_h4_bullet.gif) no-repeat 0 0;
	color:#323232;
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	line-height:1.4em;
	margin:0 0 7px 0;
	min-height:17px;
	padding:1px 0 0 14px;
	position:relative;
}
.heading_h4.multilines,
.heading_h4_link.multilines,
.heading_h4_listlink.multilines{
	min-height:18px;
	padding:0 0 0 14px;
}
.lt-ie8 .heading_h4_link>a.arrow-link{
	background:url(/shared/common/images/icon_arrow.png) no-repeat 0 2px;
}
.heading_h4_link,
.heading_h4_link.multilines{
	/*position:relative;*/
}
.heading_h4_listlink,
.heading_h4_listlink.multilines{
	padding-right:50px;
	/*position:relative;*/
}
.heading_h4_listlink>small{
	display:block;
	font-size:11px;
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.2em;
	margin-top:-0.75em;
	position:absolute;
	right:0;
	top:50%;
}
/* /小見出し */

/* 極小見出し */
.heading_h5{
	background:url(/shared/common/images/dotline_h.gif) repeat-x bottom;
	font-size:13px;
	font-size:1.3rem;
	font-weight:normal;
	line-height:1.4em;
	margin:0 0 7px 0;
	padding:3px 0;
	position:relative;
}
/* /極小見出し */

/* キャッチコピー */
.catch-lv1,
.catch-lv2{
	color:#b07923;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:10px;
}
.catch-lv1{
	font-size:16px;
	font-size:1.6rem;
}
.catch-lv2{
	font-size:11px;
	font-size:1.1rem;
}
/* /キャッチコピー */

/* テキスト */
.paragraph_right{
	text-align:right;
}
/* /テキスト */

/* テキストリスト */
ul.list{
	margin-bottom:10px;
}
ul.list>li{
	background:url(/shared/common/images/icon_bullet_gray.gif) no-repeat 3px 0.6em;
	padding:0 0 0.5em 1em;
}
li>ul.list{
	margin-top:0.5em;
	margin-bottom:0;
}

ol.list_number{
	margin-bottom:10px;
}
ol.list_number>li{
	list-style:decimal outside;
	margin-left:2em;
	padding:0 0 0.5em 0;
}
li>ol.list_number{
	margin-top:0.5em;
	margin-bottom:0;
}

dl.list_detail{
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}
dl.list_detail>dt{
	clear:both;
	float:left;
	font-weight:bold;
	padding:0 0.5em 0.5em 0;
	position:relative;
}
dl.list_detail>dd{
	padding:0 0 0.5em 0;
	position:relative;
}
dl.list_detail.divider>dd{
	padding-left:1em;
	text-indent:-1em;
}
/* /テキストリスト */

/* ニュースリリース */
dl.list_news{
	overflow:hidden;
	position: relative;
}
dl.list_news>dt{
	font-size:11px;
	font-size:1.1rem;
	font-weight:bold;
	line-height: 1.2em;
	padding:10px 10px 0 0;
}
dl.list_news>dd{
	background:url(/shared/common/images/dotline_h.gif) repeat-x bottom;
	color:#b07923;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	padding:8px 0 8px 0;
}
dl.list_news>dd>a{
	background-position:0 5px;
	display:block;
}

dl.list_news>dd p.news_sub{
	color:#222;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
}
dl.list_news:last-of-type>dd:last-child{
	background:none !important;
}
/* /ニュースリリース */

/* FAQ */
dl.list_faq>dt{
	background:url(/shared/common/images/icon_faq_q.gif) no-repeat 0 0;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	line-height:1.4em;
	padding:3px 0 10px 28px;
}
dl.list_faq>dt.multilines{
	padding:0 0 10px 28px;
}
dl.list_faq>dd{
	margin:0 0 10px 0;
}
/* /FAQ */

/* リンク */
img.ppt,
img.doc,
img.xls,
img.pdf,
img.exe,
img.ext{
	margin:-2px 0 0 5px;
}
.link{
	margin-bottom:10px;
}
.link>li{
	padding:0 0 0.5em 0;
}
.link>li>a{
	background-position:0 5px;
	display:block;
}
li>.link{
	margin:0.5em 0 0 1em;
}
.link_right{
	margin-bottom:10px;
	text-align: right;
}
.link_parallel{
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
.link_parallel>li{
	border-left:1px solid #000;
	float:left;
	line-height:1.2em;
	padding:0 14px;
}
.link_parallel>li:first-child{
	border-left:none;
}
.link_slide{
	/*border:1px solid #ddd;*/
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
.link_slide .now{
	font-weight:bold;
}
.link_slide>.btn-prev{
	/*border-right:1px solid #ddd;*/
	float: left;
	padding:10px 15px;
}
.link_slide>ul{
	float: left;
	overflow: hidden;
	position: relative;
}
.link_slide>ul>li{
	float: left;
	margin:10px 0 0 10px;
}
.link_slide>ul>li:first-child{
	margin-left:0;
}
.link_slide>.btn-next{
	/*border-left:1px solid #ddd;*/
	float: right;
	padding:10px 15px;
}
.link_next{
	border:2px solid #41b9ea;
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
.link_next>dl{
	border-right:2px solid #41b9ea;
	float:left;
	padding:10px 10px 0 10px;
	/*min-width:75%;*/
}
.link_next>dl>dt{
	color:#b07923;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
}
.link_next>dl>dd{
	font-size:11px;
	font-size:1.1rem;
}
.link_next>div{
	float:right;
	padding:0 10px;
}
.anchor{
	margin-bottom:10px;
}
.anchor>li{
	padding:0 0 0.5em 0;
}
.anchor>li>a{
	display:block;
	text-indent:-1em;
	margin-left:1em;
}
li>.anchor{
	margin:0.5em 0 0 1em;
}
.anchor_parallel{
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
.anchor_parallel>li{
	float:left;
	line-height:1.2em;
	padding:0 14px;
}
.anchor_top{
	height:23px;
	margin:0;
	padding:0;
	text-align:right;
}

ul.company_contents{
	overflow:hidden;
	margin-bottom:30px;
	margin-right:-10px;
}
ul.company_contents li{
	float:left;
	border:1px solid #dddddd;
	padding:16px;
	width:290px;
	margin-bottom:10px;
	overflow:hidden;
}
ul.company_contents li.with-logo{
}
ul.company_contents li.with-logo>img{
	float:right;
	margin-top:30px;
}
ul.company_contents li.with-logo>div{
	width:165px;
}
ul.company_contents li p{
	margin-bottom:0;
}



/* /リンク */

/* ボタン（2017改修） */
.ui17,
a.ui17,
button.ui17,
input.ui17{
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: relative;
	vertical-align: middle;
}

.ui17-h17{
	border-radius: 17px;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
}
.ui17-h22{
	border-radius: 4px;
	font-size: 11px;
	height: 22px;
	line-height: 24px;
}
.ui17-h24{
	border-radius: 4px;
	font-size: 11px;
	height: 24px;
	line-height: 26px;
}
.ui17-h26{
	border-radius: 4px;
	font-size: 11px;
	height: 26px;
	line-height: 28px;
}
.ui17-h30{
	border-radius: 4px;
	font-size: 11px;
	height: 30px;
	line-height: 32px;
}
.ui17-h32{
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	line-height: 34px;
}
.ui17-h35{
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 37px;
}
.ui17-h37{
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	height: 37px;
	line-height: 39px;
}
.ui17-h40{
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 42px;
}
.ui17-h46{
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	height: 46px;
	line-height: 48px;
}
.ui17-h60{
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	line-height: 62px;
}
.ui17-h70{
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	height: 70px;
	line-height: 72px;
}
.ui17-h74{
	border-radius: 4px;
	font-size: 22px;
	font-weight: bold;
	height: 74px;
	line-height: 76px;
}

.ui17-type-conv,
a.ui17-type-conv,
button.ui17-type-conv{
	background-color: #ffa122;
	border-color: #ffa122;
	color: #fff;
}
.ui17-type-conv:hover,
a.ui17-type-conv:hover,
button.ui17-type-conv:hover{
	background-color: #fff;
	color: #ffa122;
}
.ui17-type-hall,
a.ui17-type-hall,
button.ui17-type-hall{
	background-color: #22bdfd;
	border-color: #22bdfd;
	color: #fff;
}
.ui17-type-hall:hover,
a.ui17-type-hall:hover,
button.ui17-type-hall:hover{
	background-color: #fff;
	color: #22bdfd;
}
.ui17-type-halllist,
a.ui17-type-halllist,
button.ui17-type-halllist{
	background-color: #4fc5f5;
	border-color: #4fc5f5;
	color: #fff;
}
.ui17-type-halllist:hover,
a.ui17-type-halllist:hover,
button.ui17-type-halllist:hover{
	background-color: #fff;
	color: #4fc5f5;
}
.ui17-type-favo,
a.ui17-type-favo,
button.ui17-type-favo{
	background-color: #b8eaff;
	border-color: #b8eaff;
	color: #464646;
}
.ui17-type-favo:hover,
a.ui17-type-favo:hover,
button.ui17-type-favo:hover{
	background-color: #fff;
	color: #464646;
}
.ui17-type-func,
a.ui17-type-func,
button.ui17-type-func{
	background-color: #bfae83;
	border-color: #bfae83;
	color: #fff;
}
.ui17-type-func:hover,
a.ui17-type-func:hover,
button.ui17-type-func:hover{
	background-color: #fff;
	color: #bfae83;
}
.ui17-type-form,
a.ui17-type-form,
button.ui17-type-form{
	background-color: #a2a2a2;
	border-color: #a2a2a2;
	color: #fff;
}
.ui17-type-form:hover,
a.ui17-type-form:hover,
button.ui17-type-form:hover{
	background-color: #fff;
	color: #a2a2a2;
}


.ui17-type-conv.ui17-shadow{
	-webkit-box-shadow: 0 3px 0 #da7d00;
	-moz-box-shadow: 0 3px 0 #da7d00;
	box-shadow: 0 3px 0 #da7d00;
}
.ui17-type-conv.ui17-h70.ui17-shadow,
.ui17-type-conv.ui17-h60.ui17-shadow,
.ui17-type-conv.ui17-h40.ui17-shadow{
	-webkit-box-shadow: 0 4px 0 #da7d00;
	-moz-box-shadow: 0 4px 0 #da7d00;
	box-shadow: 0 4px 0 #da7d00;
}
.ui17-type-hall.ui17-shadow{
	-webkit-box-shadow: 0 3px 0 #11a6e3;
	-moz-box-shadow: 0 3px 0 #11a6e3;
	box-shadow: 0 3px 0 #11a6e3;
}
.ui17-type-halllist.ui17-shadow{
	-webkit-box-shadow: 0 3px 0 #37a9d7;
	-moz-box-shadow: 0 3px 0 #37a9d7;
	box-shadow: 0 3px 0 #37a9d7;
}
.ui17-type-favo.ui17-shadow{
	-webkit-box-shadow: 0 3px 0 #9dcadd;
	-moz-box-shadow: 0 3px 0 #9dcadd;
	box-shadow: 0 3px 0 #9dcadd;
}
.ui17-type-func.ui17-shadow{
	-webkit-box-shadow: 0 3px 0 #9f906b;
	-moz-box-shadow: 0 3px 0 #9f906b;
	box-shadow: 0 3px 0 #9f906b;
}
.ui17-type-func.ui17-h17.ui17-shadow{
	-webkit-box-shadow: 0 1px 0 #9f906b;
	-moz-box-shadow: 0 1px 0 #9f906b;
	box-shadow: 0 1px 0 #9f906b;
}
.ui17-type-form.ui17-shadow{
	-webkit-box-shadow: 0 3px 0 #7a7a7a;
	-moz-box-shadow: 0 3px 0 #7a7a7a;
	box-shadow: 0 3px 0 #7a7a7a;
}
.ui17-shadow:hover{
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ui17-ico-up:before,
.ui17-ico-down:before,
.ui17-ico-star-on:before,
.ui17-ico-star-off:before,
.ui17-ico-loupe:before,
.ui17-ico-mail:before,
.ui17-ico-book:before,
.ui17-ico-pen:before{
	background-size: contain !important;
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}
.ui17-ico-up:before,
.ui17-ico-down:before,
.ui17-ico-star-on:before,
.ui17-ico-star-off:before{
	font-family: FontAwesome;

	margin-right: 0.2em;
	vertical-align: inherit;
}
.ui17-ico-up:before{
	content: "\f106";
	margin-right: 1.2em;
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
}
.ui17-ico-down:before{
	content: "\f107";
	margin-right: 1.2em;
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
}
.ui17-ico-star-on:before,
.ui17-ico-star-off:before{
	content: "\f005";
}
.ui17-ico-star-on:before{
	color: #ffa52b;
}
.ui17-ico-star-off:before{
	color: #a2a2a2;
}
.ui17-ico-loupe:before{
	background: url(/shared/common/images/ui17-ico-loupe.png) no-repeat 50% 50%;
	height: 15px;
	vertical-align: sub;
	width: 15px;
}
.ui17-ico-loupe.ui17-type-form:hover:before{
	background-image: url(/shared/common/images/ui17-ico-loupe-form.png);
}
.ui17-ico-mail:before{
	background: url(/shared/common/images/ui17-ico-mail.png) no-repeat 50% 50%;
	height: 16px;
	width: 16px;
}
.ui17-ico-mail.ui17-type-conv:hover:before{
	background-image: url(/shared/common/images/ui17-ico-mail-conv.png);
}
.ui17-ico-mail.ui17-type-func:hover:before{
	background-image: url(/shared/common/images/ui17-ico-mail-func.png);
}
.ui17-ico-book:before{
	background: url(/shared/common/images/ui17-ico-book.png) no-repeat 50% 50%;
	height: 16px;
	width: 21px;
}
.ui17-ico-book.ui17-type-conv:hover:before{
	background-image: url(/shared/common/images/ui17-ico-book-conv.png);
}
.ui17-ico-pen:before{
	background: url(/shared/common/images/ui17-ico-pen.png) no-repeat 50% 50%;
	height: 20px;
	width: 19px;
}
.ui17-ico-pen.ui17-type-conv:hover:before{
	background-image: url(/shared/common/images/ui17-ico-pen-conv.png);
}

.ui17-arrow:after{
	content: "\f105";
	font-family: FontAwesome;
	font-size: larger;
	font-weight: normal;
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ui17>i.fa{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ui17-pictlink,
a.ui17-pictlink{
	color: #464646;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
}
.ui17-pictlink:hover,
a.ui17-pictlink:hover{
	text-decoration: none;
}
.ui17-pictlink:before,
a.ui17-pictlink:before{
	font-family: FontAwesome;
	font-size: large;
	vertical-align: bottom;
	margin-right: 0.2em;
}
.ui17-pictlink-question:before,
a.ui17-pictlink-question:before{
	content: "\f059";
}
.ui17-pictlink-print:before,
a.ui17-pictlink-print:before{
	content: "\f02f";
}
.ui17-pictlink-left:before,
a.ui17-pictlink-left:before{
	content: "\f104";
	margin-right: 0.5em;
}


/* /ボタン（2017改修） */

/* ボタン */
.gk-btn{
	border: none;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	height: 36px;
	line-height:36px;
	position: relative;
	text-align: center;
}
.gk-btn:hover{
	opacity: 0.7;
	text-decoration: none;
}
.gk-btn.iblock{
	display: inline-block;
}
.gk-btn.col-cv{
	background: #F39001 url("/shared/common/images/gk-btn_col-cv.jpg") repeat-x 0 50%;
	border-bottom: 2px solid #A36507;
	color: #fff;
}
.boxshadow .gk-btn.col-cv{
	border-bottom: none;
	-webkit-box-shadow: inset 0 -2px 0 #A36507;
	-moz-box-shadow: inset 0 -2px 0 #A36507;
	box-shadow: inset 0 -2px 0 #A36507;
}
.gk-btn.col-default{
	background: #B8EAFF url("/shared/common/images/gk-btn_col-default.jpg") repeat-x 0 50%;
	border-bottom: 2px solid #23ACE7;
	color: #111;
}
.boxshadow .gk-btn.col-default{
	border-bottom: none;
	-webkit-box-shadow: inset 0 -2px 0 #23ACE7;
	-moz-box-shadow: inset 0 -2px 0 #23ACE7;
	box-shadow: inset 0 -2px 0 #23ACE7;
}
.gk-btn.col-sub{
	background: #BFAE83 url("/shared/common/images/gk-btn_col-sub.jpg") repeat-x 0 50%;
	border-bottom: 2px solid #827768;
	color: #fff;
}
.boxshadow .gk-btn.col-sub{
	border-bottom: none;
	-webkit-box-shadow: inset 0 -2px 0 #827768;
	-moz-box-shadow: inset 0 -2px 0 #827768;
	box-shadow: inset 0 -2px 0 #827768;
}
.gk-btn.col-helper{
	background: #01658F url("/shared/common/images/gk-btn_col-helper.jpg") repeat-x 0 50%;
	border-bottom: 2px solid #034967;
	color: #fff;
}
.boxshadow .gk-btn.col-helper{
	border-bottom: none;
	-webkit-box-shadow: inset 0 -2px 0 #034967;
	-moz-box-shadow: inset 0 -2px 0 #034967;
	box-shadow: inset 0 -2px 0 #034967;
}
.gk-btn.h-xbig{
	font-size:21px;
	font-size:2.1rem;
	height: 55px;
	line-height:55px;
}
.gk-btn.h-small{
	font-size:11px;
	font-size:1.1rem;
	font-weight:normal;
	height: 24px;
	line-height:24px;
}
.gk-btn.h-small.ico-arrow{
	padding-left:20px;
	padding-right:20px;
}
.gk-btn.h-small.ico-arrow:after{
	background: url("/shared/common/images/gk-btn_ico-arrow_h-small.png") no-repeat 0 0;
	content:"";
	display: block;
	height: 9px;
	margin-top: -5px;
	position:absolute;
	right: 10px;
	top: 50%;
	width: 6px;
}
.gk-btn.ico-mail:before{
	background: url("/shared/common/images/gk-btn_ico-mail.png") no-repeat 0 0;
	content:"";
	display: inline-block;
	height: 10px;
	margin-right:5px;
	width: 14px;
}
.gk-btn.ico-star:before{
	background: url("/shared/common/images/gk-btn_ico-star.png") no-repeat 0 0;
	content:"";
	display: inline-block;
	height: 15px;
	margin-right:10px;
	vertical-align: sub;
	width: 16px;
}
.gk-btn.ico-star-active:before{
	background: url("/shared/common/images/gk-btn_ico-star-active.png") no-repeat 0 -1px;
	content:"";
	display: inline-block;
	height: 23px;
	margin-right:5px;
	vertical-align: middle;
	width: 24px;
}
.gk-btn.ico-pen:before{
	background: url("/shared/common/images/gk-btn_ico-pen.png") no-repeat 0 0;
	content:"";
	display: inline-block;
	height: 26px;
	margin-right:10px;
	vertical-align: middle;
	width: 15px;
}

/* /ボタン */

/* タブ */
.tab{
	margin-bottom:10px;
	overflow:hidden;
	position: relative;
}
.tab>dl{
	overflow:hidden;
	position: relative;
}
.tab>dl>dt{
	background:url(/shared/common/images/tab_bg.gif) repeat-x right 50%;
	border:1px solid #bfae83;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	left:0;
	margin-left:3px;
	padding:8px 22px 8px 13px;
	position:absolute;
	text-shadow: 0 0 2px #BFAE83;
	top:0;
}
.tab>dl>dt:first-child{
	margin-left:0;
}
.tab>dl>dd{
	margin:0 0 0 0;
}
.tab>dl>dd{
	padding-top:10px;
	border-top:2px solid #ddd;
}
.tab>ul.tab_bottom{
	border-top:2px solid #ddd;
	overflow:hidden;
	position: relative;
}
.tab>ul.tab_bottom>li{
	background:url(/shared/common/images/tab_bg.gif) repeat-x right 50%;
	border:1px solid #bfae83;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	left:0;
	margin-left:3px;
	padding:8px 22px 8px 13px;
	position:absolute;
	text-shadow: 0 0 2px #BFAE83;
	top:-1px;
}
.tab>ul.tab_bottom>li:first-child{
	margin-left:0;
}
/* /タブ */

/* タブ2 */
.tabbed-list{

}
.tabbed-list>dt{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.tabbed-list>dt.off{
	opacity: 0.6;
}
/* /タブ2 */

/* 画像 */
.image_container{
	margin:0 0 10px 0;
}


.image_container img{
	behavior: url(/shared/common/js/libs/PIE.htc);
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.lt-ie8 .image_container img{
	behavior:none;
}

.image_container>.heading{
	color:#000;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:5px;
}
.image_container>a.fig{
	display:block;
}
.image_container>.caption{
	margin:10px 0 0 0;
}
.image_container>.caption.small{
	font-size: 11px;
	font-size: 1.1rem;
	line-height:1.4em;
	margin:5px 0 0 0;
}
.image_container>.btn-enlarge{
	margin:5px 0 0 0;
}
.image_left,
.image_left_free,
.image_right,
.image_right_free,
.image_center{
	clear:both;
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
.image_left>.image_container{
	float:left;
	margin-left:28px;
}
.divide_2 .image_left>.image_container,
.divide_3 .image_left>.image_container,
.divide_4 .image_left>.image_container{
	margin-left:10px;
}
.image_left>.image_container:first-child{
	margin-left:0;
}
.image_left_free>.image_container{
	float:left;
	margin-right:28px;
}
.divide_2 .image_left_free>.image_container,
.divide_3 .image_left_free>.image_container,
.divide_4 .image_left_free>.image_container{
	margin-right:10px;
}
.image_right>.image_container{
	float:left;
	margin-left:28px;
}
.divide_2 .image_right>.image_container,
.divide_3 .image_right>.image_container,
.divide_4 .image_right>.image_container{
	margin-left:10px;
}
.image_right>.image_container:first-child{
	margin-left:0;
}
.image_right_free>.image_container{
	float:right;
	margin-left:28px;
}
.divide_2 .image_right_free>.image_container,
.divide_3 .image_right_free>.image_container,
.divide_4 .image_right_free>.image_container{
	margin-left:10px;
}
.image-center{
	text-align:center;
}
/* /画像 */

/* 画像（モーダル） */
#fancybox-title{
	left:auto !important;
}
#fancybox-close{
	/*background:transparent url("/shared/common/images/modal_btn_close.png") 0 0;*/
	height:26px;
	right:-33px;
	top:-31px;
	width:28px;
}
.modal-info{
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	padding:0 20px 0 0;
}
.modal-info .caption{
	color:#fff;
	margin:0 0 10px 0;
}
.modal-info .link{
	margin:0;
}
/* /画像（モーダル） */

/* STEP */
.image_step{
	overflow: hidden;
	position: relative;
}
.image_step>dt{
	background:#41b9ea url(/shared/common/images/step_dt_bg.gif) no-repeat left bottom;
	clear:both;
	float:left;
	margin:0 25px 10px 0;
	padding:0 0 28px 0;
	text-align:center;
	width:106px;
}
.image_step>dd{
	margin:0 0 10px 0;
	padding:0 0 28px 0;
}
/* /STEP */

/* インタビュー */
.image_interview{
	border:1px solid #ddd;
	margin-bottom:10px;
	overflow: hidden;
	padding:15px;
	position: relative;
}
.column_interview .image_interview{
	border:none;
	margin-bottom:0;
	padding:0;
}
.image_interview>img.fig{
	behavior: url(/shared/common/js/libs/PIE.htc);
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	display:block;
	float:left;
	margin:0 15px 0 0;
}
.lt-ie8 .image_interview>img.fig{
	behavior:none;
}


.image_interview>.interview_body>.question{
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
}
.image_interview>.interview_body>.name{
	text-align: right;
	margin-bottom:0;
}
.image_interview>.interview_body>.interview_title{
	color: #b07823;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.image_interview>.interview_body>.interview_txt{
	margin-bottom: 0;
}
/* /インタビュー */

/* Flash */
.flash{
	margin:0 0 10px 0;
}
.flash>.heading{
	color:#000;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:5px;
}
.flash>.caption{
	margin:10px 0 0 0;
}
/* /Flash */

/* 動画 */
.movie{
	margin:0 0 10px 0;
}
.movie>.heading{
	color:#000;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:5px;
}
.movie>.media>iframe{
	border:5px solid #ddd;
}
.movie>.caption{
	margin:10px 0 0 0;
}
/* /動画 */

/* 表組み */
.table{
	border:1px solid #ddd;
	border-collapse:collapse;
	margin-bottom:10px;
	/*width:100%;*/
}
.table tr{

}
.table tr>th{
	border:1px solid #ddd;
	font-weight:bold;
	padding:10px;
	text-align: left;
	vertical-align: middle;
}
.table tr>th.lv02{
	/*width:170px;*/
}
.table tr>td{
	border:1px solid #ddd;
	padding:10px;
	text-align: left;
	vertical-align:middle;
}
.table tr>td.disabled{
	background:#cfcfcf;
}
.table tr>td.disabled input,
.table tr>td.disabled select,
.table tr>td.disabled option{
	color:#999;
}
.table .lv01{
	background:#ffefcc;
}
.table .lv02{
	background:#fff9e8;
}
.table .lv03{
	background:#f4f4f4;
}

.t_mini{
	font-size:9px;
	line-height:1.4em;
	color:#727272;
	border:none;
}

.mini{
	font-size:11px;
	line-height:1.6em;
}

/*ミニテーブル*/
.table_mini{
	border:1px solid #ddd;
	border-collapse:collapse;
	margin-bottom:10px;
	font-size:11px;
	font-size:1.1rem;
	line-height:1.4em;
}
.table_mini tr{

}
.table_mini tr>th{
	border:1px solid #ddd;
	font-weight:bold;
	background:#f4f4f4;
	padding:5px 5px;
	text-align: left;
	vertical-align: middle;
}

.table_mini tr>td{
	border:1px solid #ddd;
	padding:5px 5px;
	text-align: left;
	vertical-align:middle;
}
.table_mini .lv01{
	background:#ffefcc;
}
.table_mini .lv02{
	background:#fff9e8;
}
.table_mini .lv03{
	background:#f4f4f4;
}
.table_mini .center{
	text-align: center;
}
.table_mini .right{
	text-align: right;
}

.table_mini_kengaku{
	border:1px solid #ddd;
	border-collapse:collapse;
	margin-bottom:10px;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.4em;
}
.table_mini_kengaku tr>th{
	border:1px solid #ddd;
	font-weight:bold;
	background:#f4f4f4;
	padding:5px 5px;
	text-align: left;
	vertical-align: middle;
}

.table_mini_kengaku tr>td{
	border:1px solid #ddd;
	padding:10px 5px;
	text-align: left;
	vertical-align:middle;
}
.table_mini_kengaku tr>td>p:last-child{
	margin-bottom: 0;
}

/*フォームテーブル*/
.form-table{
	border-top:1px solid #e0e0e0;
	border-collapse:separate;
	margin-bottom:10px;
	/*width:100%;*/
}
.form-table tr{

}
.form-table tr>th{
	border-top:1px solid #fff;
	border-bottom:1px solid #e0e0e0;
	font-weight:bold;
	padding:10px;
	text-align: left;
	vertical-align: middle;
}
.form-table tr>th.lv02{
	/*width:170px;*/
}
.form-table tr>td{
	border-top:1px solid #fff;
	border-bottom:1px solid #e0e0e0;
	padding:10px;
	text-align: left;
	vertical-align:middle;
}
.form-table tr>td.disabled{
	background:#cfcfcf;
}
.form-table tr>td.disabled input,
.form-table tr>td.disabled select,
.form-table tr>td.disabled option{
	color:#999;
}
.form-table .lv01{
	background:#ffefcc;
}
.form-table .lv02{
	background:#fff9e8;
}
.form-table .lv03{
	background:#f4f4f4;
}

.table td.nowrap,
.table th.nowrap,
.table-mini td.nowrap,
.table-mini th.nowrap,
.form-table td.nowrap,
.form-table th.nowrap{
	white-space: nowrap;
}
.table .center,
.table-mini .center,
.form-table .center{
	text-align: center;
}
.table .right,
.table-mini .right,
.form-table .right{
	text-align: right;
}



/* /表組み */


/* アコーディオンリスト */
dl.accordion dt {
	background:url(/shared/company/result/images/btn_open.gif) no-repeat 20px center #e7f5fd;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	color:#000;
	font-size:130%;
	font-size:1.6rem;
	padding:10px 10px 10px 55px;
}
dl.accordion dt.opened {
	background:url(/shared/company/result/images/btn_close.gif) no-repeat 20px center #e7f5fd;
	border-bottom:1px dotted #9cb4be;
}
dl.accordion dd ul{
	margin-top:10px;
}
dl.accordion dd ul li{
	display:inline-block;
	margin:0 10px 10px 10px;
}
.lt-ie8 dl.accordion dd ul li{
	display:inline;
	zoom:1;
}
dl.accordion.box-item dd ul li{
	display:block;
}
/* /アコーディオンリスト */



/* コラム */
.column,
.column_weak,
.column_strong,
.column_interview,
.column_alert{
	border:1px solid #ddd;
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
.column>dt,
.column_weak>dt,
.column_strong>dt,
.column_interview>dt,
.column_alert>dt{
	color:#fff;
	padding:10px;
}
.column>dt{
	background:#bfae83;
}
.column_weak>dt{
	background:#a6a6a6;
}
.column_strong>dt{
	background:#37b4e7;
}
.column_interview>dt{
	background:#b8eaff;
	color: #000;
}
.column_alert>dt{
	background:#e04718;
}
.column>dd,
.column_weak>dd,
.column_strong>dd,
.column_interview>dd,
.column_alert>dd{
	padding:10px;
}
.column>dd .image_left_free,
.column_weak>dd .image_left_free,
.column_strong>dd .image_left_free,
.column_interview>dd .image_left_free,
.column_alert>dd .image_left_free{
	margin-bottom: 0;
}
.column>dd p:last-child,
.column_weak>dd p:last-child,
.column_strong>dd p:last-child,
.column_interview>dd p:last-child,
.column_alert>dd p:last-child{
	margin-bottom: 0;
}
/* /コラム */

/* プラグイン */
.plugin_pdf,
.plugin_flash{
	font-size:11px;
	font-size:1.1rem;
	line-height:1.2em;
	margin:0 0 10px 0;
	overflow: hidden;
	position: relative;
}
.plugin_pdf>.banner,
.plugin_flash>.banner{
	float: left;
	margin:0 10px 0 0;
}
.plugin_pdf>p,
.plugin_flash>p{
	margin:0;
}
/* /プラグイン */

/* アクション */
.action{
	background: url(/shared/common/images/bg_brown_stripe.gif);
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}
.action>ul{
	background: #fff;
	border-bottom:5px solid #fff;
	display: -ms-flexbox; display: flex;
	-ms-flex-pack:justify; justify-content: space-between;
	padding:0 0 15px 0;
	position: relative;
}
.action>ul>li>a{
	font-size: 16px;
	width: 222px;
}
.action>dl{
	background:#fff;
	margin:5px 5px 0 5px;
	overflow:hidden;
	padding:15px 20px;
	position: relative;
}
.action>dl>dt{
}
.action>dl>dd{
	float:left;
}
/* /アクション */

/* .favshare-unit */
.favshare-unit{
	display: block;
	height: 100px;
	position: relative;
}
.favshare-unit a.ui17{
	display: block;
	position: absolute;
	top: 35px;
	width: 260px;
}
.favshare-unit a.ui17{

}
.favshare-unit a.ui17-type-favo{
	left: 60px;
}
.favshare-unit a.ui17-type-func{
	right: 60px;
}
/* /.action-unit */

/* アクション2 */
.action2{
	border: 4px solid #dddddd;
	margin:0 0 10px 0;
	overflow: hidden;
}
.action2>ul{
	overflow:hidden;
	position: relative;
}
.action2>ul>li{
	float: left;
}
.action2>ul>li:first-child{
	padding: 6px 0 6px 6px;
}
.action2>ul>li:first-child a.ui17{
	width: 220px;
}

/* /アクション2 */

/* アクション3 */
.action3{
	height: 78px;
	margin: 24px auto;
	overflow: hidden;
	position: relative;
	width: 577px;
}
.action3>a{
	display: block;
	position: absolute;
	text-decoration: none;
}
.action3>.action3-cv{
	background: url("/shared/common/images/action3-cv-bg.png");
	box-sizing: border-box;
	height: 77px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 340px;
}
.action3>a.btn-fav-add{
	left: 0;
	top: 0;
	width: 220px;
}
.action3>a.btn-fav-remove{
	left: 0;
	top: 0;
	width: 220px;
}
.action3>a.btn-mail{
	bottom: 2px;
	left: 0;
	width: 220px;
}
/* /アクション3 */


/* 分割 */
.divide_2 ,
.divide_3 ,
.divide_4 {
	overflow: hidden;
	position: relative;
}
/* /分割 */

/* インデント（仕様書規定クラスの補助） */
.indent{
	margin-left:15px;
	margin-right:15px;
}
.indent-inner{
	/*padding:0 15px 0 15px;*/
}
/* /インデント（仕様書規定クラスの補助） */

/* マージン */

/*仕切りマージン*/
.c_margin_b{
	margin-bottom:30px;
}
.c_margin_b_15{
	margin-bottom:15px;
}
/* /マージン */

/*リンク前マージン*/
.link_margin_top{
	margin-top:10px;
}
/* /マージン */




/* フォーム等：デフォルトのフィールド */
.default-fld{
	background:#f6f6f6;
	behavior: url(/shared/common/js/libs/PIE.htc);
	border:1px solid #e3e3e3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position: relative;
}
.lt-ie9 .default-fld{
	/*behavior:none;*/
	border-radius:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.lt-ie8 .default-fld{
	behavior:none;
	border-radius:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
input.default-fld{
	outline: none;
	padding:3px 10px;
}
.table tr>td.date .default-fld{
	margin-bottom: 5px;
}
.formlabel-name{
	display: inline-block;
	width: 2em;
	text-align: right;
}

/* #2509フォーム改修用に一時記述 */
.form-table .default-fld{
	background:#fcfcfc;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	position: relative;
}
/* /#2509フォーム改修用に一時記述 */



/* /フォーム等：デフォルトのフィールド */

/* フォーム：入力例（placeholder）つきフィールド */
.placeholder{
/*	color:#9d9d9d;*/
}
/* /フォーム：入力例（placeholder）つきフィールド */

/* フォーム：サジェスト機能つきフィールド */
.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}
.lt-ie8 .ac_results {
	margin:167px 0 0 24px;
}
.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}
.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}
.ac_match {
	text-decoration: underline;
	color: black;
}
/* /フォーム：サジェスト機能つきフィールド */

/* フォーム：ドロップダウンボックス */
.default-dropdown-container{
	height:31px;
	position:relative;
}
.default-dropdown-container .output{
	color:#9d9d9d;
	height:24px;
	line-height:24px;
	padding:2px 10px;
}
.lt-ie8 .default-dropdown-container .output{
	display:none;
}
.default-dropdown-container .output.selected{
	color:#222;
}
.default-dropdown-container select.default-dropdown{
	cursor:pointer;
	height:30px;
	left:0;
	opacity: 0;
	position:absolute;
	top:0;
}
.lt-ie9 .default-dropdown-container select.default-dropdown{
	-ms-filter: "alpha(opacity=0)";
}
.default-dropdown-container select.default-dropdown option{

}
.default-dropdown-container .launcher{
	right:0;
	position:absolute;
	top:0;
}
.lt-ie8 .default-dropdown-container .launcher{
	display:none;
}
/* /フォーム：ドロップダウンボックス */

/* フォーム：ドロップダウンボックス（シンプル版） */
.selectbox{
	outline:none;
	padding:3px 10px;
}
/* /フォーム：ドロップダウンボックス（シンプル版） */

/* フォーム：入力例 */
.example{
	color:#9d9d9d;
	font-size:11px;
	margin:5px 0 0 0;
}
.example>span{
	color:#ac7979;
}
/* /フォーム：入力例 */

/* ギャラリー */
.gallery{
	margin:0 0 10px 0;
	overflow:hidden;
	position:relative;
}
.gallery>ul.details{
	background:url(/shared/common/images/gallery_frame.gif) no-repeat 0 0;
	height:409px;
	padding:13px;
	position:relative;
	width:508px;
}
.gallery>ul.details>li{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display:none;
	height:407px;
	left:13px;
	overflow:hidden;
	position:absolute;
	text-align: center;
	top:13px;
	width:506px;
}
.gallery>ul.details>li:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.gallery>ul.details>li>img{
	display: none;
}
.gallery>ul.thumbs{
	left:544px;
	position:absolute;
	top:0;
}
.gallery>ul.thumbs>li{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	border:1px solid #ddd;
	cursor:pointer;
	display:none;
	height: 77px;
	margin-bottom:3px;
	width: 77px;
}
.gallery>ul.thumbs>li>img{
	display: none;
}
.gallery .btn-next,
.gallery .btn-prev{
	cursor:pointer;
	display:none;
	height:21px;
	position:absolute;
	width:37px;
}
.gallery .btn-next{
	left:586px;
	top:413px;
}
.gallery .btn-prev{
	left:544px;
	top:413px;
}
.gallery>ul.thumbs{
	left:549px;
}
/* /ギャラリー */

/* アコーディオン */
.accordion-launcher{
	cursor:pointer;
}
.accordion-launcher .btn-close{
	display:none;
}
.accordion-target{
	display:none;
}
/* /アコーディオン */

/*閉じるボタン*/
.close_btn{
	font-weight: bold;
	margin:10px auto 0 auto;
	width:174px;
}
.close_btn a{
	color: #323232;
	font-size: 13px;
	display: inline-block;
	padding-left: 2em;
	position: relative;
}
.close_btn a:before{
	color: #bfae83;
	content: "×";
	font-size: 20px;
	left: 0;
	position: absolute;
}
/*閉じるボタン*/

/**
 * 	==================================================================
 * 	ヘッダエリア
 * 	==================================================================
 */
#header-container{
	background:#fff url(/shared/common/images/header_bg.gif) repeat-x;
	border-top:6px solid #21bdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 152px;
	min-width:960px;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: top .3s;
	-moz-transition: top .3s;
	-ms-transition: top .3s;
	-o-transition: top .3s;
	transition: top .3s;
	width: 100%;
	z-index: 99;
}
#header-container.scrolling{
	height: 128px;
	top: -75px;
}
#header{
	height:146px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:960px;
}
/* ヘッダロゴ＆コピー */
#header #header-logo{
	margin:0;
	padding:0;
	position:absolute;
	top:-6px;
}
.lt-ie8 #header #header-logo{
	left:0;
	position:absolute;
	top:-7px;
}
#header #header-copy{
	color:#9f7a3e;
	font-size:10px;
	font-size:1.0rem;
	font-weight:normal;
	left:240px;
	line-height:1.4em;
	margin:0;
	padding:0;
	position:absolute;
	top: 10px;
}
/* /ヘッダロゴ＆コピー */
/* グローバルナビ */
#header #global-nav{
	background:url(/shared/common/images/dotline_v.gif) repeat-y left top;
	bottom:34px;
	left:0;
	overflow:hidden;
	padding-left:1px;
	position:absolute;
}
#header #global-nav li{
	background:url(/shared/common/images/dotline_v.gif) repeat-y right top;
	float:left;
	overflow:hidden;
	padding:0;
	width:160px;
}
#header #global-nav li:first-child{
	width:159px;
}
#header #global-nav li a{

}
/* /グローバルナビ */
/* ヘッダ検索領域 */
#header .search-box{
	background: #eee;
	height:26px;
	left:460px;
	overflow:hidden;
	position:absolute;
	top: 24px;
	width:170px;
}
#header .search-box .box{
	background:none;
	border:none;
	font-size:11px;
	font-size:1.1rem;
	height:26px;
	left:10px;
	line-height:26px;
	outline: none;
	position:absolute;
	top:0;
	width:120px;
}
#header .search-box .btn{
	background:url(/shared/common/images/header_search_btn.jpg) no-repeat 0 0;
	border:none;
	height:26px;
	line-height:26px;
	overflow:hidden;
	position:absolute;
	right:0;
	text-indent:300%;
	top:0;
	white-space:nowrap;
	width:30px;
}
/* /ヘッダ検索領域 */
/* ヘッダ電話番号領域 */
#header .free-dial{
	margin:0;
	overflow:hidden;
	position:absolute;
	right:122px;
	top:32px;
}
#header .free-dial-alternate{
	overflow:hidden;
	position:absolute;
	right:0;
	top:32px;
}
#header .free-dial-alternate a{
	background:#fff url(/shared/common/images/icon_arrow.png) no-repeat 95% 50%;
	border:1px solid #ddd;
	color:#797979;
	display:block;
	font-size:10px;
	font-size:1.0rem;
	height:25px;
	line-height:25px;
	margin:0 0 0 7px;
	padding:0 19px 0 5px;
}
/* /ヘッダ電話番号領域 */
/* ヘッダナビゲーション */
#header #header-nav{
	border-right: 1px solid #dbdbdb;
	overflow: hidden;
	position:absolute;
	right:0;
	top:0;
}
#header #header-nav>li{
	float: left;
	border-left: 1px solid #dbdbdb;
}
#header #header-nav>li>a{
	background: url("/shared/common/images/header-nav-bg.png") no-repeat 0 0;
	display: block;
	height: 58px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 79px;
}
#header #header-nav>li#header-nav-faq>a{
	background-position: 0 0;
}
#header #header-nav>li#header-nav-tel>a{
	background-position: -80px 0;
}
#header #header-nav>li#header-nav-fav>a{
	background-position: -160px 0;
}
#header #header-nav>li#header-nav-lng>a{
	background-position: -240px 0;
}

/*
#header #header-nav li{
	border-left:1px solid #2daadb;
	float:left;
	font-size:11px;
	font-size:1.1rem;
	line-height:1.1em;
	margin:0 0 0 14px;
	padding:0 0 0 7px;
}
#header #header-nav li:first-child{
	border-left:none;
	margin:0 0 0 0;
}
#header #header-nav li.favlist{
	border-left:none;
	margin:-3px 0 0 7px;
	padding:0 0 0 0;
}
#header #header-nav li a{
	background:url(/shared/common/images/icon_arrow.png) no-repeat 0 50%;
	display:block;
	padding:0 0 0 14px;
}
#header #header-nav li.favlist>a{
	background: url("/shared/common/images/header-btn-favlist.jpg") no-repeat 0 0;
	height: 18px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent:100%;
	white-space: nowrap;
	width: 118px;
}
*/
/* /ヘッダナビゲーション */
/* パンくずリスト */
#header .bread-clumb{
	bottom:0;
	left:0;
	overflow:hidden;
	position:absolute;
}
#header .bread-clumb li{
	float:left;
	font-size:11px;
	font-size:1.1rem;
	line-height:25px;
}
#header .bread-clumb li:first-child{
	background:url(/shared/common/images/icon_globalnav_home.gif) no-repeat 0 5px;
	padding:0 0 0 17px;
}
.lt-ie8 #header .bread-clumb li:first-child{
	background-position:0 -1px;
}
#header .bread-clumb li>a,
#header .bread-clumb li>span{
	background:url(/shared/common/images/breadclumb_arrow.gif) no-repeat right 50%;
	margin-right:5px;
	padding:0 7px 0 0;
}
#header .bread-clumb li.home>a{
}
/* /パンくずリスト */


/**
 * 	==================================================================
 * 	メイン領域
 * 	==================================================================
 */
#main-container{
	background:url(/shared/common/images/dotline_h.gif) repeat-x top #fff;
	min-width:960px;
	overflow: hidden;
	position:relative;
}
.lt-ie8 #main-container{
	z-index:500;
}
#main{
	margin:15px auto 0 auto;
	position:relative;
	width:960px;
}


#main>.box-container{
	/*overflow:hidden;*/
	position: relative;
}


 /**
 * 	==================================================================
 * 	メイン領域：コンテンツエリア
 * 	==================================================================
 */
#contents-area,
.contents-area{
	float:right;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.6em;
	padding:0 0 0 26px;
	width:684px;
}

/* メイン領域：コンテンツエリア：インタラクティブマップ関係 */
.interactive-map .map-box{
	position:relative;
}
.lt-ie8 .interactive-map .map-box{
	z-index:1000;
}
.interactive-map .map-box .find-by-map .btn{
	cursor:pointer;
	position:absolute;
}
.interactive-map .map-box .form-overlay{
	background:#fff;
	behavior: url(/shared/common/js/libs/PIE.htc);
	border:1px solid #bfae83;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
	display:none;
	font-size:11px;
	font-size:1.1rem;
	left:50%;
	margin:-196px 0 0 -156px;
	padding:20px 25px 15px 30px;
	/*position:fixed;*/
	position:absolute;
	top:50%;
	width:255px;
	z-index:2000;
}
.lt-ie8 .interactive-map .map-box .form-overlay{
	behavior:none;
}
.interactive-map .map-box .form-overlay .btn-close{
	cursor:pointer;
	position:absolute;
	right:6px;
	top:6px;
}
.interactive-map .map-box .form-overlay h3{
	margin:0 0 20px 0;
	padding:0;
}
.interactive-map .map-box .form-overlay h3 img{
	display:none;
}
.interactive-map .map-box .form-overlay h4{
	font-weight: normal;
	margin:0 0 12px 0;
}
.interactive-map .map-box .form-overlay h4 i{
	font-style:normal;
	font-weight: bold;
}
.lt-ie8 .interactive-map .map-box .form-overlay h4{
	font-size:11px;
}
.lt-ie8 .interactive-map .map-box .form-overlay h4 i{
	font-size:11px;
}
.interactive-map .map-box .form-overlay .go-areamap{
	background:url(/shared/common/images/dotline_h.gif) repeat-x bottom left;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}
.lt-ie8 .interactive-map .map-box .form-overlay .go-areamap{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
.interactive-map .map-box .form-overlay .go-areamap .btn{
	display:none;
}
.interactive-map .map-box .form-overlay .query-builder{
}
.interactive-map .map-box .form-overlay .query-builder h4 i{
	display:none;
}
.interactive-map .map-box .form-overlay .query-builder dl{
}
.interactive-map .map-box .form-overlay .query-builder dl dt{
	margin:0 0 5px 0;
	position:relative;
}
.interactive-map .map-box .form-overlay .query-builder dl dt{
	margin:0 0 5px 0;
	position:relative;
}
.interactive-map .map-box .form-overlay .query-builder dl dt .btn-line-list,
.interactive-map .map-box .form-overlay .query-builder dl dt .btn-school-list{
	font-size:10px;
	font-size:1.0rem;
	position:absolute;
	right:0;
	top:0;
	display:none;
}
.interactive-map .map-box .form-overlay .query-builder dl dd{
	margin:0 0 15px 0;
}
.lt-ie8 .interactive-map .map-box .form-overlay .query-builder dl dd{
	margin:0 0 10px 0;
}
.interactive-map .map-box .form-overlay .query-builder dl dd label input{
	margin:0 5px 0 0;
	position:relative;
	top:1px;
}
.interactive-map .map-box .form-overlay .query-builder input.default-fld{
	height:30px;
	line-height:30px;
	padding-bottom:0;
	padding-top:0;
	width:235px;
}
.interactive-map .map-box .form-overlay .query-builder .btn-submit{
	background:url(/shared/common/images/interactivemap_ov_submit_small.jpg) no-repeat 0 0;
	border:none;
	height:34px;
	overflow:hidden;
	text-indent:150%;
	white-space: nowrap;
	width:253px;
}
.interactive-map .map-box .form-overlay .btn-submit:hover{
	background:url(/shared/common/images/interactivemap_ov_submit_small_over.jpg) no-repeat 0 0;
}
/* /メイン領域：コンテンツエリア：インタラクティブマップ関係 */


/* メイン領域：コンテンツエリア：レコメンドリスト */
#detail-fav-list{
	clear:both;
	/*height:108px;*/
	height:130px;
	margin:0 0 0 0;
	overflow:hidden;
	position:relative;
	border:1px solid #dddddd;
}
#detail-fav-list dt{
	background:#f2ebda;
	/*margin:0 0 15px 0;*/
	padding:8px 10px;
	position:relative;
}
#detail-fav-list dt .back-to-top{
	cursor: pointer;
	height:20px;
	overflow:hidden;
	position:absolute;
	right:5px;
	top:5px;
	width:82px;
}
#detail-fav-list dt .back-to-top, x:-moz-any-link{
	top:9px;
}/*Firefox topずれ解消*/
#detail-fav-list dd{
	bottom:0;
	margin:0 0 12px 0;
	height:67px;
	overflow:hidden;
	position:absolute;
	/*width:960px;*/
	width:644px;
	left:20px;
}
#detail-fav-list dd ul{
	overflow:hidden;
}
#detail-fav-list dd ul li{
	float:left;
	padding:0 0 0 20px;
	width:195px;
}
.lt-ie8 #detail-fav-list dd ul li{
	padding-top:5px;
}
#detail-fav-list dd ul li p{
	margin:0;
	padding:0;
}
#detail-fav-list dd ul li .figure{
	float:left;
	margin:0 10px 0 0;
}
#detail-fav-list dd ul li .figure a{
	outline:none;
}
#detail-fav-list dd ul li .figure a img{

}
#detail-fav-list dd ul li em{
	font-size:12px;
	font-size:1.2rem;
	font-style:normal;
}
#detail-fav-list dd ul li a.inner-link{
	text-decoration:underline;
}
#detail-fav-list .btn-left,
#detail-fav-list .btn-right{
	bottom:20px;
	cursor:pointer;
	position:absolute;
	width: 18px;
}
#detail-fav-list .btn-left{
	border-radius: 0 4px 4px 0;
	left:0;
}
#detail-fav-list .btn-right{
	border-radius: 4px 0 0 4px;
	right:0;
}
.lt-ie8 #detail-fav-list .btn-left,
.lt-ie8 #detail-fav-list .btn-right{
	top:0px;
}
/* /メイン領域：コンテンツエリア：レコメンドリスト */



/**
 * 	==================================================================
 * 	メイン領域：ライトエリア
 * 	==================================================================
 */
#light-area{
	width:250px;
}


/**
 * 	メイン領域：ライトエリア：ローカルナビ
 */
.local-nav,
.local-ex-nav{
	background:#fff;
	border:2px solid #ddd;
	margin:0 0 10px 0;
}
.lt-ie8 .local-nav,
.lt-ie8 .local-ex-nav{
	behavior: none;
}
.local-nav h2{
	border-left:4px solid #0daff2;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	line-height:1.5em;
	margin:10px;
	padding:0 0 0 14px;
}
.local-nav ul li a,
.local-ex-nav ul li a{
	display:block;
}
.local-nav ul li.on>a,
.local-ex-nav ul li.on>a{
	cursor:default;
	/*font-weight: bold;*/
	color:#222;
}
.local-nav ul li.on>a:hover,
.local-ex-nav ul li.on>a:hover{
	text-decoration: none;
}
.local-nav>ul>li,
.local-ex-nav>ul>li{
	background:url(/shared/common/images/dotline_h.gif) repeat-x top;
}
.local-ex-nav>ul>li:first-child{
	border-top:none;
	background:none;
}
.local-nav>ul>li>a,
.local-ex-nav>ul>li>a{
	padding:12px 12px 12px 35px;
	font-size:13px;
	font-size:1.3rem;
}
.local-nav>ul>li>a{
	background:url(/shared/common/images/icon_bullet_boxarrow.gif) no-repeat 17px 16px;
}
.local-ex-nav>ul>li>a{
	background:url(/shared/common/images/icon_bullet_boxarrow.gif) no-repeat 17px 16px;
}
.local-nav>ul>li>ul{
	margin:0 1px;
}
.local-nav>ul>li>ul>li>a{
	background:url(/shared/common/images/icon_bullet_arrow.gif) no-repeat 40px 11px;
	padding:6px 12px 6px 50px;
	font-size:11px;
	font-size:1.1rem;
}
.local-nav>ul>li>ul>li.on{
	background:#fff5d2;
}
.local-nav>ul>li>ul>li.on>a{
	color:#373737;
}

/**
 * 	メイン領域：ライトエリア：お問い合わせ
 */
.inquiry-section{
	margin:0 0 25px 0;
}
.local-ex-nav + .inquiry-section{
	margin-top: 15px;
}
.inquiry-section h2{
	margin:0 0 10px 0;
}
.inquiry-section ul{
}
.inquiry-section ul li{
	margin:10px 0 0 0;
}
.inquiry-section ul li:first-child{
	margin:0 0 0 0;
}
.inquiry-section ul li a.ui17{
	text-align: left;
	padding-left: 50px;
}
.inquiry-section ul li a.ui17:before{
	background-size: contain;
	content: "";
	display: block;
	left: 14px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
}
.inquiry-section ul li:nth-child(1) a.ui17:before{
	background: url(/shared/common/images/ui17-ico-pen.png) no-repeat 50% 50%;
	height: 20px;
	width: 19px;
}
.inquiry-section ul li:nth-child(1) a.ui17:hover:before{
	background-image: url(/shared/common/images/ui17-ico-pen-conv.png);
}
.inquiry-section ul li:nth-child(2) a.ui17:before{
	background: url(/shared/common/images/ui17-ico-book.png) no-repeat 50% 50%;
	height: 16px;
	width: 21px;
}
.inquiry-section ul li:nth-child(2) a.ui17:hover:before{
	background-image: url(/shared/common/images/ui17-ico-book-conv.png);
}

/**
 * 	メイン領域：ライトエリア：ツールボックス
 */
#light-area>.tool-box{
	background-color: #fff;
	border:2px solid #ddd;
	margin:0 0 10px 0;
	overflow: hidden;
}


/**
 * 	メイン領域：ライトエリア：ツールボックス：学生会館を探す
 */
.search-section{
	background:url(/shared/common/images/dotline2_h.gif) repeat-x bottom #fff;
	margin:0 0 16px 0;
}
.search-section h2{
	margin:14px 0 8px 0;
	padding:0 0 0 0;
}
.search-section .form-container{
	padding:10px;
}
.lt-ie8 .search-section .form-container{
	overflow:hidden;
	width:226px;
}
.search-section .form-container dl{
}
.search-section .form-container dl dt{
	margin:0 0 5px 0;
	position:relative;
}
.search-section .form-container dl dt .btn-line-list,
.search-section .form-container dl dt .btn-school-list{
	font-size:10px;
	font-size:1.0rem;
	position:absolute;
	right:0;
	top:0;
}
.search-section .form-container dl dd{
	margin:0 0 10px 0;
}
.search-section .form-container dl dd .default-fld{
	width:204px;
}

.search-section .form-container dl dd select.area-select{
	/*
	cursor:pointer;
	height:30px;
	left:0;
	opacity: 0;
	position:absolute;
	top:0;
	*/
	width:226px;
}
/*
.search-section .form-container dl dd .area-selector{
	height:30px;
	position:relative;
}
.search-section .form-container dl dd .area-selector .area-output{
	color:#9d9d9d;
	height:24px;
	line-height:24px;
	padding:2px 10px;
	width:204px;
}
.lt-ie8 .search-section .form-container dl dd .area-selector .area-output{
	display:none;
}
.search-section .form-container dl dd .area-selector .area-output.selected{
	color:#222;
}
.search-section .form-container dl dd .area-selector select.area-select{
	cursor:pointer;
	height:30px;
	left:0;
	opacity: 0;
	position:absolute;
	top:0;
	width:226px;
}
.lt-ie9 .search-section .form-container dl dd .area-selector select.area-select{
	-ms-filter: "alpha(opacity=0)";
}
.search-section .form-container dl dd .area-selector select.area-select option{
}
.search-section .form-container dl dd .area-selector .area-launcher{
	right:0;
	position:absolute;
	top:0;
}
.lt-ie8 .search-section .form-container dl dd .area-selector .area-launcher{
	display:none;
}
*/
.search-section .form-container dl dd label{
	margin:0 5px 0 0;
}
.search-section .form-container dl dd label input{
	margin:0 5px 0 0;
	position:relative;
	top:1px;
}
.search-section .form-container .ui17-type-form[type="submit"]{
	display:block;
	margin:0 0 0 0px;
	width:228px;
}
/*
.search-section .form-container .btn-submit{
	background:url(/shared/common/images/interactivemap_ov_submit.jpg) no-repeat 0 0;
	border:none;
	display:block;
	height:35px;
	margin:0 0 0 0px;
	overflow:hidden;
	text-indent:150%;
	white-space: nowrap;
	width:228px;
}
.search-section .form-container .btn-submit:hover{
	background:url(/shared/common/images/interactivemap_ov_submit_over.jpg) no-repeat 0 0;
}
*/

/**
 * 	メイン領域：ライトエリア：ツールボックス：お気に入り会館リスト
 */
.fav-section{
	/*background:url(/shared/common/images/dotline2_h.gif) repeat-x bottom #fff;*/
	padding:0 0 10px 0;
	margin:0 0 5px 0;
}
.fav-section h2{
	margin:0 0 10px 0;
	padding:0 0 0 0;
}
.fav-section .fav-container{
	height:218px;
	margin:0 0 20px 0;
	overflow:hidden;
	position:relative;
}
.fav-section .fav-container ul{
	padding:0 10px 0 10px;
}
.fav-section .fav-container ul li{
	clear:both;
	font-size:10px;
	font-size:1.0rem;
	height:66px;
	line-height:1.4em;
	overflow:hidden;
	padding:0 0 10px 0;
	position:relative;
}
.fav-section .fav-container ul li p{
	float:right;
	margin:0;
	padding:0;
	width:130px;
}
.fav-section .fav-container ul li .figure{
	float:left;
	margin:0 10px 0 0;
}
.fav-section .fav-container ul li .figure a{
	outline:none;
}
.fav-section .fav-container ul li .figure a img{
}
.fav-section .fav-container ul li p{
	position: relative;
}
.fav-section .fav-container ul li p em{
	font-style:normal;
}
.fav-section .fav-container ul li p em a.arrow-link{
	background-position:0 2px;
	display:block;
}
.fav-section .fav-container ul li p a.ui17{
	position: absolute;
	right: 0;
	top: -2px;
	width: 17px;
}
.fav-section .btn-prev{
	cursor:pointer;
	margin:0 0 15px 0;
	text-align: center;
}
.fav-section .btn-next{
	cursor:pointer;
	margin:0 0 5px 0;
	text-align: center;
}
.fav-section .btn-prev button.ui17,
.fav-section .btn-next button.ui17{
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 #9f906b;
	-moz-box-shadow: 0 3px 0 #9f906b;
	box-shadow: 0 3px 0 #9f906b;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 60px;
}

/**
 * 	メイン領域：ライトエリア：ツールボックス：最近見たページ・会館
 */
.recent-section{
	margin:0 0 10px 0;
}
.recent-section h2{
	margin:0 0 10px 0;
	padding:0 0 8px 0;
}
.recent-section dl.tabbed-list{
	overflow:hidden;
	padding:28px 0 0 0;
	position:relative;
}
.recent-section dl.tabbed-list dt{
	background: #bfae83;
	border-radius: 4px 4px 0 0;
	color: #fff;
	height: 28px;
	left:126px;
	line-height: 31px;
	position:absolute;
	text-align: center;
	top:0;
	width: 110px;
}
.recent-section dl.tabbed-list dt:first-child{
	left:13px;
	right:auto;
}
.recent-section dl.tabbed-list dt.off{
	background: #e7e0cd;
	color: #9f906b;
	opacity: 1;
}
.recent-section dl.tabbed-list dd{
	border-top:1px solid #bfae83;
	padding:10px 10px 5px 10px;
}
.recent-section dl.tabbed-list dd ul{
	font-size:12px;
	font-size:1.2rem;
	height:10em;
	line-height:2em;
	overflow: hidden;
}
.recent-section dl.tabbed-list dd ul li{
	/*margin-bottom:5px;*/
	/*
	height:1.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	width:226px;
	*/
	position:relative;
}
.recent-section dl.tabbed-list dd ul li a{
	background:url(/shared/common/images/icon_arrow.png) no-repeat 0 45%;
	display:block;
	padding-left:12px;
	/*
	height:1.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	width:226px;
	*/
}
.recent-section dl.tabbed-list dd ul li a.arrow-link{
	background-position:0 2px;
}
.recent-section dl.tabbed-list dd .btn-prev{
	display:none;
	cursor:pointer;
	margin:10px 0 5px 0;
	text-align: center;
}
.recent-section dl.tabbed-list dd .btn-next{
	display:none;
	cursor:pointer;
	margin:0 0 5px 0;
	text-align: center;
}
.recent-section dl.tabbed-list dd .btn-prev button.ui17,
.recent-section dl.tabbed-list dd .btn-next button.ui17{
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 #9f906b;
	-moz-box-shadow: 0 3px 0 #9f906b;
	box-shadow: 0 3px 0 #9f906b;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 60px;
}


/**
 * 	メイン領域：ライトエリア：おすすめコンテンツ
 */
.recommend-section{
	margin:0 0 10px 0;
}
.recommend-section h2{
}
.recommend-section .banner-2cols{
	overflow:hidden;
	margin:0 0 10px 0;
	width:250px;
}
.recommend-section .banner-2cols li{
	float:left;
	width:122px;
}
.recommend-section .banner-imgs{

}
.recommend-section .banner-imgs li{
	margin:0 0 10px 0;

}
.recommend-section .banner-mixed{

}
.recommend-section .banner-mixed li{
	margin:0 0 10px 0;
	overflow:hidden;
}
.recommend-section .banner-mixed li .fig{
	float:left;
	margin:0 10px 0 0;
}
.recommend-section .banner-mixed li h4{
}
.recommend-section .banner-mixed li p{
	font-size:10px;
	font-size:1.0rem;
	line-height:1.4em;
	margin:0;
}
.recommend-section .banner-textbase{

}
.recommend-section .banner-textbase li{
	margin:0 0 10px 0;
}
.recommend-section .banner-textbase li p{
	font-size:10px;
	font-size:1.0rem;
	line-height:1.4em;
	margin:0 0 5px 0;
}
.recommend-section .banner-textbase li p strong{
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
}
/***** 2015改修サイドナビエリア再整理 *****/
.recommend-section .sideNavi-wrap{
	background-color: #fff;
	border-bottom:1px solid #c9cbcc;
	border-top:2px solid #0ca1df;
	margin:0 auto 20px;
}
.recommend-section .sideNavi-wrap h3{
	border-left:1px solid #c9cbcc;
	border-right:1px solid #c9cbcc;
	color:#000;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	height:35px;
	margin:0;
}
.recommend-section .sideNavi-wrap ul{
	border-left:1px solid #c9cbcc;
	border-right:1px solid #c9cbcc;
}
/*注目トピックス*/
.recommend-section .sideNavi-wrap .heading_topics{
	background:url("/shared/common/images/side_icon_topics.png") no-repeat 9px 50% #b8eaff;
	line-height:37px;
	padding-left:34px;
}
.recommend-section .sideNavi-wrap .list_topics{
	padding:10px 9px;
}
.recommend-section .sideNavi-wrap .list_topics li{
	margin:0 auto 10px;
}
.recommend-section .sideNavi-wrap .list_topics li:last-child{
	margin-bottom:0;
}
.recommend-section .sideNavi-wrap .list_topics .banner_img{}
.recommend-section .sideNavi-wrap .list_topics .banner_mix{
	overflow:hidden;
	position:relative;
}
.recommend-section .sideNavi-wrap .list_topics .banner_mix .fig{
	float:left;
	margin-right:7px;
}
.recommend-section .sideNavi-wrap .list_topics .banner_mix h4{
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:2px;
	padding-left:96px;
}
.recommend-section .sideNavi-wrap .list_topics .banner_mix p{
	color:#393939;
	font-size:11px;
	font-size:1.1rem;
	line-height:1.4em;
	margin-bottom:0;
	padding-left:96px;
}
/*特集コンテンツ*/
.recommend-section .sideNavi-wrap .heading_feature{
	background:url("/shared/common/images/side_icon_feature.png") no-repeat 9px 50% #b8eaff;
	line-height:37px;
	padding-left:34px;
}
.recommend-section .sideNavi-wrap .list_feature{
	overflow:hidden;
	padding:10px 9px 4px;
	position:relative;
}
.recommend-section .sideNavi-wrap .list_feature li{
	float:left;
	margin:0 6px 6px 0;
}
.recommend-section .sideNavi-wrap .list_feature li:nth-child(even){
	margin-right:0;
}
/*お役立ちコンテンツ*/
.recommend-section .sideNavi-wrap .heading_useful{
	background:url("/shared/common/images/side_icon_useful.png") no-repeat 9px 50% #b8eaff;
	line-height:37px;
	padding-left:39px;
}
.recommend-section .sideNavi-wrap .list_useful{
	overflow:hidden;
	padding:10px 9px 3px;
	position:relative;
}
.recommend-section .sideNavi-wrap .list_useful li{
	background:#d8f1fb;
	float:left;
	margin:0 6px 7px 0;
}
.recommend-section .sideNavi-wrap .list_useful li:nth-child(even){
	margin-right:0;
}
.recommend-section .sideNavi-wrap .list_useful li a{
	background:#d8f1fb;
	display:inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	padding:10px 0;
	text-align:center;
	height:51px;
	width:112px;
}
.recommend-section .sideNavi-wrap .list_useful li a:hover{
	text-decoration:none;
}
.recommend-section .sideNavi-wrap .list_useful li .fig{
	height:25px;
	vertical-align:top;
}
.recommend-section .sideNavi-wrap .list_useful li p{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight:bold;
	line-height: 14px;
	margin:0;
	width:100%;
}
/*関連サイト*/
.recommend-section .sideNavi-wrap .heading_link{
	background:url("/shared/common/images/side_icon_link.png") no-repeat 6px 49% #b8eaff;
	line-height:35px;
	padding-left:32px;
}
.recommend-section .sideNavi-wrap .list_link{
	padding:10px 9px;
}
.recommend-section .sideNavi-wrap .list_link li{
	margin-bottom:10px;
}
.recommend-section .sideNavi-wrap .list_link li:last-child{
	margin-bottom:0;
}
.recommend-section .sideNavi-wrap .list_link li h4{
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:7px;
}
.recommend-section .sideNavi-wrap .list_link li p{
	font-size:10px;
	font-size:1.0rem;
	line-height: 1.4em;
	margin-bottom:0;
}

/**
 * 	==================================================================
 * 	フッタエリア
 * 	==================================================================
 */
#footer-container-17{
	background: #fdf3dc;
	padding-top: 46px;
	position: relative;
}
#footer-container-17:before{
	background: #fff;
	border-bottom: 2px solid #21bdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 46px;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}
#footer-container-17 a.pagetop{
	position: absolute;
	right: 50%;
	text-align: right;
	top: 20px;
	-webkit-transform: translateX(475px);
	-moz-transform: translateX(475px);
	-ms-transform: translateX(475px);
	-o-transform: translateX(475px);
	transform: translateX(475px);
}
#footer-container-17 .inner{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#footer-container-17 h5{
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 0.8em 0;
}
#footer-area-search,
#footer-sitemap,
#footer-lower{
	position: relative;
	z-index: 1;
}
#footer-area-search{
	margin-top: 30px;
}
#footer-area-search a{
	color: #2DAADB;
}
#footer-area-search .inner{
	background: #fff;
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 20px;
}
#footer-area-search .inner dl{
	display:-ms-flexbox; display: flex;
	-ms-flex-wrap:wrap; flex-wrap: wrap;
}
#footer-area-search .inner dl dt:first-of-type,
#footer-area-search .inner dl dd:first-of-type{
	margin-bottom: 8px;
}
#footer-area-search .inner dl dt{
	background: #a2a2a2;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	width: 217px;
}
#footer-area-search .inner dl dt i{
	display: block;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
#footer-area-search .inner dl dd{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	min-height: 40px;
	padding: 4px 0 4px 15px;
	position: relative;
	width: calc(100% - 217px);
}
#footer-area-search .inner .footer-area-search-list{
	line-height: 1.2;
}
#footer-area-search .inner .footer-area-search-list>ul{
	display:-ms-flexbox; display: flex;
}
#footer-area-search .inner .footer-area-search-list>ul>li{
	border-left: 1px solid #bead83;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
#footer-area-search .inner .footer-area-search-list>ul>li:first-of-type,
#footer-area-search .inner .footer-area-search-list>ul>li.has-child+li{
	border-left: none;
}
#footer-area-search .inner .footer-area-search-list>ul:last-child>li{
	margin-bottom: 0;
}
#footer-area-search .inner .footer-area-search-list>ul>li>a{
	font-weight: bold;
	padding: 0 0.5em;
}
#footer-area-search .inner .footer-area-search-list>ul>li.has-child>a{
	padding-right: 0;
}
#footer-area-search .inner .footer-area-search-list>ul>li>ul{
	display: inline-block;
	font-size: 13px;
}
#footer-area-search .inner .footer-area-search-list>ul>li>ul:before{
	color: #bead83;
	content: "（";
}
#footer-area-search .inner .footer-area-search-list>ul>li>ul:after{
	color: #bead83;
	content: "）";
}
#footer-area-search .inner .footer-area-search-list>ul>li>ul>li{
	display: inline-block;
	border-left: 1px solid #bead83;
}
#footer-area-search .inner .footer-area-search-list>ul>li>ul>li:first-of-type{
	border-left: none;
}
#footer-area-search .inner .footer-area-search-list>ul>li>ul>li>a{
	padding: 0 0.5em;
}
#footer-area-search .inner .footer-area-search-list>ul>li>ul>li:first-child>a{
	padding-left: 0;
}
#footer-area-search .inner .footer-area-search-list>ul>li>ul>li:last-child>a{
	padding-right: 0;
}
#footer-area-search .inner .fav-halls{
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 0.5em;
}
#footer-sitemap{
	/*background: #e0e0e0;
	padding-top: 30px;*/
}
#footer-sitemap{
	color: #686868;
}
#footer-sitemap a{
	color: #2daadb;
}
#footer-sitemap a[target="_blank"]:after{
	content: url(/shared/common/images/icon_outerlink.png);
}
#footer-sitemap .inner{
	padding: 0 0 10px 0;
}
#footer-sitemap>.inner>ul{
	display:-ms-flexbox; display: flex;
	-ms-flex-wrap:wrap; flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 20px;
}
#footer-sitemap>.inner>ul>li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 25%;
}
#footer-sitemap>.inner>ul>li>h5+h5{
	margin-top: 1em;
}
#footer-sitemap>.inner>ul>li a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
#footer-sitemap>.inner>ul>li>ul{
}
#footer-sitemap>.inner>ul>li>ul>li{
	color: #2daadb;
	line-height: 1.4;
	margin-bottom: 0.5em;
	position: relative;
}
#footer-sitemap>.inner>ul>li>ul>li:before{
	content: "・";
	position: absolute;
}
#footer-sitemap>.inner>ul>li>ul>li>a{
	padding-left: 1em;
}
#footer-lower{
	background: #21bdfd;
	color: #fff;
	height: 96px;
	position: absolute;
	width: 100%;
}
#footer-lower a{
	color: #fff;
}
#footer-lower>.inner{
	height: 100%;
	position: relative;
}
#footer-lower>.inner>a#footer-corporate-link{
	display: inline-block;
	margin-top: 25px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
#footer-lower>.inner>a#footer-corporate-link:hover{
	opacity: 0.7;
}
#footer-lower>.inner>a#footer-corporate-link>img{
	/*width: 200px;*/
}
#footer-lower>.inner>#footer-lower-links{
	display:-ms-flexbox; display: flex;
	position: absolute;
	right: 0;
	top: 28px;
}
#footer-lower>.inner>#footer-lower-links>li{
	border-left: 1px solid #fff;
}
#footer-lower>.inner>#footer-lower-links>li:first-child{
	border-left: none;
}
#footer-lower>.inner>#footer-lower-links>li>a{
	display: block;
	line-height: 1.2;
	padding: 0 1em;
}
#footer-lower>.inner>#footer-lower-links>li:last-child>a{
	padding-right: 0;
}
#footer-lower>.inner>.copyright{
	bottom: 28px;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: right;
}

#footer .pagetop{
	position: absolute;
	right: 0;
	top: -26px;
}


/* 旧フッター */
#footer-container{
	background:url(/shared/common/images/footer_bg.gif) repeat-x 0 -260px;
	clear:both;
	padding:10px 0 0 0;
	min-width:960px;
}
.lt-ie8 #footer-container{
	z-index:400;
}
#footer{
	font-size:11px;
	font-size:1.1rem;
	margin:0 auto;
	position:relative;
	width:960px;
}
/* グループ事業案内 */
#footer .group-links{
	margin:18px 0 28px 0;
}
#footer .group-links dt{
	color:#000;
	font-size:12px;
	font-size:1.4rem;
	margin:0 0 14px 0;
}
#footer .group-links dd{

}
#footer .group-links dd ul{
	overflow: hidden;
	width:600px;
}
#footer .group-links dd ul li{
	float:left;
	width:300px;
}
#footer .group-links dd ul li a{
	background:url(/shared/common/images/icon_outerlink.png) no-repeat 0 45%;
	padding-left:12px;
}
.lt-ie8 #footer .group-links dd ul li a{
	background:url(/shared/common/images/icon_outerlink.png) no-repeat 0 45%;
}
/* /グループ事業案内 */
/* QRコード＆SNSリンク */
#footer .shoulder{
	float:right;
	margin:20px 0 0 0;
	overflow:hidden;
	width:252px;
}
#footer .shoulder .qr-area{
	background:#fff;
	font-size:10px;
	font-size:1.0rem;
	line-height:1.4em;
	margin:0 0 3px 0;
	overflow:hidden;
	padding:7px 20px;
}
#footer .shoulder .qr-area img{
	float:left;
	padding:0 15px 0 0;
}
#footer .shoulder .qr-area p{
	margin:0;
	padding:5px 0 0 0;
}
#footer .shoulder .sns-area{
	background:#fff;
	overflow:hidden;
	padding:6px 0 6px 20px;
}
#footer .shoulder .sns-area dt{
	float:left;
	padding-right:19px;
}
#footer .shoulder .sns-area dd{
	float:left;
	padding-right:14px;
}
/* /QRコード＆SNSリンク */
/* コーポレートリンク */
#footer .corporate{
	float:left;
	margin:0;
	padding:0;
}
/* /コーポレートリンク */
/* フッタナビ */
#footer #footer-nav{
	overflow:hidden;
	padding:4px 0 0 17px;
}
#footer #footer-nav li{
	border-left:1px solid #2daadb;
	float:left;
	font-size:11px;
	font-size:1.1rem;
	line-height:1.1em;
	margin:0 0 0 14px;
	padding:0 0 0 7px;
}
#footer #footer-nav li:first-child{
	border-left:none;
	margin:0 0 0 0;
}
#footer #footer-nav li a{
	background:url(/shared/common/images/icon_arrow.png) no-repeat 0 50%;
	display:block;
	padding:0 0 0 14px;
}
/* /フッタナビ */
/* コピーライト表記 */
#footer .copyright{
	clear:both;
	color:#656565;
	margin:0;
	padding:5px 0 5px 0;
}
/* /コピーライト表記 */
/* /旧フッター */



/* ページトップ固定リンク */
#fixed-page-top-link{
	position: fixed;
	bottom: -50px;
	right: 10px;
	-webkit-transition: bottom .3s;
	-moz-transition: bottom .3s;
	-ms-transition: bottom .3s;
	-o-transition: bottom .3s;
	transition: bottom .3s;
	z-index: 9999;
}
#fixed-page-top-link.show{
	bottom: 10px;
}
#fixed-page-top-link.show.absolute{
	bottom: 116px;
}
#fixed-page-top-link>a{
	background: #a2a2a2;
	border-radius: 6px;
	border: 1px solid #a2a2a2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 21px;
	height: 50px;
	position: relative;
	text-decoration: none;
	-webkit-transition: opacity,color,background-color .3s;
	-moz-transition: opacity,color,background-color .3s;
	-ms-transition: opacity,color,background-color .3s;
	-o-transition: opacity,color,background-color .3s;
	transition: opacity,color,background-color .3s;
	width: 50px;
}
.rgba #fixed-page-top-link>a{
	background: rgba(0,0,0,0.35);
}
#fixed-page-top-link>a:hover{
	background-color: #fff;
	color: #a2a2a2;
}
.rgba #fixed-page-top-link>a:hover{
	background-color: rgba(255,255,255,0.35);
}
#fixed-page-top-link>a>i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/* /ページトップ固定リンク */


/* 印刷用設定 */
/*
@media print {
	body {
		background:#fff;
		-webkit-print-color-adjust: exact;
	}
	.lt-ie9{
		zoom:0.7;
	}
	#main-container{
		display:table;
	}
	#footer-container{
		display:table;
	}
	#footer-container #footer{
		background:#FDF3DC url(/shared/common/images/footer_bg.gif) repeat-x 0 -270px;
	}
}
*/

/* SSLシール（2017/10~） */
#DigiCertClickID_um9I5TfE>span{
	position: relative;
	height: 1em;
}
#DigiCertClickID_um9I5TfE>span>a{
	display: block !important;
	left: 50% !important;
	position: absolute !important;
	top: 0 !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media print {
	body {
		background:#fff;
		-webkit-print-color-adjust: exact;
	}
	tr,
	td{
		page-break-inside:avoid;
	}
	.lt-ie9 body{
		zoom:1;
	}
	.lt-ie8 body{
		zoom:0.6;
	}
	table.table{
		width:100% !important;
	}
	#header-container{
		border-top:none;
		min-width:none;
	}
	#header{
		width:100%;
		/* min-width:960px; */
		height: 100px;
	}
	#header #global-nav{
		display:none;
	}
	#header .search-box{
		display:none;
	}
	#header .free-dial{
		display:none;
	}
	#header .free-dial-alternate{
		display:none;
	}
	#header #header-nav{
		display:none;
	}
	#header .bread-clumb{
		display:none;
	}
	#main-container{
		background:none;
		/* min-width:960px; */
	}
	#main{
		width:100%;
		/* min-width:960px; */
	}
	#contents-area,
	.contents-area{
		float:none;
		width:100%;
		/* min-width:960px; */
		margin:0 auto;
		padding:0;
	}
	.search_map02{
		margin:0 auto;
		width:592px !important;
		height:314px !important;
	}
	.search_map02 #googlemapArea{
		width:592px !important;
		height:314px !important;
	}
	#light-area{
		display:none;
	}
	#footer-container-17{
		display: none;
	}
}

/* /印刷用設定 */


