/*****************************************
◆基本機能 Default Style
見出し
見出し（画像）
画像
画像+テキスト
ページ内リンク
リンク
RSS
ツイッター
効果付き画像
タブ
レビュー
メルマガ
テーブル
サイトマップ
パンくず
問合せフォーム
インフォリスト
*****************************************/
.t_C {
    text-align:center;
}
#main {
    transform:none!important;
}
/*
見出し
**************************************/
h2,h3,h4 {
	margin:0px 0px 15px 0px;
}
h2.cont_h {
	margin: 0px 0px 15px 0px;
	font-size: 32px;
	line-height: 1.2;
	color: #434343;
	font-weight: bold;
	border-bottom: 1px solid #258088;
}
h2.cont_h.img {
	margin-bottom: 27px;
}
h2.cont_h img {
	background: #fff;
	margin-bottom: -12px;
	padding-right: 7px;
}
h3.cont_h {
	margin:0px 0px 15px 0px;
	padding: 4px 10px 9px 26px;
	background: url(../images/h3_icon.png) 0pc 0pc no-repeat;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	color: #3d3a39;
	border-bottom: 1px solid #717171;
}
h4.cont_h {
	margin:0px 0px 11px 0px;
	padding: 0px 10px 0px 10px;
	position: relative;
	color: #434343;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
h4.cont_h:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/common/h4_icon.png) 0px 0px no-repeat;
	margin: 5px 12px 0px 0px ;
}
h5.cont_h {
	margin: 0px 0px 23px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #434343;
	line-height: 1.2;
	text-align: center;
}
h6.cont_h {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 4px 0px;
	background: url(../images/common/h6_icon.png) 0px bottom repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	line-height: 1.2;
	text-align: center;
}
h2.left,
h3.left,
h4.left,
h5.left,
h6.left {
	text-align: left;
}
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
	text-align: center;
}
h2.right,
h3.right,
h4.right,
h5.right,
h6.right {
	text-align: right;
}

/*
見出し（画像）
**************************************/
h2.cont_h2_image {}
h3.cont_h3_image {}
h4.cont_h4_image {}

/*
画像
**************************************/
p.cont_image {}

/*
画像+テキスト
**************************************/
.image_text {}
.image_text.left .img {
float:left;
margin:0 20px 10px 0;
}
.image_text.right .img {
float:right;
margin:0 0px 10px 20px;
}
.image_text img {
	max-width: 100%;
}

/*
ページ内リンク
**************************************/
/*縦並び*/
.page_link {
	text-align: center;
	margin-bottom: 29px;
}
.page_link ul {
	display: inline-block;
	margin:0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
}
.page_link ul li {
	float: left;
	width: 200px;
	margin:0px 0px 10px 20px;
	/*display: table;*/
}
.page_link ul li a {
	display: table-cell;
	vertical-align: middle;
	width: 163px;
	padding: 16px 32px 15px 5px;
	background: #0069ac url(../images/common/pagelink_off.png) 173px center no-repeat;
	/*border-top: 4px solid #0069ac;
	border-bottom: 5px solid #0069ac;*/
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.2;
	position: relative;
}/*
.page_link ul li a:after {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	right: 39px;
	top: 50%;
	margin-top: -9px;
	background: url(../images/common/pagelink_icon.png) right center no-repeat;
}*/
.page_link ul li a:hover {
	background: #fff url(../images/common/pagelink_on.png) 173px center no-repeat;
	color: #0069ac;
}/*
.page_link ul li a:hover:after {
}*/


.page_link ul li a{
/*  border:none;
  height:60px;*/
  transition:800ms ease all;
  outline:none;
}
.page_link ul li a:hover{
}
.page_link ul li a:before,
.page_link ul li a:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #3387bd;
  transition:400ms ease all;
}
.page_link ul li a:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.page_link ul li a:hover:before,.page_link ul li a:hover:after{
  width:100%;
  transition:800ms ease all;
}




/*横並び*/
.page_link.page_link_side {
}
.page_link.page_link_side li {
	display: inline-block;
	margin:0px 20px 5px 0px;
}

/*
リンク
**************************************/
p.cont_link {}


/*
効果付き画像
**************************************/
.effect_image {}
.effect_image ul.effect_image_list {}

/*サムネイルボタン*/
.imgchange_thumb_box {
	position: relative;
}
.imgchange_thumb_box ul {
	position: absolute;
	left:50%;
}
.imgchange_thumb_box ul li {
	width:9px;
	margin-right: 12px;
	float:left;
	display: inline;
	cursor: pointer;
}

/*
パンくず
**************************************/
.pankuzu {}
#breadcrumb {
	width: 100%;
	margin:0px auto 58px;
	padding: 0px 0px 0px 0px;
	background: #e6e5e5;
}
#breadcrumb ul{
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	*zoom: 1;
}
#breadcrumb ul:before,
#breadcrumb ul:after {
	content: "";
	display: block;
	overflow: hidden;
}
#breadcrumb ul:after {
	clear: both;
	height: 0;
	visibility: hidden;
}

/*HOME*/
#breadcrumb ul li {
	float: left;
	display: inline-block;
	margin:0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #0b1430;
	font-weight: bold;
	line-height: 1.2;
}
#breadcrumb ul li a {
	position: relative;
	display: inline-block;
	width: 93px;
	height: 33px;
	background: url(../images/pankuzu_home_off.png) 0px 0px no-repeat;
}/*
#breadcrumb ul li a:before {
	content: "";
	display: block;
}*/
#breadcrumb ul li a span {
	opacity: 0;
	display: inline-block;
}
#breadcrumb ul li + li {
	padding: 9px 0px 0px 0px;
	/*background: url(../images/common/pankuzu_icon.png) 0px 3px no-repeat;*/
}
#breadcrumb ul li + li a {
	padding: 0px 0px 0px 0px;
	display: inline;
	color: #0b1430;
	font-size: 12px;
	font-weight: bold;
}/*
#breadcrumb ul li + li a:before {
	content: none;
}*/
#breadcrumb ul li a:hover {
	text-decoration: none;
}
#breadcrumb ul li + li span {
}
#breadcrumb ul li + li a span {
	display: inline;
}

/*
サイトマップ
**************************************/
.under_wrap .sitemap {
	padding-top: 20px;
}
.sitemap_links {
	float: left;
}
.sitemap_links.list1 {
	margin-left: 12px;
	width: 150px;
}
.sitemap_links.list2 {
	margin-left: 50px;
	width: 150px
}
.sitemap_links.list3 {
	margin-left: 45px;
	width: 150px;
}
.sitemap_links.list4 {
	margin-left: 45px;
	width: 150px;
}
.sitemap_links .caption {
	border-bottom: 1px solid #717171;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sitemap_links .caption a {
	color: #3d3a39;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.sitemap_links .caption a:hover {
	text-decoration: underline;
}
.sitemap ul {
	padding: 0 0px 15px;
}
.sitemap ul li {
	padding: 0 0px 18px 0px;
	border-bottom: 1px dotted #c8c9c9;
	margin-bottom: 17px;
}
.sitemap ul li a {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	color: #046a8f;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
}
.sitemap ul li a:hover {
	text-decoration: underline;
}
.sitemap ul li ul {
	padding: 0px 0px 0px;
}
.sitemap ul li ul li {}
.sitemap ul li ul li a {}

/*
テーブル
**************************************/
.cont_table table {
	width: 100%;
	margin:0 auto 43px auto;
	line-height: 1.4;
}
.cont_table table tr th {
	padding: 19px 17px 18px 10px;
	border-bottom: 1px solid #248087;
	color: #248087;
	font-size: 15px;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.cont_table table tr td {
	padding: 19px 12px 19px 42px;
	border-bottom: 1px solid #888988;
	color: #3d3a39;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}
.cont_table.double table tr th {
	width: 120px;
}
.cont_table.double table tr td {
	width: 569px;
}
.cont_table table tr th:after {
	content: "";
	width: 7px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0px;
	bottom: -1px;
}

/*
問合せフォーム
**************************************/
.require,.alert {
	color:#ff0000;
	font-weight: bold;
}
.inquiry_form {
	text-align: center;
}
.inquiry_form table {
	width: 100%;
	margin:0 auto 54px auto;
	text-align: left;
}
.inquiry_form table tr {
	border-top: 1px dashed #221714;
}
.inquiry_form table tr th {
	width: 208px;
	padding: 18px 12px 17px 20px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}
.inquiry_form table tr td {
	width: 422px;
	padding: 18px 20px 17px 12px;
	font-weight: normal;
}
.inquiry_form table tr th .require {
	float: right;
	padding: 4px 0px 4px;
}
.form_button {
	/*width: 300px;*/
	display: inline-block;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
}

.form_button.clearfix {
	display: block;
	text-align: center;
	margin-bottom: 0px;
}
.inquiry_form .form_button form {
	/*float: right;*/
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.inquiry_form .form_button a {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	box-shadow: 0px 0px 10px 1px #9f9f9f;
    border-radius: 6px;
    text-decoration: none;
	background: url(../images/form_btn_bg2_off.png) 0px 0px no-repeat;
	width: 221px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 16px 10px 18px;
}
.inquiry_form .form_button a:hover {
	background: url(../images/form_btn_bg2_on.png) 0px 0px no-repeat;
}

.inquiry_form .form_button input {
	display: inline-block;
	box-shadow: 0px 0px 10px 1px #9f9f9f;
    border-radius: 6px;
}
.inquiry_form .form_button input[type="submit"] {
	background: url(../images/form_btn_bg1_off.png) 0px 0px no-repeat;
	width: 241px;
	height: 61px;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.inquiry_form .form_button input[type="submit"]:hover {
	background: url(../images/form_btn_bg1_on.png) 0px 0px no-repeat;
}

.require {
	color: #f00;
}
.owlet-input-sample span {
	margin-top: -5px;
	display: block;
	padding: 3px 12px 5px ;
	background: #e7e7e8;
	width: 328px;
	border: 1px solid #e7e7e8;
	box-sizing:border-box;
	/*font-weight: bold;*/
	font-size: 13px;
}

/*規約文書*/
.owlet-rules {
	margin: 0px 0px 20px;
	text-align: left;
	/*font-size: 16px;*/
}
.owlet-rules-title {
	display: none;
}
.owlet-rules-body {
	margin-bottom: 20px;
	height: 200px;
	overflow-y: scroll;
	box-sizing: border-box;
	border: 1px solid #c1c1c1;
	padding: 15px;
}
.owlet-rules-agree,
.privacy_check {
	margin-bottom: 20px;
	text-align: center;
}
.entry .owlet-rules {
	margin-bottom: 20px;
	height: 200px;
	overflow-y: scroll;
	box-sizing: border-box;
	border: 1px solid #c1c1c1;
	padding: 15px;
}

/*
Form input
**************************************/
.inquiry_form table tr td textarea {
	width: 328px;
	line-height: 1.2;
	padding: 2px 4px;
	margin-bottom: 5px;
	min-height: 55px;
	border: 1px solid #3d3a3a;
	box-sizing: border-box;
}
.inquiry_form table tr td input[type="text"] {
	width: 328px;
	line-height: 1.2;
	padding: 2px 4px;
	margin-bottom: 5px;
	border: 1px solid #3d3a3a;
	box-sizing: border-box;
}
.inquiry_form table tr td input[type="text"][name*="_confirm"],
.inquiry_form table tr td input[type="text"][name="input[type]"] {
	margin-bottom: 0px;
	margin: 12px 0px 13px;
}
.inquiry_form table tr td input[type="text"].owl-datepicker {
	width: 120px
}
.inquiry_form table tr td .age input[type="text"] {
	width: 60px;
}
.inquiry_form table tr td input[type="file"],
.inquiry_form table tr td select {
	margin-bottom: 5px;
	border: 1px solid #3d3a3a;
}
.inquiry_form table tr td select.city {
	margin-left: 10px;
}
.inquiry_form table tr td label {
	display: block;
}
.inquiry_form table tr td label input {}


.ipt_multi {
	width: 360px;
	min-height: 120px;
	line-height: 1.2;
	padding: 2px;
}
.ipt_one {
	width: 180px;
	line-height: 1.2;
	padding: 2px 4px;
}
.ipt_one2 {
	width: 100px;
	line-height: 1.2;
	padding: 2px 4px;
}
.ipt_one3 {
	width: 360px;
	line-height: 1.2;
	padding: 2px 4px;
}
.ipt_name,
.inquiry_form table tr td input[type="text"].owlet-input-name-sei,
.inquiry_form table tr td input[type="text"].owlet-input-name-mei {
	width: 90px;
	line-height: 1.2;
	padding: 2px 4px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ipt_zip1,
.inquiry_form table tr td input[type="text"].zip1 {
	width: 45px;
	line-height: 1.2;
	padding: 2px 4px;
	margin-bottom: 5px;
}
.ipt_zip2,
.inquiry_form table tr td input[type="text"].zip2 {
	width: 60px;
	line-height: 1.2;
	padding: 2px 4px;
	margin-bottom: 5px;
}
.ipt_addr,
.inquiry_form table tr td input[type="text"].address {
	width: 295px;
	line-height: 1.2;
	padding: 2px 4px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ipt_tel,
.inquiry_form table tr td input[type="text"].owlet-input-tel1,
.inquiry_form table tr td input[type="text"].owlet-input-tel2,
.inquiry_form table tr td input[type="text"].owlet-input-tel3 {
	width: 60px;
	line-height: 1.2;
	padding: 2px 4px;
	margin-bottom: 5px;
}
.inquiry_form table tr td input[type="text"].owlet-input-tel2,
.inquiry_form table tr td input[type="text"].owlet-input-tel3 {
	margin-left: 5px;
}

.ipt_year {
	width: 60px;
	line-height: 1.2;
	padding: 2px 4px;
}
.ipt_month {
	width: 30px;
	line-height: 1.2;
	padding: 2px 4px;
}
.ipt_day {
	width: 30px;
	line-height: 1.2;
	padding: 2px 4px;
}
.ipt_sel{
	line-height: 1.2;
	padding: 2px 0;
	margin:3px 0px;
}
.ipt_chk{}
.ipt_rad{}
.inquiry_form input[name="input[mail]"],
.inquiry_form input[name="input[mail_confirm]"],
.inquiry_form input[name="input[certificate_type]"]{
    width:400px;
}
.inquiry_form input[name="input[tel2]"],
.inquiry_form input[name="input[tel3]"]{
    margin-left:4px;
}
.inquiry_form input[name="input[mailing_address_prefectures]"] {
    margin:5px 5px 5px 0;
}
.inquiry_form textarea[name="input[text]"] {
    min-height:250px;
}
.inquiry_form input.zip2addr {
    cursor:pointer;
}


/*
インフォリスト　ページリンク
*****************************************/
.pagenation {
	display: table;
	text-align: center;
	margin:0px auto 20px;
}
.pagenation span {
	float: left;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 6px 0px;
	line-height: 1;
	font-size: 18px;
}
.pagenation span + span {
	margin: 0px 0px 10px 24px;
}

/*ページリンク*/
.pagenation span a {
	padding: 0px 0px 0px 0px;
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}
.pagenation span a:hover {
	text-decoration: underline;
	color: #0069ac;
}

.pagenation span.current {
	display: inline-block;
	/*padding: 0px 0px 0px 0px;*/
	text-decoration: underline;
	color: #0069ac;
}
.pagenation span.scope_limit {
	color: #333333;
	text-decoration: none;
}

/*前へ・次へ*/
.pagenation span.prev {
	padding:0px 0 0 0;
	width: 30px;
	color: #fff;
	font-size: 11px;
	/*text-indent: -9999px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;*/
}
.pagenation span.next {
	padding:0px 0 0 0;
	width: 30px;
	color: #fff;
	font-size: 11px;
	/*text-indent: -9999px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;*/
}
.pagenation span.prev a {
	padding: 10px 0px 9px 0px;
	display: block;
	width: auto;
	background: #0069ac;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
.pagenation span.next a {
	padding: 10px 0px 9px 0px;
	display: block;
	width: auto;
	background: #0069ac;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
.pagenation span.prev a:hover {
	background: #3387bd;
	color: #fff;
}
.pagenation span.prev.current {
	padding: 10px 0px 9px 0px;
	background: #3387bd;
	text-decoration: none;
	border: none;
	color: #fff;
}
.pagenation span.next a:hover {
	background: #3387bd;
	color: #fff;
}
.pagenation span.next.current {
	padding: 10px 0px 9px 0px;
	background: #3387bd;
	text-decoration: none;
	border: none;
	color: #fff;
}

/*
インフォリスト　連動カレンダー
*****************************************/

/*
インフォリスト　月間アーカイブ、カテゴリアーカイブ
*****************************************/
