@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, vice, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#333;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
background:#fff;
}

html{
}


/* リンク設定
------------------------------------------------------------*/
a{color:#0000ff;text-decoration:none;}
a:hover{color:#e25454;}
a:active, a:focus{outline:0;}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}

/* 全体
------------------------------------------------------------*/
#canvas{
margin:5px auto 0 auto;
padding:10px 1%;
width:98%;
position:relative;
background:#fff;
overflow:hidden;
}

* html #canvas{background:#fff;}

.inside{
margin:0 auto;
width:100%;
}


/* ヘッダー*/
#header{
overflow:hidden;
}

* html #header{height:1%;}



/* ロゴ*/
#header .logo{
float:left;
padding:5px 0 2px 0;
}

.tel{
float:right;
padding:5px 0 2px 0;
}


/* トップナビゲーション*/
ul#topmenu{
clear:both;
overflow:hidden;
margin:0 auto;
background:#3e3a39;
border-radius:5px 5px 0 0;
font-weight:bold;}

* html ul#topmenu{height:1%;}

ul#topmenu li{
float:left;
text-align:center;
}

ul#topmenu a{
width:156px;
font-size:12px;
display:block;
padding:10px 0;
color:#fff;
line-height:1.2;
border-left:1px solid #fff;
}

ul#topmenu a span{font-size:9px;}

ul#topmenu li:first-child a{border:0;}

ul#topmenu li:last-child a{width:155px;}

ul#topmenu li.active a,ul#topmenu a:hover{background:#e25454;}



/* メイン画像（トップページ+サブページ）
#topbanner{
clear:both;
line-height:0;
}

#topbanner .inside{position:relative;}

#topbanner img{
max-width:100%;
height:auto;
}
*/


/* グリッド*/
.guidecanvas{
padding-bottom:10px;
clear:both;
overflow:hidden;
}

* html .guidecanvas{height:1%;}
	
.guide,.guide_s{
float:left;
border:1px solid #dbdbdb;
border-radius:5px 5px 0 0;
}

.guide p{
padding:10px 10px 0 10px;
}


.guide_s p{
padding:10px 10px 0 10px;
}

.guide ul{margin:5px 10px 3px;}

.guide li{
padding:5px 0 4px;
border-bottom:1.5px dotted #aaaaaa;
}

.guide li:first-child{border-top:0;}
.guide li:last-child{border-bottom:0;}

.guidecanvas img{
max-width:100%;
height:auto;
}



/* フッター内のグリッド(3カラム) */
#footer .guide{
color:#fff;
border:0;
background:transparent;
}


/*メイン コンテンツ*/
section.content{
font-size:14px;
overflow:hidden;
margin-bottom:10px;
}

* html section.content{height:1%;}

section.content article{
margin:0px auto 10px auto;
overflow:hidden;
}

article p{
padding:5px;
clear:both;
}
* html section.content article{height:1%;}



.left_side{
float:left;
clear:left;
width:48%;
}

.right_side{
float:right;
clear:right;
width:48%;
<em></em>}



/* フッター*/
#footer {
background:#fff;}

#footer .guide{
		width:100%;
background:transparent;
}

#footer ul{margin:0 0 5px 5px;}

#footer li{
padding:0 5px 0 7px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border:0;
font-size:13px;
}

#footer li+ li{
padding:0 5px 0 7px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border:0;
border-left:1px solid #999999;
font-size:13px;
}

#copyright {
	clear:both;
	color : white;
	text-align : center;
	background-color:#3e3a39;
	font-size:11px;
	padding:6px;
	margin : 0 auto;}


/* PC用 */
@media only screen and (min-width:960px){
	#canvas,.inside,ul#topmenu{
	width:940px;
	padding:0;
	}
	
	#canvas{padding:10px 0;}
	
	#main{
	float:right;
	width:680px;

	}
	
	#vicepage #vice{
	float:left;
	width:240px;
	overflow:hidden;
	}
	
	/* グリッド */
	.guidecanvas{
	width:954px;
	margin-left:-14px;
	padding:0 9px 20px;
	}
	.guide{width:229px;margin:0 0 5px 5px;}
	.guide_s{float:none;width:98%;margin:0 0 0 5px;}
	.column2{width:452px;}
	.column3{width:682px;}
	
	#vicepage #vice .guide{
	float:none;
	margin-bottom:5px;
	}
	
}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	h1{padding:0 1%;width:98%}
	#header .logo{padding-left:10px;}
	#header .tel{padding-right:10px;}
	
	ul#topmenu{
	clear:both;
	width:100%;
	border-radius:0;
	}

	ul#topmenu li{
	width:33%;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topmenu li:nth-child(3n){border-right:0;width:34%;}

	ul#topmenu li a{
	width:100%;
	border:0;
	}

	ul#topmenu li:first-child a,ul#topmenu li:last-child a{width:100%;}
	
	.guide{
	width:48%;
	margin:0px 0px 10px 7px;
	text-align:center;
	}
	
	.guide_s{
	width:98%;
	margin:0px 0px 10px 7px;
	}
	
	.column2{
	float:none;
	width:94%;
	margin:0 2% 20px;
	}

	
	section.content article{padding:0px;}
	
	section.content img{
  max-width:100%;
	height:auto;
	}
	
	#vice .guide{padding-bottom:5px;}
	#vicepage #vice .guide{
	float:none;
	margin:0 auto 5px;
	width:98%;
	}
	
	.guide_s{
	float:none;
	margin:0 auto 5px;
	width:98%;
	}
	
	#footer{padding:0;}
	
	#footer .guide{
	float:none;
	width:100%;
	margin-bottom:5px;
	text-align:center;
	}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	.guide,.guide_s img{
	float:none;
	margin:0px auto;
	margin-bottom:5px;
	}
	
	.guide{width:96%;}
	
	.guide_s{width:96%;}

  .left_side,.right_side{
	float:none;
	display:block;
	margin:0 auto;
	width:100%;
	}
	
	.left_side{
text-align:center;
}
		
	#footer .guide p{text-align:center;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#header .logo,.tel{
float:none;
text-align:center;
max-width:100%;}

	ul#topmenu li{width:50%;}

	ul#topmenu li:nth-child(3n){
	border-right:1px solid #fff;
	width:50%;
	}
	
	ul#topmenu li:nth-child(2n),ul#topmenu li:nth-child(6n){border-right:0;}
	
	#topbanner h2,#topbanner h3{font-size:80%;}

	
	.float
      {
         float:none;
		 text-align:center;
         margin:5px;
      }

}