@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
  font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #0066CC;
}

a:hover {
  color: #DC143C;
}

a:visited {
  color: #005ebb;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 8px 5px 0 5px;
  text-align: left;
  color: #333333;
  font-size: 16px;
}

header h1 a {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}

header h1 a:hover {
  color: #004080;
  text-decoration: underline;
  font-size: 16px;
}

#page_top {
  margin: 0;
  padding: 0;
}

/*---------- ロゴ ----------*/
#page_top #t_logo {
	top: 30px;
	font-size: 16px;

	background: #7db9e8;
	background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
	margin:0 0 8px 0;
	padding:8px 8px;
	padding-left: 30px;
	padding-right: 30px;
	color:#FFF;
	text-align: center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
}
#page_top #t_logo a {
	color: #FFFFFF;
	text-decoration: none;
}
#page_top #t_logo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*---------- コンテンツ ----------*/

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(/img/h_bg.gif) center repeat-x;
}

section h3 {
        color: #ff6666;
        border-left-width: 10px;
        border-left-style: solid;
        border-left-color: #f08080;
        border-bottom-style: solid;
        border-bottom-color: #f08080;
        line-height: 16px;
        margin-top: 15px;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
        padding-top: 3px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 8px;
}

section h4 {
        color: #FFFFFF;
        border-left-width: 8px;
        border-left-style: solid;
        border-left-color: #ff6347;
        background-color: #f08080;
        line-height: 16px;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
        padding-top: 4px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 8px;
}

#qr_style{
	display: inline-flex;
	padding: 7px 0 0 0;
}

#qr_in{
	padding: 2px 20px 2px 10px;
}

.hairsub {
	color: #FF1493;
	font-size: 12px;
}
.catch {
	color: #D44767;
	padding-left: 5px;
}
.feature {
	color: #DC143C;
	font-size: 14px;
	font-weight: bold;
}

.caption {
	color: #DC143C;
	font-size: 12px;
	padding-bottom: 10px;
}

.description {
	font-size: 12px;
}

.chui {
        margin-left: 5px;
        color: #CC3333;
        font-size: 12px;
}

.chui2 {
        margin-left: 5px;
        color: #000000;
        font-size: 13px;
}

.tcont {
	font-size: 14px;
}
.tdate {
	color: #0066CC;
	font-size: 11px;
	font-weight: bold;
}
.tdate2 {
	font-size: 10px;
}
.tname {
	font-size: 12px;
}

.telmessage {
        color: #FF0000;
        font-size: 13px;
	font-weight: bold;
}

section p {
  padding: 3px 8px 3px 15px;
  line-height: 1.7;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 4px  0 4px 0;
}

section table.table_kuchikomi {
  width: 100%;
  border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
  margin : 4px  0 4px 5px;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 4px 5px 4px 5px;
}

section table.table_main {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 2px 0px 10px 0;
}

section td.table_style {
  font-size: 12px;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  background-color: #FFCCCC;
  padding : 2px 5px 2px 0px;
  text-align: right;
}

section td.table_list {
  font-size: 12px;
  width: 100px;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  background-color: #FFCCCC;
  padding : 2px 5px 2px 0px;
  text-align: right;
}

section td.table_value {
  font-size: 12px;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 2px 2px 2px 10px;
}

section td.table_style .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #DC143C;
}

.img_left {
        float: left;
        background-color: #FFFFFF;
        padding: 2px;
        margin-top: 5px;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
        border: 1px solid #808080;
	line-height: 0.5;
}

.staff {
        font-size: 14px;
        font-weight: bold;
        padding-left: 15px;
        padding-top: 10px;
}

/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(/img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(/img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  background: url(/img/arrow_icon.png) no-repeat scroll right center transparent;
}

nav li a {
  padding: 10px;
  display: block;
  color: #005ebb;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(/img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #004080;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(/img/nav_bg_hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #005ebb !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #004080 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #005ebb;
  text-decoration: none;
}

.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

section .ar_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
section .ar_list dt {
	float: left;
	display: block;
	width: 200px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
section .ar_list dd {
	display: block;
	float: right;
	width: 420px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
section .ar_list dl {
	margin: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
	display: block;
	width: 100%;
	padding-top: 1px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
section .ar_list dd a {
	line-height: 1.4em;
}

/*
ページング
-------------------------------------------------------------------*/
/* --- ページングエリア --- */
div.paging {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

/* --- メニューエリア --- */
div.paging ul.nl {
	margin: 0;
	padding: 4px 0; /* メニューのパディング（上下、左右） */
	list-style-type: none;
	text-align: center; /* メニューのセンタリング */
}
/* --- メニュー項目 --- */
	div.paging ul.nl li {
	display: inline;
	margin-right: 5px; /* 項目の右マージン */
}

/* --- リンク --- */
div.paging ul.nl li a {
	display: inline-block;
	padding: 4px 6px; /* リンクエリアのパディング（上下、左右） */
	background: #f9f9f9 url(/img/page_gen.gif) repeat-x top; /* リンクエリアの背景 */
	border: 1px #c0c0c0 solid; /* リンクエリアの境界線 */
	text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.paging ul.nl li a:hover {
	background: #004080 url(/img/page_act.gif) repeat-x top; /* ポイント時の背景 */
	border: 1px #000080 solid; /* ポイント時の境界線 */
	text-decoration: underline; /* テキストの下線（あり） */
	color: #ffffff; /* ポイント時の文字色 */
}

/* --- アクティブな項目 --- */
div.paging ul.nl li strong {
	display: inline-block;
	padding: 6px 10px; /* 項目のパディング（上下、左右） */
	background: #004080 url(/img/page_act.gif) repeat-x top; /* 項目の背景 */
	border: 1px #000080 solid; /* 項目の境界線 */
	color: #ffffff; /* 項目の文字色 */
}

/* --- リンクしない項目（前へ・次へ） --- */
div.paging ul.nl li span {
	display: inline-block;
	padding: 4px 8px; /* 項目のパディング（上下、左右） */
	background: #f9f9f9 url(/img/page_gen.gif) repeat-x top; /* 項目の背景 */
	border: 1px #c0c0c0 solid; /* 項目の境界線 */
	color: #808080; /* 項目の文字色 */
}

.pgnum {
	color: #F24800;
	font-size: 12px;
	margin-left: 5px;
}

dl#infowindow {margin:0; padding:0;}
dl#infowindow dt{margin:0; padding:0; font-weight:bold;}
dl#infowindow dd{margin:0; padding:0; line-height:1.5;}

