/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	line-height:1.4em;
	font-family: "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

#wrap {
   
}

section, nav {
    margin-bottom: 1em;
}

p {
	margin-bottom: 0.2em;
	line-height: 1.4em;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ヘッダーの右にメニュー */

.header1{
	padding-top:90px;
	background-size: 100% 100%;
	height: 66px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EB6100;
	/*
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EB6100;
	*/
}

.header1 h1{
	display:block;
	height:66px;
	width:200px;
	float:left;
}

.header1 nav{
		float:right;
}

.header1 nav li{
		float:left;
}

.header1 a.side1{
	width:80px;
	text-align:center;
	display: block;
	padding: 7px;
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #F1F1F1),color-stop(0.5, #F1F1F1),color-stop(0.99, #DFDFDF),to(#ccc));
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.jCarousel {
 margin-bottom: 3px;
}

.topcm {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb)) #cbcccf;
	font-size: 85%;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.topcm h2 {
	margin-bottom: 0;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 20px;
}

.topcm h2 strong {
	color: #eb6100;
	font-size: 1.2em;
}

.topcm h2 a {
	color: #f3be00;
	text-decoration: none;
}

h2.menutitle {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3be00), to(#ffd955));
	height: 30px;
	margin: 0px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #f3be00;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	line-height: 30px;
	padding-left: 10px;
	margin-top: 5px;
	font-size: 1.1em;
	color: #FFF;
}

/* サムネイルつき矢印リスト */

.list1 ul{
	border-bottom:1px solid #CCC;
}
.list1 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F0F0F0));
	border-top: 1px solid #CCC;
	height: 60px;
	margin: 0px;
}
.list1 ul li a{
	color: #666;
	display: block;
	height: 60px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../images/list_mark1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 22px;
}
.list1 ul li a.pc{
	color: #666;
	display: block;
	height: 60px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../images/list_mark2.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 22px;
}
.list1 ul li img{
	float: left;
	height: 60px;
	width: 60px;
	margin-right:10px;
}
.list1 ul li a strong{
	color:#eb6100;
	display:block;
	font-weight:bold;
	padding-top:10px;
	font-size: 16px;
}

aside {
	background-color: #ebebeb;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

aside p {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.9em;
}
aside p:last-child {
    margin-bottom: 0;
}


/* サムネイルつき矢印リスト２列 */

.list5 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.list5:after {
	content: ".";
  	 display: block;
	height: 0;
 	clear: both;
 	visibility: hidden;
}
.list5 ul{
	border-top:1px solid #CCC;
}
.list5 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F0F0F0));
	border-top:none;
	border-bottom:1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 45px;
	margin: 0px;
}
.list5 ul li:nth-child(odd) {
	float:left;
	width:50%;
}
.list5 ul li a{
	color: #666;
	display: block;
	height: 45px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.list5 ul li a strong{
	color:#000;
	display:block;
	font-weight:bold;
	padding-top:10px;
	font-size: 13px;
}
.list5 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	margin-right:5px;
}

/* googlemap */

#googlemap iframe {
	width: 100%;
	margin: 10px 0 0 0;
}

/*
#googlemap a {
	display: block;
	border-radius: 13px;
	background: -webkit-gradient(linear, left top, left bottom, from(#B5DD71), to(#99D13E)) #cbcccf;
	font-size: 1.1em;
	margin-right: 70px;
	margin-top: 10px;
	border: 1px solid #99D13E;
	margin-left: 70px;
	padding: 5px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
*/


/* ページトップ */
.pagetoperia {
	background-color: #F0F0F0;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	margin-top: 10px;
}

.pagetoperia nav{
	float: right;
	margin-top: 10px;
}
.pagetoperia nav li{
		float:left;
}
.pagetoperia a.btn1{
	text-align:center;
	display: block;
	padding: 7px;
	text-decoration: none;
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #F1F1F1),color-stop(0.5, #F1F1F1),color-stop(0.99, #DFDFDF),to(#ccc));
	font-size: 0.9em;
	margin-right: 20px;
	width: 110px;
	color: #000;
}

footer {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa05b), to(#eb6100));
	height: 30px;
	margin: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eb6100;
}

small {
	font-size: 8px;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
}


/*reNew⇒Global Navigation：20160707*/

#gNav01{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;	
	}

#gNav01 .gNav{	
	/*background: none repeat scroll 0% 0% #FF9933;*/
	color: #FFF;
	/*height:60px;*/
}

#gNav01 .gNav li {
    width: 25%;
	/*height:60px;*/
    float: left;
	margin: 0px;
	background: none repeat scroll 0% 0% #FF9933;
}



#gNav01 .gNav li a {
	font-size:12px;
	/*line-height:1.5em;*/
    display: block;
    background: none repeat scroll 0% 0% #FF9933;
    border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
    padding: 0.9em 0 0.4em 0;
    text-align: center;
	color: #FFF;
	text-decoration:none;
	height:25px;
}

#gNav01 .sNav{
	clear:both;
	border-top: 1px solid #FFF;
	}

#gNav01 .sNav li{
	background: none repeat scroll 0% 0% #FF9933;
	}

#gNav01 .sNav li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0.8em 5%;
    border-bottom: 1px solid #FFF;
	
}

#gNav01 .sNav li:last-child{
	background: none repeat scroll #EB6100;
	}


.close{
	text-align:center;	
}

#gNav01 .sNav li a span{
	padding:2px;
	margin-left:5px;
	background-color:#ffffff;
	border-radius:0.4em;
	color:#EB6100;
	}
	
/** 161102 追加　**/

/** Attention **/
.attention{
	width:96%;
	margin:0 auto 10px;
}

.attention dl{
	border:5px solid #ff0000;
	border-radius:0.2em;
}

.attention dl dt{
	background-color:#ff0000;
	color:#ffffff;
	padding:5px 5px;
	font-size:1.1em;
	text-align:center;
}

.attention dl dd{
	padding:5px;
	font-size:1em;
}

.attention p{
	margin:0;
}	