/*
 * /common/css/2012_reset.css
 */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
*/

/*
*Since: 2007-08-27
*Last Modified: 2007-12-05
*Editor(s): Masanori Kobayashi
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* clearfix */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*
 * /common/css/2012_common.css
 */
/*  body
-----------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-size: 1.3rem;
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
	color: #333;
	line-height: 1.7;
	background: #f5f5f5;
}

/*  コンテンツレイアウト
-----------------------------------------------------------*/
#contents {
	background: #fff;
	min-width: 960px;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 5px;
}
#contents_area {
	background: #fff;
	min-width: 960px;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 5px;
}

/*  共通リンク色・別ウィンドウ
-----------------------------------------------------------*/
a, a:link, a:visited {
	color: #125687;
	text-decoration: none;
}
a:hover, a:active {
	color: #125687;
	text-decoration: underline;
}

/* ▽一時的な記述 */
#contents_area a, a:link, #contents_area a:visited {
	color: #125687;
	text-decoration: none;
}
#contents_area a:hover, #contents_area a:active {
	color: #125687;
	text-decoration: underline;
}
/* △一時的な記述 */

a.icon_window{
	position: relative;
	padding-right: 18px;
	background: url(/_common/images/ico-window.png) right center no-repeat;
	background-size: 13px 10px;
}

/*  コンテンツレイアウト
-----------------------------------------------------------*/
em {
	font-weight: bold;
}

/*  下層ページ共通
-----------------------------------------------------------*/
.under {
	background: #fff url(../images/bg_under_wrap.gif) repeat-x 0px 0px;
	overflow: hidden;
}

.jtb-nav-breadcrumb {
	margin: 1px auto 25px;
	max-width: 1130px;
	padding: 0 5px;
	line-height: 1.2;
}
.jtb-nav-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-left: 14px;
	font-size: 1.0rem;
	color: #999;
	line-height: 2.1;
}
.jtb-nav-breadcrumb li:first-child{
	margin-left: 0;
}
.jtb-nav-breadcrumb li:before{
	position: absolute;
	top: 0;
	right: -10px;
	font-size: 1.1rem;
	color: #999;
	line-height: 2.1;
	content: ">";
}
.jtb-nav-breadcrumb li:last-child:before {
	display: none;
}

#main_contents_area_670_280 .main_contents_inner {
	background: url(../images/bg_main_inner670.gif) no-repeat bottom left;
}
#main_contents_area_700_250 .main_contents_inner {
	background: url(../images/bg_main_inner700.gif) no-repeat bottom left;
}
#sub_contents_area_700_250 .sub_contents_inner {
	background: url(../images/bg_sub_inner250.gif) no-repeat bottom left;
	padding: 10px;
}
#sub_contents_area_670_280 .sub_contents_inner {
	background: url(../images/bg_sub_inner280.gif) no-repeat bottom left;
	padding: 10px;
}

.link_pagetop {
}
.link_pagetop a {
	background: url(../images/icon_arrow_top.gif) no-repeat left center;
	padding-left: 13px;
}

.link_more {
}
.link_more a {
	background: url(../images/icon_arrow_right.gif) no-repeat left center;
	padding-left: 13px;
}

.dotline {
	background: url(../images/bg_dotline.gif) repeat-x left bottom;
}

/*  カラム
-----------------------------------------------------------*/
.jtb-content-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 0 20px -20px;
}
.jtb-content-grid--narrow {
	padding-left: 55px;
	padding-right: 55px;
}

.jtb-content-grid__col {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	margin: 0 0 0 20px;
}

.jtb-content-grid__col--main {
	width: 825px;
	max-width: 825px;
}

.jtb-content-grid__col--sub {
	width: 275px;
	max-width: 275px;
}

/*  緊急メッセージ
-----------------------------------------------------------*/
.text_attention_area {
	margin-bottom: 10px;
}
.text_attention {
	line-height: 1.5;
	background: url(../images/icon_attention.gif) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 5px;
}

/*  ページング
-----------------------------------------------------------*/
.paging_top,
.paging_btm {
	color: #666;
	line-height: 40px;
	height: 40px;
	padding-bottom: 4px;
	margin: 0 30px;
	overflow: hidden;
	position: relative;
}
.paging_top {
	background: url(../images/bg_paging.gif) no-repeat left bottom;
}
.paging_btm {
	background: url(../images/bg_paging.gif) no-repeat left top;
}
.paging_top ul,
.paging_btm ul {
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 0;
}
.paging_top ul li,
.paging_btm ul li {
	float: left;
	height: 20px;
	line-height: 20px;
	margin-left: 2px;
}
.paging_top ul li img,
.paging_btm ul li img {
	vertical-align: middle;
}
.paging_top ul.list_number li,
.paging_btm ul.list_number li {
	padding-left: 10px;
}

/*  フッターメニュー
-----------------------------------------------------------*/
.jtbsite_linklist_wrap{
	min-width: 970px;
	max-width: 1130px;
	margin: 0 auto 20px;
	padding: 0 5px;
}
.jtbsite_linklist_wrap h3{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.jtbsite_linklist {
	line-height: 1;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.jtbsite_linklist:not(:last-child) {
	margin-bottom: 10px;
}
.jtbsite_linklist_inner {
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 9em);
}
.jtbsite_linklist dt {
	font-weight: bold;
	margin-right: 20px;
	width: 9em;
}
.jtbsite_linklist dd {
	margin: 0 10px 10px 0;
	padding: 1px 0 1px 10px;
	border-left: 1px solid #ccc;
}
.jtbsite_linklist a:hover,
.jtbsite_linklist a:focus,
.jtbsite_linklist a:active {
	text-decoration: underline;
}

/*
 * /common/css/module.css
 */
/*  汎用class
-----------------------------------------------------------*/

/* 上余白 */
.mt05 { margin-top: 5px!important;}
.mt10 { margin-top: 10px!important;}
.mt15 { margin-top: 15px!important;}
.mt20 { margin-top: 20px!important;}
.mt25 { margin-top: 25px!important;}
.mt30 { margin-top: 30px!important;}
.mt35 { margin-top: 35px!important;}
.mt40 { margin-top: 40px!important;}
.mt45 { margin-top: 45px!important;}
.mt50 { margin-top: 50px!important;}

/* 下余白 */
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb35 { margin-bottom: 35px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb45 { margin-bottom: 45px!important;}
.mb50 { margin-bottom: 50px!important;}

/* 上余白 */
.pt05 { padding-top: 5px!important;}
.pt10 { padding-top: 10px!important;}
.pt15 { padding-top: 15px!important;}
.pt20 { padding-top: 20px!important;}
.pt25 { padding-top: 25px!important;}
.pt30 { padding-top: 30px!important;}
.pt35 { padding-top: 35px!important;}
.pt40 { padding-top: 40px!important;}
.pt45 { padding-top: 45px!important;}
.pt50 { padding-top: 50px!important;}

/* 下余白 */
.pb05 { padding-bottom: 5px!important;}
.pb10 { padding-bottom: 10px!important;}
.pb15 { padding-bottom: 15px!important;}
.pb20 { padding-bottom: 20px!important;}
.pb25 { padding-bottom: 25px!important;}
.pb30 { padding-bottom: 30px!important;}
.pb35 { padding-bottom: 35px!important;}
.pb40 { padding-bottom: 40px!important;}
.pb45 { padding-bottom: 45px!important;}
.pb50 { padding-bottom: 50px!important;}

/* テキスト寄せ */
.tal { text-align: left!important;}
.tar { text-align: right!important;}
.tac { text-align: center!important;}
.tal img,
.tar img,
.tac img {
	display: inline!important;
}

/* フロート */
.float_left {
	width: auto;
	float: left!important;
}
.float_right {
	width: auto;
	float: right!important;
}

.clear {
	clear: both;
}
