﻿/* ★━－--- CSS基本設定 ---－━★ */

body {
	/* レスポンシブWebデザイン 回転用の設定 */
	-webkit-text-size-adjust: 100%;
	
	background-color: #fff;	
	color: #333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size:16px;
	line-height:1.4;
	text-align:center;
	margin:0px 0px 0px 0px;
	
	/* 基準カラー #005bac; #005bac; #fa4;	*/
}

.color01 {
	color: #005bac; 
}

.color02 {
	color: #005bac;
}

.color03 {
	color: #fa4; 
}

a{ /* リンク */
	color:#2bbbef;
	text-decoration:underline;
}
a:link { /* 未訪問 */
	color:#2bbbef;
	text-decoration:underline;
}
a:visited { /* 訪問後 */
	color:#2bbbef;
	text-decoration:underline;
}
a:hover { /* マウスオーバー */
	color:#dd2200;
	text-decoration:underline;
}
a:active { /* クリック */
	color:#dd2200;
	text-decoration:underline;
}

a{ /* リンク */
	color: #000;
	text-decoration:none;
}
a:link { /* 未訪問 */
	color: #000;
	text-decoration:none;
}
a:visited { /* 訪問後 */
	color: #000;
	text-decoration:none;
}
a:hover { /* マウスオーバー */
	color:#1020E0;
	text-decoration:underline;
}
a:active { /* クリック */
	color:#1020E0;
	text-decoration:underline;
}

.link_blue { /* リンク */
	color: #55f;
	text-decoration:underline;
}
.link_blue:link { /* 未訪問 */
	color: #55f;
	text-decoration:underline;
}
.link_blue:visited { /* 訪問後 */
	color: #55f;
	text-decoration:underline;
}
.link_blue:hover { /* マウスオーバー */
	color:#e63;
	text-decoration:underline;
}
.link_blue:active { /* クリック */
	color:#e63;
	text-decoration:underline;
}


.link_white { /* リンク */
	color: #fff;
	text-decoration:none;
}
.link_white:link { /* 未訪問 */
	color: #fff;
	text-decoration:none;
}
.link_white:visited { /* 訪問後 */
	color: #fff;
	text-decoration:none;
}
.link_white:hover { /* マウスオーバー */
	color: #fff;
	text-decoration:underline;
}
.link_white:active { /* クリック */
	color: #fff;
	text-decoration:underline;
}

.font_minchyo {
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "TakaoEX明朝", "TakaoExMincho" , "ＭＳ Ｐ明朝", "MS PMincho";
}

.font08 {
	font-size:0.50em;	/* 8px */
}

.font09 {
	font-size:0.56em;	/* 9px */
}

.font10 {
	font-size:0.63em;	/* 10px */
}

.font11 {
	font-size:0.69em;	/* 11px */
}

.font12 {
	font-size:0.75em;	/* 12px */
}

.font13 {
	font-size:0.81em;	/* 13px */
}

.font14 {
	font-size:0.88em;	/* 14px */
}

.font15 {
	font-size:0.94em;	/* 15px */
}

.font16 {
	font-size:1.0em;	/* 16px */
}

.font17 {
	font-size:1.06em;	/* 17px */
}

.font18 {
	font-size:1.13em;	/* 18px */
}

.font19 {
	font-size:1.19em;	/* 19px */
}

.font20 {
	font-size:1.25em;	/* 20px */
}

.font21 {
	font-size:1.31em;	/* 21px */
}

.font22 {
	font-size:1.38em;	/* 22px */
}

.font23 {
	font-size:1.44em;	/* 23px */
}

.font24 {
	font-size:1.50em;	/* 24px */
}

.font25 {
	font-size:1.56em;	/* 25px */
}

.font26 {
	font-size:1.63em;	/* 26px */
}

.font27 {
	font-size:1.69em;	/* 27px */
}

.font28 {
	font-size:1.75em;	/* 28px */
}

.font29 {
	font-size:1.81em;	/* 29px */
}

.font30 {
	font-size:1.88em;	/* 30px */
}

.font31 {
	font-size:1.94em;	/* 31px */
}

.font32 {
	font-size:2.0em;	/* 32px */
}

.br01 {
	line-height: 0.1;
}

.br02 {
	line-height: 0.2;
}

.br03 {
	line-height: 0.3;
}

.br04 {
	line-height: 0.4;
}

.br05 {
	line-height: 0.5;
}

.br06 {
	line-height: 0.6;
}

.br07 {
	line-height: 0.7;
}

.br08 {
	line-height: 0.8;
}

.br09 {
	line-height: 0.9;
}

.br10 {
	line-height: 1.0;
}

.br11 {
	line-height: 1.1;
}

.br12 {
	line-height: 1.2;
}

.br13 {
	line-height: 1.3;
}

.br14 {
	line-height: 1.4;
}

.br15 {
	line-height: 1.5;
}

.br16 {
	line-height: 1.6;
}

.br17 {
	line-height: 1.7;
}

.br18 {
	line-height: 1.8;
}

.br19 {
	line-height: 1.9;
}

.br20 {
	line-height: 2.0;
}

.atama01 {
	padding-left:1em;
	text-indent:-1em;	
}

.atama02 {
	padding-left:2em;
	text-indent:-2em;	
}

.atama03 {
	padding-left:3em;
	text-indent:-3em;	
}

.atama04 {
	padding-left:4em;
	text-indent:-4em;	
}

.atama05 {
	padding-left:5em;
	text-indent:-5em;	
}

.jisage01 {
	padding-left:1em;	
}

.jisage02 {
	padding-left:2em;	
}

.jisage03 {
	padding-left:3em;
}

.jisage04 {
	padding-left:4em;	
}

.jisage05 {
	padding-left:5em;	
}

.mgT01 {
	margin-top:1px;
}

.mgT02 {
	margin-top:2px;
}

.mgT03 {
	margin-top:3px;
}

.mgT04 {
	margin-top:4px;
}

.mgT05 {
	margin-top:5px;
}

.mgT06 {
	margin-top:6px;
}

.mgT07 {
	margin-top:7px;
}

.mgT08 {
	margin-top:8px;
}

.mgT09 {
	margin-top:9px;
}

.mgT10 {
	margin-top:10px;
}

.mgT11 {
	margin-top:11px;
}

.mgT12 {
	margin-top:12px;
}

.mgT13 {
	margin-top:13px;
}

.mgT14 {
	margin-top:14px;
}

.mgT15 {
	margin-top:15px;
}

.mgT16 {
	margin-top:16px;
}

.mgT17 {
	margin-top:17px;
}

.mgT18 {
	margin-top:18px;
}

.mgT19 {
	margin-top:19px;
}

.mgT20 {
	margin-top:20px;
}

.mgR01 {
	margin-right:1px;
}

.mgR02 {
	margin-right:2px;
}

.mgR03 {
	margin-right:3px;
}

.mgR04 {
	margin-right:4px;
}

.mgR05 {
	margin-right:5px;
}

.mgR06 {
	margin-right:6px;
}

.mgR07 {
	margin-right:7px;
}


.mgR08 {
	margin-right:8px;
}

.mgR09 {
	margin-right:9px;
}

.mgR10 {
	margin-right:10px;
}

.mgR11 {
	margin-right:11px;
}

.mgR12 {
	margin-right:12px;
}

.mgR13 {
	margin-right:13px;
}

.mgR14 {
	margin-right:14px;
}

.mgR15 {
	margin-right:15px;
}

.mgR16 {
	margin-right:16px;
}

.mgR17 {
	margin-right:17px;
}

.mgR18 {
	margin-right:18px;
}

.mgR19 {
	margin-right:19px;
}

.mgR20 {
	margin-right:20px;
}

.mgB01 {
	margin-bottom:1px;
}

.mgB02 {
	margin-bottom:2px;
}

.mgB03 {
	margin-bottom:3px;
}

.mgB04 {
	margin-bottom:4px;
}

.mgB05 {
	margin-bottom:5px;
}

.mgB06 {
	margin-bottom:6px;
}

.mgB07 {
	margin-bottom:7px;
}

.mgB08 {
	margin-bottom:8px;
}

.mgB09 {
	margin-bottom:9px;
}

.mgB10 {
	margin-bottom:10px;
}

.mgB11 {
	margin-bottom:11px;
}

.mgB12 {
	margin-bottom:12px;
}

.mgB13 {
	margin-bottom:13px;
}

.mgB14 {
	margin-bottom:14px;
}

.mgB15 {
	margin-bottom:15px;
}

.mgB16 {
	margin-bottom:16px;
}

.mgB17 {
	margin-bottom:17px;
}

.mgB18 {
	margin-bottom:18px;
}

.mgB19 {
	margin-bottom:19px;
}

.mgB20 {
	margin-bottom:20px;
}

.mgL01 {
	margin-left:1px;
}

.mgL02 {
	margin-left:2px;
}

.mgL03 {
	margin-left:3px;
}

.mgL04 {
	margin-left:4px;
}

.mgL05 {
	margin-left:5px;
}

.mgL06 {
	margin-left:6px;
}

.mgL07 {
	margin-left:7px;
}

.mgL08 {
	margin-left:8px;
}

.mgL09 {
	margin-left:9px;
}

.mgL10 {
	margin-left:10px;
}

.mgL11 {
	margin-left:11px;
}

.mgL12 {
	margin-left:12px;
}

.mgL13 {
	margin-left:13px;
}

.mgL14 {
	margin-left:14px;
}

.mgL15 {
	margin-left:15px;
}

.mgL16 {
	margin-left:16px;
}

.mgL17 {
	margin-left:17px;
}

.mgL18 {
	margin-left:18px;
}

.mgL19 {
	margin-left:19px;
}

.mgL20 {
	margin-left:20px;
}




.pdT01 {
	padding-top:1px;
}

.pdT02 {
	padding-top:2px;
}

.pdT03 {
	padding-top:3px;
}

.pdT04 {
	padding-top:4px;
}

.pdT05 {
	padding-top:5px;
}

.pdT06 {
	padding-top:6px;
}

.pdT07 {
	padding-top:7px;
}

.pdT08 {
	padding-top:8px;
}

.pdT09 {
	padding-top:9px;
}

.pdT10 {
	padding-top:10px;
}

.pdT11 {
	padding-top:11px;
}

.pdT12 {
	padding-top:12px;
}

.pdT13 {
	padding-top:13px;
}

.pdT14 {
	padding-top:14px;
}

.pdT15 {
	padding-top:15px;
}

.pdT16 {
	padding-top:16px;
}

.pdT17 {
	padding-top:17px;
}

.pdT18 {
	padding-top:18px;
}

.pdT19 {
	padding-top:19px;
}

.pdT20 {
	padding-top:20px;
}

.pdR01 {
	padding-right:1px;
}

.pdR02 {
	padding-right:2px;
}

.pdR03 {
	padding-right:3px;
}

.pdR04 {
	padding-right:4px;
}

.pdR05 {
	padding-right:5px;
}

.pdR06 {
	padding-right:6px;
}

.pdR07 {
	padding-right:7px;
}

.pdR08 {
	padding-right:8px;
}

.pdR09 {
	padding-right:9px;
}

.pdR10 {
	padding-right:10px;
}

.pdR11 {
	padding-right:11px;
}

.pdR12 {
	padding-right:12px;
}

.pdR13 {
	padding-right:13px;
}

.pdR14 {
	padding-right:14px;
}

.pdR15 {
	padding-right:15px;
}

.pdR16 {
	padding-right:16px;
}

.pdR17 {
	padding-right:17px;
}

.pdR18 {
	padding-right:18px;
}

.pdR19 {
	padding-right:19px;
}

.pdR20 {
	padding-right:20px;
}

.pdB01 {
	padding-bottom:1px;
}

.pdB02 {
	padding-bottom:2px;
}

.pdB03 {
	padding-bottom:3px;
}

.pdB04 {
	padding-bottom:4px;
}

.pdB05 {
	padding-bottom:5px;
}

.pdB06 {
	padding-bottom:6px;
}

.pdB07 {
	padding-bottom:7px;
}

.pdB08 {
	padding-bottom:8px;
}

.pdB09 {
	padding-bottom:9px;
}

.pdB10 {
	padding-bottom:10px;
}

.pdB11 {
	padding-bottom:11px;
}

.pdB12 {
	padding-bottom:12px;
}

.pdB13 {
	padding-bottom:13px;
}

.pdB14 {
	padding-bottom:14px;
}

.pdB15 {
	padding-bottom:15px;
}

.pdB16 {
	padding-bottom:16px;
}

.pdB17 {
	padding-bottom:17px;
}

.pdB18 {
	padding-bottom:18px;
}

.pdB19 {
	padding-bottom:19px;
}

.pdB20 {
	padding-bottom:20px;
}

.pdL01 {
	padding-left:1px;
}

.pdL02 {
	padding-left:2px;
}

.pdL03 {
	padding-left:3px;
}

.pdL04 {
	padding-left:4px;
}

.pdL05 {
	padding-left:5px;
}

.pdL06 {
	padding-left:6px;
}

.pdL07 {
	padding-left:7px;
}

.pdL08 {
	padding-left:8px;
}

.pdL09 {
	padding-left:9px;
}

.pdL10 {
	padding-left:10px;
}

.pdL11 {
	padding-left:11px;
}

.pdL12 {
	padding-left:12px;
}

.pdL13 {
	padding-left:13px;
}

.pdL14 {
	padding-left:14px;
}

.pdL15 {
	padding-left:15px;
}

.pdL16 {
	padding-left:16px;
}

.pdL17 {
	padding-left:17px;
}

.pdL18 {
	padding-left:18px;
}

.pdL19 {
	padding-left:19px;
}

.pdL20 {
	padding-left:20px;
}

.i_div {
	display:inline-block;
}

.ib_top {
	display:inline-block;
	vertical-align:top;	
}

.ib_middle {
	display:inline-block;
	vertical-align:middle;	
}


.ib_bottom {
	display:inline-block;
	vertical-align:bottom;	
}

.va_top {
	vertical-align:top;	
}

.va_middle {
	vertical-align:middle;	
}

.va_bottom {
	vertical-align:bottom;	
}

.va_center {
	/* 縦の中心設定 */
	display: table-cell;
	vertical-align: middle;
}

.flL {
	float:left;
}

.flR {
	float:right;
}

.tC {
	text-align:center;	
}

.tL {
	text-align:left;	
}

.tR {
	text-align:right;	
}

.text_b {
	font-weight:bold;	
}

.text_green {
	color:#3ab035;
}

.text_teagreen {
	color:#78A031;
}

.text_skybrue {
	color:#008aff;
}

.text_red {
	color:#f00;
}

.text_orange {
	color:#ff6600;
}

.text_yellow {
	color:#ee0;
}

.text_pink {
	color:#c6c;
}

.text_grey {
	color:#666666;
}

.text_white {
	color:#ffffff;
}

.lineB {
	border-bottom:1px #000000 solid;	
}

.op07:hover {
	opacity:0.7;
}

.op06:hover {
	opacity:0.6;
}

.op05:hover {
	opacity:0.5;
}

.op04:hover {
	opacity:0.4;
}

.op03:hover {
	opacity:0.3;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.preload {
	position:absolute;
	height:1px;
	top:-100px;
	display:none;
}

.ovf_sc {
	overflow:scroll;
}

.ovf_hid {
	overflow:hidden;
}

.photo {
	border:solid 5px #fdfdfd;

	box-shadow:2px 2px 5px #a0a0a0;
}

.photoR {
	border:solid 5px #fdfdfd;

	box-shadow:2px 2px 5px #a0a0a0;
	transform:rotate(2deg);
	-webkit-transform: rotate(2deg); /* chrome、safari　*/
	-moz-transform: rotate(2deg); /* firefox　*/
}

.photoL {
	border:solid 5px #fdfdfd;

	box-shadow:2px 2px 5px #a0a0a0;
	transform:rotate(-2deg);
	-webkit-transform: rotate(-2deg); /* chrome、safari　*/
	-moz-transform: rotate(-2deg); /* firefox　*/
}

.bdT {
	border-top:1px solid #000;
}

.bdR {
	border-right:1px solid #000;
}

.bdB {
	border-bottom:1px solid #000;
}

.bdL {
	border-left:1px solid #000;
}







/* ★━－--- 画像の下の空きを消去 ---－━★ */

img {
   vertical-align:bottom;
}


.bun {
	background-image:url(../image/bg_word.png);
	border:2px #ff0 solid;
	margin:6px;
	padding:6px;
	border-radius: 3px;
	font-size:13px;
	color:#333;
	text-align:left;
}

.headline_box {  
	border:#cccccc solid 1px;
	background-color:#ffffff;
	display:block;  
	padding:3px 2px 3px 6px;	/*[上][右][下][左]*/
	margin: 8px 2px 12px 2px;	/*[上][右][下][左]*/
	box-shadow:2px 2px 3px #ddd;
	border-radius:2px;
/*	behavior: url(PIE.htc);	*/	/* IE8対応のためoff */
}  
.headline {
	text-shadow:1px 1px 3px #eee;
	border-left:#005bac solid 4px;  
	padding:2px 3px 0px 6px;
	font-weight: bolder;
	color:#005bac;
}

.headline2 {
	box-shadow:4px 4px 4px #eee;	
	border-top:		#005bac solid 1px; 
	border-bottom:	#005bac solid 1px;
	border-left:	#005bac solid 8px;
	border-right:	#005bac solid 8px;
	border-radius:7px;
	padding:5px 5px 3px 9px;
	margin:8px 12px 12px 12px;
	font-size:18px;
	font-weight:bolder;
	background-color: #FFF;
	text-align: left;
}

.headline_min {
	padding-left: 6px;
	font-family: "リュウミン R-KL", "ＭＳ Ｐ明朝", "MS PMincho";
	font-weight: bolder;
}


.headline_top {
	width: 100%;
	padding: 3px 0px 1px 0px;
	margin-bottom: 14px;
	text-align: left;
	font-weight: bold;
	background-color: #d3d3d3;
	color: #565656;
	border-radius:2px;
}

.headline_all {
	width: 100%;
	padding: 6px 0px 4px 0px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
	background-color: #d3d3d3;
	color: #005bac;
	border-radius:2px;
}

.midashi {
	text-align:center;
	margin-bottom:8px;
	font-size:15px;
	font-weight:bold;
}

.text_b {
	font-weight:bold;	
}

.text_green {
	color:#2bbbef;
}

.text_skybrue {
	color:#008aff;
}

.text_orange {
	color:#ff6600;
}

.text_grey {
	color:#666666;
}

.text_white {
	color:#ffffff;
}

.bg_grey {
	background-color:#eee;
}

.tR {
	text-align:right;
}

.tL {
	text-align:left;
}

.tC {
	text-align:center;
}










/* ★━－--- 共通ヘッダー ---－━★ */

#header_line {
	width: 100%;
	height: 10px;
	background-color: #005bac;
}

#table_header {
	border:0px;
	border-collapse:collapse;
	border-spacing: 0px;
	width:100%;
	height:120px;
	word-break:break-all;
	background-image:url(../image/header_bg.png);
	background-repeat: no-repeat;
}

.header_tel {
	z-index:10;
	margin: 0 auto;
	width:250px;
}

.header_tel img {
	margin: 0 auto;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.header_tel img:hover {
	opacity:0.5;
}



/* ★━－--- サブメニュー ---－━★ */
#menu_big {
/*	background:#ffffff;
	background-color:#ffffff;	*/
	
	/* グラデーション */
/*	filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ffdddddd');
	background:linear-gradient(				top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);
	background: -webkit-linear-gradient(	top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);
	background: -moz-linear-gradient(		top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);
	background: -o-linear-gradient(			top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);
	background: -ms-linear-gradient(		top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);*/
	background-color: #005bac;
	width:100%;
}

.menu_box {
	display:inline-block;
/*	background:#ffffff;
	background-color:#ffffff;	*/
	
	/* グラデーション */
/*	filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ffdddddd');
	background:linear-gradient(				top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);
	background: -webkit-linear-gradient(	top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);
	background: -moz-linear-gradient(		top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);
	background: -o-linear-gradient(			top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);
	background: -ms-linear-gradient(		top, #f8f8f8 0%, #ffffff 10%, #ffffff 53%, #e5e5e5 54%, #efefef 100%);
	background-image:url(../image/header_menu_bg.gif);*/
	
	background-color: #005bac;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
/*
	padding:8px 10px 6px 8px;	/*[上][右][下][左]*/
	margin: 0px 0px 0px 0px;	/*[上][右][下][左]*/
	position:relative;	*/
/*	text-shadow:1px 1px 3px #d8d8d8;	*/
/*	box-shadow:2px 2px 6px #aaaaaa;	*/
/*	color:#554422;		*/
	color:#fff;
	font-size:16px;
	padding: 6px 0px;
	width:180px;
	height:24px;
	margin: 4px 0px;
	border-radius:1px;	/*[左上][右上][右下][左下]*/
	
	/* アニメーション */
	transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.menu_box:hover{
	background-color:#fa4;
	border-color: #005bac;
	border-radius: 28px;
	
	/* アニメーション */
	transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.menu_br2 {
	display: none;
}

.menu_br3 {
	display: none;
}

.menu_br4 {
	display: none;
}



/* ★━－--- サブメニュー ---－━★ */
#frame_submenu {
	display:inline-block;
	vertical-align:top;
	font-size:0.88em;	/* 14px */
	line-height:1.4;

	width:160px;
	margin:0px 20px 20px 0px;
}

.submenu_header {
	display:inline-block;
	vertical-align: middle;
	background-image:url(../image/bg_w80.png);
	padding:6px 2px 6px 2px;
	width:100%;
	border-top:2px solid#005bac; 
	border-bottom:1px solid#005bac;
	font-weight: bold;
}

.submenu_box1 {
	display:inline-block;
	vertical-align: middle;
	background-image:url(../image/bg_w80.png);
	padding:9px 2px 8px 2px;
	width:160px;
	border-bottom:1px solid #005bac;
	text-align:left;
	
	/* アニメーション */
	transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.submenu_box1:hover {
	background-image:url(../image/bg_or10.png);
	background-color:#FFD59A;
	
	/* アニメーション */
	transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.submenu_box2 {
	/* 縦の中心設定 */
	display: table-cell;
	vertical-align: middle;
	padding:0px 3px 0px 7px;
	text-align:left;
}

.submenu_L {
	display: inline-block;
	vertical-align: middle;
	color: #005bac;
	font-size: 14px;
	width: 18px;
}

.submenu_R {
	display: inline-block;
	vertical-align: middle;
	width: 128px;
}


/* ★━－--- フッター ---－━★ */
#footer {
	width: 100%;
	background-color: #005bac;
	color: #fff;
	text-align: center;
	padding: 14px 0px 0px 0px;
}



/* ★━－--- 共通フレーム ---－━★ */
.frame {
/*	position:relative;
	text-align:left;	*/
	text-align:center;
	margin: 0 auto;

/*	background-color:#FFFF99;	*/
}

.frame_bg {
	z-index: -10;
	position: absolute;	
}



/* ★━－--- 共通仕切り線 ---－━★ */
.shikiri {
	padding:0px 0px 0px 0px;	 /* 上 右 下 左 */
	width:100%;
}



/* ★━－--- 共通ページ ---－━★ */
.frame_contents {
	display:inline-block;
	vertical-align:top;

	text-align:left;
	color:#333;
	font-size:0.94em;	/* 15px */
	/* background-color: #ffc;	*/
	width:900px;
}

.frame_contents p {
	padding:0px 4px;
}

.frame_text {
	padding:0px 4px;
	
}
.box_first {
	width:84px;
	padding: 3px 2px 2px 2px;
	font-weight: bold;
	background-color: #005bac;
	color:#fff;
	border-radius:3px;
	transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.box_first:hover {
	background-color: #fa4;
	color:#fff;
	border-radius:30px;
	transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.text_box {
	margin:0px 12px 0px 8px;
	padding:16px 2px 24px 2px;	
}

.text_frame {
	width:100%;
/*	border:2px solid #ddd;	*/
	background-color:#fff;
	border-radius:6px 6px 6px 6px;
}

.text_main {
	text-align:left;
	padding:10px;	
}

.text_padding {
	text-align:left;
	padding:0px 9px 0px 9px;
	word-break: break-all;
}

.link_word {
	display:inline-block;
	margin:0px 6px 0px 6px;
	font-size:15px;
	line-height:1.8;
}

.top_link {
	display: inline-block;
	vertical-align: middle;
	background-color: #2bbbef;
	background-color: #005bac;
	margin: 6px;
	border-radius: 5px;
	transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.top_link:hover {
	background-color: #fa4;
	border-radius: 28px;
	transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}


.table_all {
	border-collapse:collapse;
	border-spacing:4px; 	/*左右・上下*/
	border-collapse : separate;
	margin-bottom:8px;
	border:#ccc 2px solid;
	border-radius: 5px;
}

.table_all td {
	border:1px solid #ccc;
	vertical-align:middle;
	font-size:13px;
	padding:4px 4px 4px 4px;
	border-radius: 2px;
	word-break:break-all;
}


.table_all_th {
	text-align:center;
	background-color:#d6efd5;
}





/* ★━－--- トップページ ---－━★ */

.frame_anime {
	overflow:hidden;
}

#slide_show_underline {
	z-index:1000;
/*	background-image:url(../image/slide_show_underline.gif);	*/
/*	margin-top:10px;	*/
	width:100%;
	height:0px;
	font-size:1px;
	margin-bottom:30px;
	background-color: #eee;
	background-color: #2bbbef;
/*	position:absolute;	*/
}

.slide_show {
	display:none;
}

.slide_show_small {
	display:none;
}

/* --- 新着情報 --- */
.top_news {
	width: 640px;
	display: inline-block;
	vertical-align: top;
}

/* --- 高城地区まちづくり協議会の目的 --- */
.top_purpose {
	width: 310px;
	display: inline-block;
	vertical-align: top;
}










.top_box_set {
	display:inline-block;
	position:relative;
/*	top:-40px;	*/
	z-index:1200;
}

.top_box_leg {	
	box-shadow: 2px 2px 8px #888;	
/*	behavior: url(PIE.htc);		*/
}
	
.top_box {
/*	box-shadow: 2px 2px 8px #888;	
	behavior: url(PIE.htc);		*/

/*
	width:180px;
	height:180px;
*/
	text-align:center;
	font-size:15px;
/*	padding:6px 4px 6px 4px;*/
	border:2px solid #2bbbef;
	border:2px solid #fa4;
	border:2px solid #005bac;
	
	
	
/*	border:2px solid #aaa;	*/
	background-color:#fff;
	margin: 12px 0px;
	border-radius:6px;
}

.top_br {
	display: none;
}


.table_top_box {
	border:0px;
	border-collapse:collapse;
	border-spacing: 0px;
	width:100%;
	height:126px;
	word-break:break-all;
}

.table_top_box_tdL {
	text-align:left;
	vertical-align: middle;
	font-size:1px;
	height:2px;
	padding:0px 10px;
}

.table_top_box_tdR {
	text-align:right;
	font-size:1px;
	height:2px;
	padding:0px 3px;
}

.table_top_box_tdU {
	padding-top:3px !important;
}

.table_top_box_tdD {
	padding-bottom:3px !important;
}

.table_top_box_title {
	text-align:left;
/*	background-color:#2bbbef;	*/
/*
	background-image:url(../image/headline_bg.gif);
	text-shadow: 1px 1px 4px #555;	
	color:#fff;
	border-top:#fa4 solid 1px;
	border-bottom:#fa4 solid 1px;
*/
	border-top:#005bac solid 1px;
	border-bottom:#005bac solid 1px;
	
	color:#fa4;
	color:#2bbbef;
	font-weight:bolder;
	font-size:18px;
	padding:3px 3px;
	margin:2px 6px 12px 6px;
}

.top_box_main {
	padding:0px 12px 0px 12px;
}

.table_leg {
	border:0px;
	border-collapse:collapse;
	border-spacing: 0px;
	width:100%;
	position:relative;
	z-index:-1;
	top:-25px;
	margin-bottom:-15px;
}

.leg {
	box-shadow: 2px 2px 8px #888;	
	font-size:1px;
	border:2px solid #2bbbef;
	background-color:#fff;
	border-radius:2px;
	width:18px;
	height:50px;
	margin:0px 15px 0px 15px;
}

.table_shinryo {
	border:1px solid #888;
	border-collapse:collapse;
	border-spacing: 0px;
	width:100%;
	margin-bottom:8px;
}

.table_shinryo td {
	border:1px solid #888;
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	padding:3px 1px 1px 1px;
	word-break:break-all;
}

.table_shinryo_head {
	background-color:#ddd;
	font-size:12px !important;
}

.table_shinryo_L {
	text-align:left !important;
}

.oshirase {
	width:510px;
}

.shinryo {
	width:240px;
}

.map {
	width:240px;
}



.title_box {
	margin-top: 16px;
	max-width: 1050px;
	min-height: 140px;
	padding: 0px 10px;
	vertical-align: middle;
	text-align: left;
	background-color: #fa4;
	background-color: #005bac;
	border-radius: 4px;
}

.title {
	display: inline-block;
	min-width: 160px;
	padding-top:4px;
	vertical-align: middle;
	margin: 2px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 8px #999;
}

.title_sentence {
	max-width: 600px;
	color: #fff;
	display:inline-block;
	word-break: break-all;
	vertical-align:middle;
	padding: 10px 6px 6px 20px;
}

.title_sentence_s {
	word-break: break-all;
	padding: 0px 10px 6px 10px;
	display: none;
}

.form_L {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2px;
}

.form_R {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.linkbox {
	border: 1px solid #000;
	padding: 2px 8px 1px 8px;
	background-color: #fff;
	display:inline-block;
	min-width: 140px;
	margin: 0px 12px 8px 12px;
}

.info {
	text-align: left;
}

.info P {
	padding: 0px 16px;
}

.info img {
	padding: 8px 16px 8px 16px;
}

.caption {
	display: inline-block;
	text-align: center;
	padding-bottom: 12px;
}






/* ★━－--- ウィンドウサイズ確認用 ---－━★ */

.windowsize_view {
	display:none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding:1px;
	font-size:15px;
	color: #ffffff;
	background-color:#2bbbef;
	z-index: 100000;
	text-shadow: 0px 0px 3px #000000;
}





@media screen{
	#qr_box {
		display:none;
	}
}

@media print{
	#qr_box {
		display:block;
		font-size:16px;
		vertical-align:middle;
		text-align:left;
		height:200px;
	}
	#qr_image {
		margin-right:20px;
	}
	#qr_text {
		padding-top:25px;
	}
}

table.toptable01,
table.toptable02{
width:100%;
border-left:1px solid #ddd;
border-top:1px solid #ddd;
margin-bottom:1em;
}
table.toptable01 th,
table.toptable01 td,
table.toptable02 th,
table.toptable02 td{
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
padding:0.5em;
}
table.toptable01 th,
table.toptable02 th{
background:#eee;
text-align:center;
white-space: nowrap;
}
.toptitle01{
font-weight:bold;
    color: #005bac;
    }