/**
 * 	==================================================================
 * 	デフォルトスタイル：ブロック要素
 * 	==================================================================
 */
html{
	font-size:10px;
}
body{
	background:#fdf3dc;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.6em;
}
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;
}

/**
 * 	==================================================================
 * 	擬似クラス
 * 	==================================================================
 */
::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;
}
/* /画像：茶枠 */



/**
 * 	==================================================================
 * 	仕様書規定要素クラス
 * 	==================================================================
 */


/* サイトタイトル */
.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_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_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;
}
/* /ニュースリリース */

/* 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;
}
/* /リンク */

/* タブ */
.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;
}
/* /タブ */

/* 画像 */
.image_container{
	margin:0 0 10px 0;
}
.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>.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;
}
/* /画像 */

/* 画像（モーダル） */
#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;
}
.image_interview>img.fig{
	display:block;
	float:left;
	margin:0 15px 0 0;
}
.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;
}
/* /インタビュー */

/* 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 .lv01{
	background:#ffefcc;
}
.table .lv02{
	background:#fff9e8;
}
.table .lv03{
	background:#f4f4f4;
}
.table .center{
	text-align: center;
}
.table .right{
	text-align: right;
}

.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;
}

/* /表組み */

/* コラム */
.column,
.column_weak,
.column_strong,
.column_alert{
	border:1px solid #ddd;
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
.column>dt,
.column_weak>dt,
.column_strong>dt,
.column_alert>dt{
	color:#fff;
	padding:10px;
}
.column>dt{
	background:#bfae83;
}
.column_weak>dt{
	background:#a6a6a6;
}
.column_strong>dt{
	background:#37b4e7;
}
.column_alert>dt{
	background:#e04718;
}
.column>dd,
.column_weak>dd,
.column_strong>dd,
.column_alert>dd{
	padding:10px;
}
/* /コラム */

/* プラグイン */
.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{
	border-bottom:5px solid #fff;
	overflow:hidden;
	padding:5px;
	position: relative;
}
.action>ul>li{
	float: left;
	margin-left:5px;
}
.action>ul>li:first-child{
	margin-left:0;
}
.action>dl{
	background:#fff;
	margin:5px 5px 0 5px;
	overflow:hidden;
	padding:15px 20px;
	position: relative;
}
.action>dl>dt{
}
.action>dl>dd{
	float:left;
}
/* /アクション */

/* アクション2 */
.action2{
	background: url(/shared/common/images/bg_brown_stripe.gif);
	margin:0 0 10px 0;
}
.action2>ul{
	border-bottom:5px solid #fff;
	overflow:hidden;
	padding:5px;
	position: relative;
	margin-right:-10px;
}
.action2>ul>li{
	float: left;
	margin-right:5px;
}
.actio2n>ul>li:first-child{
	margin-left:0;
}

/* /アクション2 */


/* 分割 */
.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;
}
/* /マージン */


/* フォーム等：デフォルトのフィールド */
.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;
	box-shadow:0 0 5px #e3e3e3 inset;
	-moz-box-shadow:0 0 5px #e3e3e3 inset;
	-webkit-box-shadow:0 0 5px #e3e3e3 inset;
	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;
}
/* /フォーム等：デフォルトのフィールド */

/* フォーム：入力例（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{
	display:none;
	height:407px;
	left:13px;
	overflow:hidden;
	position:absolute;
	top:13px;
	width:506px;
}
.gallery>ul.thumbs{
	left:544px;
	position:absolute;
	top:0;
}
.gallery>ul.thumbs>li{
	border:1px solid #ddd;
	cursor:pointer;
	display:none;
	margin-bottom:3px;
}
.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;
}
/* /ギャラリー */

/* アコーディオン */
.accordion-launcher{
	cursor:pointer;
}
.accordion-launcher .btn-close{
	display:none;
}
.accordion-target{
	display:none;
}
/* /アコーディオン */

/*閉じるボタン*/
.close_btn{
	margin:10px auto 0 auto;
	width:174px;
}
/*閉じるボタン*/

/**
 * 	==================================================================
 * 	ヘッダエリア
 * 	==================================================================
 */
#header-container{
	background:#fff url(/shared/common/images/header_bg.gif) repeat-x;
	border-top:6px solid #21bdfd;
	min-width:960px;
}
#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:250px;
	line-height:1.4em;
	margin:0;
	padding:0;
	position:absolute;
	top:12px;
}
/* /ヘッダロゴ＆コピー */
/* グローバルナビ */
#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{
	height:26px;
	overflow:hidden;
	position:absolute;
	right:270px;
	top:30px;
	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{
	overflow:hidden;
	position:absolute;
	right:0;
	top:7px;
}
#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 a{
	background:url(/shared/common/images/icon_arrow.png) no-repeat 0 50%;
	display:block;
	padding:0 0 0 14px;
}
/* /ヘッダナビゲーション */
/* パンくずリスト */
#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{
	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 .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;
}
/* /メイン領域：コンテンツエリア：インタラクティブマップ関係 */


/**
 * 	==================================================================
 * 	メイン領域：ライトエリア
 * 	==================================================================
 */
#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;
}
.inquiry-section h2{
	margin:0 0 10px 0;
}
.inquiry-section ul{
	background:url(/shared/common/images/bg_brown_stripe.gif);
	padding:4px;
}
.inquiry-section ul li{
	margin:4px 0 0 0;
}
.inquiry-section ul li:first-child{
	margin:0 0 0 0;
}

/**
 * 	メイン領域：ライトエリア：ツールボックス
 */
#light-area>.tool-box{
	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 20px 0 0;
}
.search-section .form-container dl dd label input{
	margin:0 5px 0 0;
	position:relative;
	top:1px;
}
.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 em{
	font-style:normal;
}
.fav-section .fav-container ul li em a.arrow-link{
	background-position:0 2px;
	display:block;
}
.fav-section .btn-prev{
	cursor:pointer;
	margin:0 0 5px 0;
	text-align: center;
}
.fav-section .btn-next{
	cursor:pointer;
	margin:0 0 5px 0;
	text-align: center;
}

/**
 * 	メイン領域：ライトエリア：ツールボックス：最近見たページ・会館
 */
.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{
	left:126px;
	position:absolute;
	top:0;
}
.recent-section dl.tabbed-list dt:first-child{
	left:13px;
	right:auto;
}
.recent-section dl.tabbed-list dd{
	border-top:1px solid #37b4e7;
	padding:10px 10px 5px 10px;
}
.recent-section dl.tabbed-list dd ul{
}
.recent-section dl.tabbed-list dd ul li{
	font-size:12px;
	font-size:1.2rem;
	line-height:1.6em;
	margin-bottom:5px;
	/*
	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{
	background:url(/shared/common/images/icon_arrow.png) no-repeat 0 4px;
	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,
.recent-section dl.tabbed-list dd .btn-next{
	display:none;
}


/**
 * 	メイン領域：ライトエリア：おすすめコンテンツ
 */
.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;
}





/**
 * 	==================================================================
 * 	フッタエリア
 * 	==================================================================
 */
#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;
}
/* /コピーライト表記 */



/* 印刷用設定 */
/*
@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;
	}
}
*/

@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{
		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{
		display: none;
	}
}

/* /印刷用設定 */
