@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

	
/*================================================
 *  一般・共通設定 
 ================================================*/

html {
	font-size:16px;
}


body {
	width:100%;
	margin:0 auto;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
    -webkit-text-size-adjust: 100%;
}



nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	width:67.625%;
}

#sub {
	float:left;
	width:27.0%;
}

#subnav {
	display:none;
}

p{
	padding:0px 0px 0px 0px;
} 


/*================================================
 *  リンク - Link
 ================================================*/


a:link    {
	color: #0000cd;
		 }
	
a:visited {
	color: #0000cd;
	}
	
a:active  {
	color: #4169e1;
	text-decoration: none;}
	
a:hover   { 
	color: #4169e1;
	text-decoration: none;}






/*================================================
 *  Header
 ================================================*/

header {
	width:960px;
	margin:4px auto;
}



.headtitle {
	color:#6a6a6a;
	font-size:120%;
	line-height:1.5;
	margin-bottom:0.1em;
	font-weight:bold;
}

.header a {
	color:#191970;
	font-size:130%;
	text-decoration:none;
	padding-left:1px;
}

.header a:hover {
	color:#4169e1;
	font-size:130%;
	text-decoration:underline;
	padding-left:1px;
}


.table_header_title{
	border-collapse: collapse;
	padding: 0px 1px 0px 1px;
	margin: 0px 0px 20px 0px;
}

.table_header_title th{
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #e9e9e9;
    border-bottom:2px solid #aaaaaa;
}
.table_header_title td{
	padding: 3px 0px 0px 0px;
	background-color: #efefef;
        border-bottom:2px solid #4169e1;
        background-image: url(/img/head_img.png);
}




/*================================================
 *  Text Acc
 ================================================*/


h1 {
	margin-bottom:0.25em;
	padding:8px;
	font-weight:bold;
	padding-left:10px;
	color:#000;
	font-size:110%;
	border-bottom:1px dotted #	999;
	background:#f1f1f1;
	border-left:5px solid #4169e1;
	margin-bottom:0.9em;

}

h2 {
	color:#353535;
	font-size:110%;
	line-height:0.5;
	margin-bottom:0.4em;
	font-weight:bold;
}


h3 {
	margin-bottom:0.3em;
	font-size:105%;
	font-weight:bold;
	color: #993300;
	line-height: 150%;
}



h4 {
	margin-bottom:0.25em;
	font-size:100%;
	color:#353535;
	padding: 4px;
	border-bottom:1px dotted #ddd;
	border-left:4px solid #4169e1;
	font-weight:bold;
}




h5 {
	margin-bottom:0.25em;
	font-size:110%;
	color:#333;
}





h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}



h7 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#e78f00;
	font-size:110%;
	border-bottom:1px solid #e78f00;
}



.textmain_red {
	font-size:100%;
	line-height: 140%;
	color: #993300;
	border-top: 1px none #ffffff;
	border-right: 1px none #ffffff;
	border-bottom: 1px none #ffffff;
	border-left: 1px none #ffffff;
}



.font_90 {
    font-size:90%;
}



p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#4a4a4a;
}



pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}




hr {    
	border:none;    
 	border-bottom:1px dotted #ddd;
	height:1px;     
	color:#FFFFFF;     
	margin: 0 0 5 0; 
} 


hr.style1 {
    height: 12px;
    border: 4;
	width:100%;
	color:#000000;  
}


div#righttotop {   
	text-align: right;   
	font-size: 100%;
	color: #5F5F5F;
	letter-spacing: 0.05em;
	border-bottom:1px dotted #ddd;
	padding:2px 2px 0px 2px;
	margin-top: 2em;
	margin-bottom:1.5em;
}


span.spacer {　line-height: 2.5em; }

div.space { margin-bottom : 2em ; }

div.space1 { margin-bottom : 1em ; }

div.space2 { margin-bottom : 2em ; }

div.space3 { margin-bottom : 3em ; }

div.space4 { margin-bottom : 4em ; }

div.spaceat { margin-bottom :3em ; }


div#kome p {
 margin-left:1em;
 text-indent:-1em;
}


.strongred {
	font-weight:bold;
	color: #993300;
}






.img_box {
    position:relative;
    display:block;
    margin:0;
    padding:0;
	font-size: 95%;
}
.img_box img {
    z-index:0;
    margin:0;
    padding:0;
}


.img_comment {
    position:absolute;
    top:8px;
    left:0px;
    z-index:1;
    padding:10px;
    margin:0;

}


.absolute {
    position: absolute;
    left: 30px;
    bottom: 30px;
}



@media screen and (min-width: 680px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 680px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}




/*================================================
 *  一般・リスト
 ================================================*/

ul,ol,dl {
	margin:0 0 1em 0;
}

ul li {
	list-style:disc;

}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}



li.mainmenu{
	height:20px;
	margin-left:2.5em;
	margin-bottom:1em;
	font-size:100%;
}


/*========================*/

.defaultlist00
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist00 li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 3px 0px 0px 0px !important;
}

.list00 li{
	position:relative;
	padding-left:20px;
}
.list00 li:before{
	content:''; 
	height:0px; 
	width: 90%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	border-radius: 1px dashed #aaa;
}
.list00 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#8a8a8a;
	width:5px;
	height:5px; 
	top:8px; 
	left:5px; 
	border-radius: 5px;
}












.defaultlist00le
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist00le li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 0px 0px 5px 15px !important;
}

.list00le li{
	position:relative;
	padding-left:15px;
}
.list00le li:before{
	content:''; 
	height:0px; 
	width: 100%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	border-radius: 1px dashed #aaa;
}
.list00le li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#4169e1;
	width:5px;
	height:5px; 
	top:8px; 
	left:2px; 
	border-radius: 5px;
}



/*========================*/
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 10px 0px 15px 0px !important;
}




.list0 li{
	position:relative;
	padding-left:20px;
}
.list0 li:before{
	content:''; 
	height:0px; 
	width: 90%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	border-radius: 1px dashed #aaa;
}
.list0 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#8a8a8a;
	width:5px;
	height:5px; 
	top:8px; 
	left:5px; 
	border-radius: 5px;
}













/*========================*/




.list1 li{
	position:relative;
	padding-left:20px;
}
 
.list1 li:after, .list1 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#4169e1; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.list1 li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}



.list1a li{
	position:relative;
	padding-left:20px;
}
 
.list1a li:after, .list1a li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#aaa; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.list1a li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}





.list2 li{
	position:relative;
	padding-left:20px;
}
 
.list2 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:4px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #5f5f5f;
}



 
.list3 li{
	position:relative;
	padding-left:20px;
}
 
.list3-maru:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:3px; 
	left:3px; 
	border-radius:30px;
	height:7px; 
	width:7px; 
	border:3px solid #aaa;
}
 
.list3-batu:before, .list3-batu:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:8px; 
	left:3px;
	height:4px; 
	width:14px; 
	background:#aaa; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.list3-batu:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}




.list5 li{
	position:relative;
	padding-left:20px;
}
.list5 li:before{
	content:''; 
	height:0px; 
	width: 90%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	border-bottom: 1px dashed #aaa;
}
.list5 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#aaa;
	width:5px;
	height:5px; 
	top:7px; 
	left:5px; 
	border-radius: 5px;
}




.list8{
	counter-reset:li;
	margin-left:20px !important;
}

.list8 li{
	position:relative;
	display: block;
	padding:8px 0px 8px 40px; 
}

li.list8-count:after{
	counter-increment: li;
	content: counter(li);
	position: absolute;	
	left: -16px;
	top: 2px;
	background: #ccc;
	height: 30px;
	width: 30px;
	line-height: 32px;
	border: 2px solid #aaa;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}

li.list8-count:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:11px; 
	left:15px; 
	height:0; 
	width:0; 
	border-top: 8px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #aaa;
}





	





/*================================================
 *  テーブル
 ================================================*/


dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #efefef;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #dfdfdf;
}




.table_01{
	border-collapse: collapse;
	background-color: #fff;
	font-size:90%;
}
.table_01 th{
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	color: #333;
	border: 1px solid #dfdfdf;
}
.table_01 td{
	padding: 6px;
	border: 1px solid #dfdfdf;
	vertical-align: middle;
}


.bg_gray_h1 { background-color : #f1f1f1;}
.bg_gray_01 { background-color : #f9f9f9;}
.bg_gray_02 { background-color : #f4f4f4;}
.bg_gray_03 { background-color : #efefef;}
.bg_gray_04 { background-color : #dfdfdf;}
.bg_gray_05 { background-color : #c9c9c9;}
.bg_gray_06 { background-color : #aaaaaa;}

.bg_yellow { background-color : #ffffea;}

.bg_blue_01 { background-color : #F8F8FF;}

.bg_blue_02 {
	background-color : #F8F8FF;
    font-size:90%;
}


.table_zero{  /* 枠なし */
	border-collapse: collapse;
	border: 0px solid #ffffff;
}
.table_zero th{
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	border: 0px solid #ffffff;
}
.table_zero td{
	padding: 6px;
	border: 0px solid #ffffff;
}






.table_bg{　 /* 枠有り bg */
	border-collapse: collapse;
	background-color: #fff;
	font-size:100%;
	background-color : #f9f9f9;
}

.table_bg th{
	text-align: left;
	vertical-align: middle;
	color: #333;
	border: 1px solid #f9f9f9;
	}
.table_bg td{
	border: 1px solid #f9f9f9;
	vertical-align: middle;
	padding: 20px 30px;
}







.waku1 {
    padding:10px;
    border:solid 2px #bfbfbf;
    border-radius:10px;
    background-color:#fff;
    margin-top:20px;
    margin-bottom:16px;
}





.wakutop {
    padding:10px;
    border:solid 2px #bfbfbf;
    border-radius:10px;
    background-color:#ffffea;
    margin-top:0px;
    margin-bottom:16px;
}



.wakumain {
    padding:10px;
    border:solid 2px #bfbfbf;
    border-radius:10px;
    background-color:#F8F8FF;
    margin-top:0px;
    margin-bottom:16px;
}



.box_cell_blue01 {
	font-size: 100%;
	line-height: 1.5;
	border: 1px solid #CCCCCC;
	background-color: #F8F8FF;
	padding: 6px 6px 6px 6px ;
	margin: 0px;
}




.box_cell_yellow01 {
	font-size: 100%;
	line-height: 1.5;
	border: 1px solid #CCCCCC;
	background-color: #ffffea;
	padding: 6px 6px 6px 6px ;
	margin: 0px;
}




.box_cell_color {
	border: 1px solid #CCCCCC;
	background-color: #ffffea;
	padding: 0px 0px 0px 6px ;
	margin: 0px;
}





/*================================================
 *  アコーディオン
 ================================================*/


<!--[if lt IE 9]>
<style>
.accordion .ac-cont {/*１番のサンプル用*/
	height: auto;
}
</style>
<![endif]-->



.accordion {
	min-width: 100%;
	margin: 0 0 0 0 auto;
	padding: 0px;
}

.accordion .ac-content {
	margin: 0 0px;
}

.accordion input {
	display: none;
}

.accordion label {
	display: block;
	background: #ffffff;
	cursor: pointer;
	padding: 10px;
	font-size:100%;
	border-bottom:1px dotted #ddd;
	border-left:5px solid #4169e1;
}

.accordion label:hover {
	background: #eee;
}

.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #ffffff;
	padding: 0 10px;
}

.accordion input:checked + .ac-cont {
	height: auto;
	padding: 0px;
}







/*================================================
 *  アコーディオン End
 ================================================*/





/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	padding:0;
}
header h1 {
	margin-bottom:2px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#f19500 url(/img/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#e78f00 url(/img/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
	font-size: 100%;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	margin-bottom:10px;
	padding:0;
	background:#f7f5f1;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#ddd;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0 0 0 0;
	list-style:none;
	font-size:90%;
}

.submenu li a:before {
	content:url(/img/ico_arrow_02.gif);
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}



.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}


/*================================================
 *  Font parts
 ================================================*/





.color1 {
	color:#4169e1;
}


.colorb1 {  /* 赤 */
	color:#4169e1;
	font-weight:bold;
}

.color2 {
	color:#5555ff;
}



.fontetc1 {
	color:#382400;
	text-align: left;   
	font-size: 80%;
}

.fonttop {
	color:#382400;
	text-align: left;
	font-size: 90%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
}

.textsm {
	font-size: 90%;
	color: #5F5F5F;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.5em
}


.textsmm {
	font-size: 90%;
	text-align: left;
	letter-spacing: 0.01em;
	line-height: 1.5em
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#b4b4b4;
}
.totop img:hover {
	background:#9f9f9f;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(/img/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}







