@charset "utf-8";
/*-----------------------------------------------------------*/

/*ヘッダー*/
header {
	width: 100%;
	max-width: 768px;
	position: relative;
	padding-top: 10px;
	margin: 0px auto 20px auto;
	overflow: hidden;
	_zoom:1;
}

header div{ max-width: 768px; }

header h1 {
	width:100%;
	display:block;
	float: left;
	margin: 0px 1.3% 10px 1.3%;
	overflow: hidden;
	_zoom:1;
}
header h1 a {
	width:100%;
	display: block;
}

header h2 {
	font-size: 116%;
	line-height:138.5%;
	float: left;
	margin: 1.3% auto 10px 1.3%;
	overflow: hidden;
	_zoom:1;
}

header .infoHeader {
	max-width: 240px;
	float: left;
	margin: 10px 1.3% 10px 1.3%;
	overflow: hidden;
	_zoom:1;
}
header .infoHeader h3 {
	padding-left: 30px;
	line-height: 25px;
	font-size: 138.5%;
	margin-bottom: 5px;
}
header .infoHeader p { font-size: 85%; line-height: 138.5%;}

/*メインイメージ*/
#main_img{
	width:100%;
	max-width: 768px;
	margin: 0px auto 5px auto;
	position: relative;
}
#main_img h2 {
	width: 100%;
	font-size: 138.5%;
	text-indent: 20px;
	line-height: 40px;
	color: #000;
	text-shadow: #D96 1px 1px 1px;
	border-bottom: 3px solid #e65519;
	
filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fed09f', endColorstr = '#fef2ca');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fed09f', endColorstr = '#fef2ca')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(left, #fed09f, #fef2ca);
background-image: -ms-linear-gradient(left, #fed09f, #fef2ca);
background-image: -o-linear-gradient(left, #fed09f, #fef2ca);
background-image: -webkit-gradient(linear, left top, right top, from(#fed09f), to(#fef2ca));
background-image: -webkit-linear-gradient(left, #fed09f, #fef2ca);
background-image: linear-gradient(left, #fed09f, #fef2ca);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	
	behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}
#main_img img { display: none; }

/*メインイメージ720用*/
#main_img720{
	width:100%;
	max-width: 768px;
	margin: 0px auto 20px auto;
	position: relative;
}
#main_img720 h2 {
	font-size: 174%;
	padding: 10px;
	color: #FFF;
	z-index: 50;
	position: absolute;
	top: 41.66%;
	background: #000000;
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#000000', endColorstr = '#666666');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#000000', endColorstr = '#666666')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #000000, #666666);
	background-image: -ms-linear-gradient(left, #000000, #666666);
	background-image: -o-linear-gradient(left, #000000, #666666);
	background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#666666));
	background-image: -webkit-linear-gradient(left, #000000, #666666);
	background-image: linear-gradient(left, #000000, #666666);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 80);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	
	behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}


/*パンくず*/
#pankuzu {
	width: 100%;
	max-width: 768px;
	padding-right: 1.3%;
	margin: 0px auto 5px auto;
	font-size: 85%;
	text-align: right;
}

/*コンテンツ全体*/
#contentsAll {
	width: 100%;
	max-width: 768px;
	margin: 0px auto 30px auto;
	overflow: hidden;
	_zoom:1;
}

/*メインメニュー横*/
#mainMenuWidth {
	width: 98.69%;
	max-width: 768px;
	margin:0px auto 20px auto;
	padding: 0px 0.65% 0px 0.65%;
	overflow: hidden;
	_zoom:1;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;

	behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}
#mainMenuWidth ul li {
	width: 32.89%;
	min-width: 140px;
	max-width: 245px;
	float: left;
	position:relative;
	margin: 0px auto 0px auto;
}

#mainMenuWidth ul a {
	font-size: 100%;
	width: 90%;
	min-width: 135px;
	max-width: 245px;
	display: inline-block;
	white-space: nowrap;
	position: relative;
	padding: 3px 5% 3px 5%;
	margin: 0px;
	text-align: center;
	font-weight: normal;
}

#mainMenuWidth ul li ul {
	width:100%;
	margin: 0px auto 0px auto;
	display: none;
}
#mainMenuWidth ul li ul li {
	width:100%;
	display: block;
	margin: 0px auto 0px auto;
}
#mainMenuWidth ul li ul li a {
	width:90%;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 3px 5% 3px 5%;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

/*サイドメニュー*/
#navi {
	max-width: 768px;
	width: 100%;
	display: block;
	margin: 0px auto 10px auto;
	padding: 5px;
	position: relative;
}


/*メインメニュー*/
#mainMenu {
	max-width: 768px;
	margin-bottom: 10px;
	overflow: hidden;
	_zoom:1;
}

#mainMenu li {
	float: left;
	margin-right: 0.65%;
	margin-bottom: 3px;
}

#mainMenu a {
	font-size: 100%;
	display:block;
	padding: 5px;
	text-align: center;
	position: relative;
}
#mainMenu li ul {
	display: none;
	margin: 0px 0.65% 3px auto;
}
#mainMenu li ul li {
	float: left;
	margin: 0px auto 0px auto;
}
#mainMenu li ul li a {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding: 3px 5.2% 3px 5.2%;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

/*サイドバナー*/
#sideBnr {
	width: 100%;
	margin: 0px auto 0px auto;
	overflow: hidden;
	_zoom:1;
}

#sideBnr li {
	width: 24%;
	min-width: 100px;
	float: left;
	margin-right: 1%;
	margin-bottom: 3px;
}
#sideBnr img { width: auto; max-width: 100%; min-width: 88px; }

/*サイドインフォメーション*/
#sideInfo {
	width: 97%;
	margin: 0px auto 10px auto;
	padding: 1.4%;
}
#sideInfo span {
	display: inline;
}

/*ウィジェット*/
#myWidget {
	width: 100%;
	margin: 0px auto 0px auto;
}
#myWidget li.widget {
	float: left;
	display: inline;
	margin-right: 10px;
	overflow: hidden;
	_zoom:1;
}
#myWidget h2.widgettitle {
	font-size: 108%;
	line-height: 24px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 3px;
}
#myWidget li.widget ul { list-style: circle; }
#myWidget li.widget ul li {
	margin-bottom: 10px;
	margin-left:2em;
	text-indent:0px;
	float: left;
	margin-right: 5px;
}
#myWidget li.widget_calendar { display: none; }

#myWidget li.widget_links {
	width:100%;
	clear: both;
	margin: 0px auto 0px auto;
	overflow: hidden;
	_zoom:1;
}
#myWidget li.widget_links ul { list-style: none; }
#myWidget li.widget_links ul li {
	float: left;
	margin-left:0px;
	text-indent:0px;
	width: 24%;
	min-width: 100px;
	float: left;
	margin-right: 1%;
	margin-bottom: 3px;
}
#myWidget li.widget_links ul li img {  width: auto; max-width: 100%; min-width: 88px; }

/*コンテンツ*/
#contents {
	width: 100%;
	padding: 1.3%;
	position: relative;
	display:block;
	clear: both;
	overflow: hidden;
	_zoom:1;
}

/*コンテンツ:h3*/
#contents h3 {
	width: 98.35%;
	max-width: 716px;
	margin-bottom: 10px;
	font-size: 138.5%;
	line-height: 30px;
	padding: 5px 0.68% 3px 0.68%;
	position: relative;
	
	behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}
#contents h3 span {
	padding-left: 25px;
	display: inline-block;
}

/*コンテンツ:h4*/
#contents h4 {
	font-size:123.1%;
	font-weight:bold;
	margin-bottom: 7px;
}

/*コンテンツ:h5*/
#contents h5 {
	font-size: 108%;
	margin-bottom: 5px;
}
/*コンテンツ:h6*/
#contents h6 {
	font-weight: bold;
	font-size: 100%;
}


/*コンテンツ:box_A*/
#contents .box_A {
	width: 94.79%;
	max-width: 748px;
	padding: 1.3%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	_zoom:1;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}

/*フッター*/
footer {
	width: 100%;
	position: relative;
}

footer div {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

footer div.btnPagetop { height: 40px; }

footer div.btnPagetop a {
	font-size: 85%;
	float: right;
	display: block;
	padding: 3px;
	margin-right: 1.3%;
	position: relative;
}
footer div.link { margin-bottom: 5px; }

footer div.infoFooter { margin-bottom: 5px;font-size:85%; }

footer div.copyright { text-align: right; padding-right: 1.3%; }

#footerTextLink ul {
	width: auto;
	display: inline-block;
	overflow: hidden;
	_zoom : 1;
}
#footerTextLink ul li {
	float:left;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	_zoom : 1;
	margin-bottom: 10px;
}
#footerTextLink ul li ul {
	border-right: none;
	float: right;
	display: inline;
	margin-bottom: 0px;
}
#footerTextLink ul li ul li {
	float:left;
	display: inline;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}

/*

*/

.pc_img {
	display: none;
}

.Lw220 {
	float: left;
	width: 31%;
	min-width:100px;
	margin: 0 0.75% 10px;
}
