/*****************************************
◆基本機能 Default Style
見出し
画像+テキスト
テーブル
サイトマップ
パンくず
問合せフォーム
アーティクルページャー
タブ
*****************************************/

/*
見出し　h2～h6
**************************************/
h2,h3,h4,h5,h6 {
	line-height: 1.2;
}
h2.cont_h {
	font-size: 24px;
	font-weight: bold;
	color: #434343;
	padding:0 16px 10px;
	margin:0 -16px 20px;
	border-bottom:6px solid #37b0d3;
}
h3.cont_h {
	font-size: 22px;
	font-weight: bold;
	color: #434343;
	padding: 18px 16px 16px 32px;
	margin-bottom:18px;
	background: #ecf0f1 url(../images/common/h3_icon.png) 0px 18px no-repeat;
	border-radius: 3px;
}
h4.cont_h {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #333333;
	color: #37b0d3;
	padding: 0px 0px 4px 0px;
	margin-bottom: 16px;
}
h5.cont_h {
	font-size: 17px;
	font-weight: bold;
	color: #434343;
	padding: 0px 0px 0px 22px;
	margin-bottom: 18px;
	background: url(../images/common/h5_icon.png) 0px 4px no-repeat;
}
h6.cont_h {
	font-size: 15px;
	font-weight: bold;
	color: #434343;
	margin-bottom: 10px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #c5c5c5;
}
h2.cont_h_image {}
h3.cont_h_image {}
h4.cont_h_image {}

/*
パンくず
**************************************/
.pankuzu {
	min-width: 980px;
	margin: 44px auto 8px;
	padding:0px 0 0px;
	box-sizing:border-box;
	font-size:13px;
	font-weight: bold;
	line-height:1.0;
	color:#434343;
}
.pankuzu .wrapper {
	background: #fff;
	padding: 14px 0px 5px 0px;
	border-radius: 4px;
}
.pankuzu ul{
	margin: 0px;
}
.pankuzu ul li:first-child {
	background: none;
	padding: 0px 0px 0px 10px;
}
.pankuzu ul li {
	margin: 0px 10px 8px 0;
	padding: 0px 0px 0px 16px;
	display: inline-block;
	background: url(../images/common/pankuzu_icon.png) no-repeat 0 0;
	color: #00aeef;
}
.pankuzu ul li a {
	color: #707070;
	text-decoration: none;
}
.pankuzu ul li a:hover {
	text-decoration: underline;
}

/*
サイトマップ
**************************************/
.sitemap {
	margin: 0 auto;
	padding: 0 15px 15px;
}
.sitemap ul {}
.sitemap ul li {
	padding: 0 0px 0px 12px;
	background: url(../images/common/link_icon1.png) no-repeat 0 8px;
}
.sitemap ul li a {
	display: inline-block;
	margin-bottom: 12px;
	color:#434343;
	text-decoration: underline;
}
.sitemap ul li a:hover {
	text-decoration: none;
}

/*
テーブル
**************************************/
.free_table table{
	width: 100%;
	margin: 0 auto 30px;
}
.free_table table tr th {
	padding: 15px;
	border: 1px solid #cbcaca;
	background: #39a891;
	font-weight: bold;
	color: #fff;
}
.free_table table tr td {
	padding: 15px;
	border: 1px solid #cbcaca;
	background: #ffffff;
	color: #434343;
}
.free_table.two_rows tr th {
	width:145px;
}
.free_table.two_rows tr td {
	width:510px;
}
.free_table.three_rows tr th {
	width:33%;
	text-align: center;
}
.free_table.three_rows tr td {
	width:33%;
}

/*
問合せフォーム
**************************************/
.alert {
	color: #ff0000;
	font-weight: bold;
}
.require {
	color:#CE0000;
	font-weight: bold;
}

.inquiry_form table {
	width: 100%;
	margin: 0 auto 20px;
	color:#434343;
}

.inquiry_form table tr th {
	width: 30%;
	padding: 15px;
	border: 1px solid #cbcaca;
	background: #39a891;
	font-weight: bold;
	color: #fff;
}
.inquiry_form table tr td {
	width: 70%;
	padding: 15px;
	border: 1px solid #cbcaca;
	background: #ffffff;
	color: #434343;
}
.inquiry_form input[type="image"] {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.inquiry_form form[action="/contact/confirm.html"],
.inquiry_form form[action="/recruit/entry/confirm.html"],
.inquiry_form form[action="/search/form_monthly/confirm.html"],
.inquiry_form form[action="/ticket/form/confirm.html"] {
	display: inline-block;
	float: right;
	margin-right: 200px;
	vertical-align: top;
}
.inquiry_form form[action="/contact/confirm.html"] input[type="image"],
.inquiry_form form[action="/recruit/entry/confirm.html"] input[type="image"],
.inquiry_form form[action="/search/form_monthly/confirm.html"] input[type="image"],
.inquiry_form form[action="/ticket/form/confirm.html"] input[type="image"] {
	display: inline;
}
.inquiry_form .form_button a {
	display: inline-block;
	float: left;
	margin-left: 200px;
	vertical-align: top;
}
.form_button {
	margin-bottom:50px;
}
/*
フォーム input
アーティクル設定に合わせてください。
***************************/
.inquiry_form input[type="text"] {
	line-height: 1.2;
	padding: 2px 4px;
	border:1px solid #a4a4a4;
}
.inquiry_form textarea {
	min-height: 150px;
	line-height: 1.2;
	padding: 2px;
	border:1px solid #a4a4a4;
}
.inquiry_form select {
	line-height: 1.2;
	border:1px solid #a4a4a4;
}
/*名前*/
.owlet-input-name-sei,
.owlet-input-name-mei {
	width: 90px;
	margin: 0 5px;
}
/*メールアドレス*/
input[name="input[email]"],
input[name="input[email_confirm]"],
input[name="input[email_address]"] {
	width: 300px;
}
/*住所*/
.zip1,.zip2 {
	width: 60px;
	margin-bottom: 5px;
}
.zip2addr {
	margin-bottom: 5px;
}
select.prefectures,
select.city {
	margin: 0 5px 5px;
}
.address,
input[name="input[address_address]"],
input[name="input[address_address2]"],
input[name="input[address2_address]"],
input[name="input[address2_address2]"] {
	width: 300px;
	margin-left: 5px;
}
.address,
input[name="input[address_address]"] {
	margin-bottom: 5px;
}
/*日時*/
.owl-datepicker {
	width:150px;
	margin-right: 5px;
}
select[name="input[date_hour]"],
select[name="input[date_minute]"] {
	margin-right: 5px;
}
/*電話番号*/
.owlet-input-tel1,
.owlet-input-tel2,
.owlet-input-tel3 {
	width: 60px;
}
.owlet-input-tel2,
.owlet-input-tel3 {
	margin-left:5px;
}
/*一行*/
input[name="input[company]"] {
	width: 300px;
	line-height: 1.2;
	padding: 2px;
}
input[name="input[address]"] {
	width: 450px;
	line-height: 1.2;
	padding: 2px;
}
/*複数行*/
textarea[name="input[text]"],
textarea[name="input[comment]"],
textarea[name="input[remarks]"] {
	width: 450px;
}
/*ラジオ・チェックボックス縦並びにする場合*/
.inquiry_form table tr td label {
	display: block;
}
/*その他*/
input[name="input[select_etc]"],
input[name="input[radio_etc]"],
input[name="input[check_etc]"] {
	width:300px;
	margin-top: 5px;
}
/*ラジオボタンにスタイルあてる場合*/
.inquiry_form label input[type="radio"] {}
/*チェックボックスにスタイルあてる場合*/
.inquiry_form label input[type="check"] {}

/*
フォーム 規約
**************************************/
.owlet-rules {}
.owlet-rules-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.owlet-rules-body {
	height:200px;
	padding:15px;
	border:1px solid #bfbfbf;
	box-sizing:border-box;
	margin-bottom: 20px;
	overflow-y:scroll;
}
.owlet-rules-agree {
	text-align: center;
	margin-bottom: 20px;
}

/*
◆アーティクル　ページャー
*****************************************/
.pagenation {
	display: table;
	text-align: center;
	margin: 0 auto 14px;
	line-height: 1.0;
	font-size:15px;
}
.pagenation span {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	width: 40px;
	box-sizing:border-box;
}
.pagenation span + span {
	margin: 0px 0px 10px 24px;
}
.pagenation span.prev,
.pagenation span.next {
	font-size:13px;
}
.pagenation span.prev a,
.pagenation span.next a {
	background:#4090aa;
	color:#fff;
	padding:13px 0px 12px;
	font-size:13px;
	border: 1px solid #4090aa;
	text-decoration:none;
	box-sizing:border-box;
}
.pagenation span.prev a:hover,
.pagenation span.next a:hover {
	background:#fff;
	color: #4090aa;
}
.pagenationn span.prev.current + span {
	margin: 0px 0px 10px 0px;
}
.pagenation span.prev.current,
.pagenation span.next.current {
	display: none;
}
.pagenation span.current {
	display: inline-block;
	color:#fff;
	border: 1px solid #4090aa;
	padding:12px 0px 11px;
	background: #37b0d3;
}
.pagenation span.scope_limit {
	color: #0071ca;
	text-decoration: none;
}
.pagenation span a {
	display: block;
	width: 40px;
	color:#4090aa;
	border: 1px solid #4090aa;
	background: #fff;
	padding:12px 0px 11px;
	text-decoration: none;
	box-sizing:border-box;
}
.pagenation span a:hover {
	display: block;
	color:#fff;
	background: #37b0d3;
	text-decoration:none;
}


/*
タブ
**************************************/
/*スタイル解除*/
.owl-tabs {

}
.owl-tabs-container {
	border-radius: 0;
	border:none;
	padding:0;
}
ul.ui-tabs-nav {
	border:none;
	border-radius: 0;
	background: none;
	padding:0!important;
	margin-bottom: 30px!important;
}
.ui-tabs-panel {
	padding:0!important;
}

/*
カスタムパーツ
**************************************/
/*画像*/
.img_center {
	text-align:center;
	margin-bottom: 30px;
}
.img_left {
	text-align:left;
}
.img_right {
	text-align:right;
}

/**画像+テキスト**/
.text_img_left,
.text_img_right {
	margin-bottom: 20px;
}
.text_img_left .img {
	float:left;
	margin: 0 20px 10px 0;
}
.text_img_right .img {
	float:right;
	margin: 0 0 10px 20px;
}
.text_img_left .img,
.text_img_right .img {
	position: relative;
	z-index: 999;
}


/**画像+見出し+テキスト**/
.h4_plus {}
.text_img_left.h4_plus ,
.text_img_right.h4_plus {
	margin-bottom: 20px;
}
.text_img_left.h4_plus .img {
	float:left;
	width: 264px;
	margin-right: 0px;
}
.text_img_right.h4_plus .img {
	float:right;
	width: 264px;
	margin-left: 0px;
	position: relative;
	z-index: 999;
}
.text_img_left.h4_plus .box {
	float: right;
	width: 437px;
}
.text_img_right.h4_plus .box {
	float: left;
	width: 437px;
}
.h4_plus h4.cont_h {}
.h4_plus h3.cont_h,
.h4_plus .cap .richtext {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #333333;
	color: #37b0d3;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

/*画像2枚組*/
.double_images {
	margin-bottom: 25px;
}
.double_images .left {
	float: left;
	width: 354px;
}
.double_images .right {
	float: right;
	width: 354px;
}
.double_images .img {
	text-align: center;
	margin-bottom: 10px;
}
.double_images .txt {}

.right_link {
	margin-bottom: 20px;
	text-align: right;
}
.right_link a {
	font-size: 14px;
	padding: 0px 0px 0px 16px;
	color: #1b37c1;
	background: url(../images/common/common_pattern_icon.png) 0px 4px no-repeat;
}
.common_btn {
	margin-bottom: 20px;
}
.common_btn.center {
	text-align: center;
}
.common_btn.right {
	text-align: right;
}