@charset "UTF-8";
/*VERDA WEBサイトのCSS*/

/*[CSS設定項目]-----
01.全体的な設定
02.header
03.menu
04.container
05.contents
06.footer
*/

/*01.全体的な設定*/
* {
	margin : 0;
	padding : 0;
	color : #333333;
	font-size: 12px;
	font-style : normal;
	font-weight : normal;
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo", Helvetica, Verdana, Arial, sans-serif, "Osaka", "Hiragino Kaku Gothic Pro", "lroSVbN";
	line-height : 180%;
	text-decoration : none;
}

body {
	width:100%;
	height:100%;
	min-width:980px;
	margin:0px;
	border:0px;
	padding:0px;
	background:url(../img/bg.png) center top repeat-y #FFF;
}

html {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:0;
}

/*HTML5*/
article, aside, dialog, figure, footer,
header,hgroup, nav, section { display: block; }
/*HTML5*/

a, a img {
	outline:0;
	border:0;
}

a,a:link {
	color:#a88639;/*リンク*/
	text-decoration:underline;
}

a:visited {
	color:#a88639;/*リンク*/
	text-decoration:none;
}

a:hover {
	color:#996633;/*リンク*/
	text-decoration:none;
}

a:active {
	color:#996633;/*リンク*/
	text-decoration:none;
}

object em {
	visibility:hidden;
}

h1 {
	font-size:200%;
}

h2 {
	font-size:140%;
	color:#666666;
}

h3 {
	font-size:130%;
}

h4 {
	font-size:125%;
	font-weight:bold;
}

h5 {
	font-size:110%;
	font-weight:bold;
}

h6 {
	font-size:100%;
	font-style:italic;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-size:100%;
	text-decoration:none;
}


/*clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*clearfix*/

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

/*layout*/
#wrap,
.wrap {
	width:980px;
	margin:0 auto;
}

#wrap_footer {
	background:url(../img/contents/adressborder.png) top center no-repeat;
}
/*02.header*/
#header {
	position:relative;
	width:950px;
	height:auto;
	min-height:100px;
	padding:0 15px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
}

#header #header-inner {
	width:100%;
	height:auto;
}

#header #header-inner #header-hgroup,
#header #header-inner h1 {
	display:block;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	float:left;
}

#header #header-inner #header-hgroup h1 {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:none;
}

#header h1 a#top {
	display:block;
	width:250px;
	height:80px;
	margin:0 auto;
	padding:0px 0 0 0;
	background:url(../img/common/logo.png) left bottom no-repeat;
	background-size:contain;
	text-indent:-9999px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#header h1 a#top:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#header h1 a#top em {
	display:block;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:5px 0 0 0;
	clear:left;
	font-size:10px;
}

#header #header-inner #header-hgroup h2 {
	display:none;
	margin:5px 0 0 0;
	padding:0 0 0 0;
	color:#666;
	font-size:9px;
}

#header #header-inner #header_navi {
	display:block;
	width:auto;
	height:auto;
	margin:10px 0;
	float:right;
	list-style:none;
}

#header #header-inner #header_navi li {
	display:block;
	width:auto;
	height:auto;
	margin:0 10px 0 0;
	float:left;
	list-style:none;
}

#header #header-inner #header_navi li a {
	display:block;
	width:auto;
	height:auto;
	text-indent:0;
}

#header_menu {
	display:none;
}
/*03.menu*/
#global_navi {
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	padding: 0 0 0 0;
	float:right;
	clear:right;
}

#global_navi ul.global_navi {
	display:block;
	width:auto;
	height:40px;
	margin:0 auto;
	padding:0;
}

#global_navi ul.global_navi li {
	position:relative;
	display:block;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	border-left:#666 dashed 1px;
}

#global_navi ul.global_navi li:first-child {
	border-left:none;
}

#global_navi ul.global_navi li a {
	display:block;
	width:auto;
	height:25px;
	margin:0 1em;
	padding:0px 0 0px 0;
	font-size:15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#global_navi ul.global_navi li a:hover {
	color:#996633;/*リンク*/
}

#global_navi ul.global_navi li .sub_navi {
	position:absolute;
	z-index:100;
	top:24px;
	display:none;
	min-width:120px;
	list-style:none;
	background:rgba(0,0,0,0.75);
}

#global_navi ul.global_navi li:last-child .sub_navi {
	right:0;
}

#global_navi ul.global_navi li:hover .sub_navi {
	display:block;
}

#global_navi ul.global_navi li .sub_navi li {
	display:block;
	border:none;
	float:none;
}

#global_navi ul.global_navi li .sub_navi li a {
	display:block;
	padding:8px 0;
	text-align:left;
	color:#FFF;
	font-size:12px;
}

#global_navi ul.global_navi li .sub_navi li a:hover {
	color:#996633;/*リンク*/
}

#local_navi {
	display:block;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	padding:0 0 0 0;
}

#local_navi .header {
	width:100%;
	height:auto;
	margin:0px 0 0 0;
	padding:0 0;
}

#local_navi .header h3 {
	font-size:120%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom:#ECECEC solid 1px;
}

#local_navi .header h3 a {
	font-weight:bold;
	color:#333;
}

#local_navi .header h3 a em {
	font:inherit;
	color:inherit;
}

#local_navi .section {
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0 0;
}

#local_navi ul,
#local_navi dl {
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#local_navi li,
#local_navi .archive-index {
	display:block;
	width:auto;
	height:auto;
	margin:0;
	padding:0 0 0.4em 15px;
	list-style:none;
	border-bottom:#ECECEC dotted 1px;
}

#local_navi .archive-index {
	padding: 0.4em 0;
	list-style:none;
	border-bottom:#ECECEC dotted 1px;
	font-size:120%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#local_navi .archive-index a {
	font-size:100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#333;
	text-decoration:none;
}

#local_navi .archive-index a:hover {
	text-decoration:underline;
}

#local_navi ol li ol li {
	border-bottom:none;
	padding:0 0 0.4em 8px;
}

#local_navi li a,
#local_navi li.yearlylist {
	display:block;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:0.75em 0 0.2em 0;
	cursor:pointer;
	color:#a88639;/*リンク*/
}

#local_navi li a:hover,
#local_navi li.yearlylist:hover {
	color:#996633;/*リンク*/
}

#local_navi li.yearlylist,
#local_navi li.noentry {
	padding:0.75em 0 0.4em 15px;
}

#local_navi li.noentry {
	color:#999;
}

#local_navi li a span {
	color:#CCC;
	margin-left:3px;
	font-size:90%;
	font-weight:normal;
	display:none;
}
/*04.container*/
#container,
#content {
	width:950px;
	height:auto;
	min-height:300px;
	margin:0px auto;
	padding:0 15px;
	border:none;
	clear:both;
	text-align:left;
}

#main {
	width:730px;
	height:auto;
	min-height:300px;
	margin:0 0 30px 0;
	padding:0;
	float:right;
}

.entry .feature #main {
	width:100%;
	float:none;
}

#side,
#sidebar {
	width:200px;
	height:auto;
	margin:0px 0 0 0;
	padding:0;
	float:left;
}

.entry .feature #side {
	display:none;
}

#pan {
	width:100%;
	height:auto;
	margin:0 0 25px 0;
	padding:0 0 0 0;
}

/*05.contents*/
#flash {
	position:relative;
	width:100%;
	height:330px;
	margin:0;
	padding: 0;
	overflow:hidden;
	text-align:left;
	background:url(../img/js/bx_loader.gif) center center no-repeat #FFF;
}

#image {
	width:100%;
	height:330px;
	margin:0 0 30px 0;
	padding:0 0 0 0;
}

.image {
	width:auto;
	height:auto;
	margin:0 0 20px 0;
}

.bx-wrapper {
	width:100%;
	height:330px;
	margin:0 auto;
	padding:0 0 0 0;
	overflow:hidden;
}

.slider .slide-entry {
}

.slidenav {
	position:absolute;
	top:310px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 0 0;
	z-index:9999;
	text-align:center;
}

.slidenav a {
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:50%;
	margin:0 0 0 0;
	background:#666;/*リンク*/
	text-indent:-9999px;
	box-shadow:0 0 5px rgba(0,0,0,0.15);
}

.slidenav a.active {
	background:#a88639;/*リンク*/
}

#loadcontents .loading {
	display:block;
	margin:0 auto;
}

#pan ul {
	display:block;
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

#pan ul li {
	display:inline-block;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#pan ul li a {
	font-size:90%;
	color:#512f16;
}

#pan ul li a:hover {
	text-decoration:underline;
}

#pan ul li .allow {
	color:#999;
	font-size:90%;
}

#pan ul li a span {
	color:inherit;
}

#pan ul li a.pan-current {
	text-decoration:none;
}

#pan ul li a.pan-current:hover {
	text-decoration:none;
}

#pan ul li a .page_title {
	color:#999;
}

/*共通設定*/
.contents {
	width:auto;
	height:auto;
	margin:0 0 20px 0;
	padding:0 0 0 0;
}

.contents .header {
	background:url(../img/contents/bottomborder.png) bottom center no-repeat;
}

.entry .feature #main .contents .header {
	background:url(../img/contents/adressborder.png) bottom center no-repeat;
}

.contents .header .header-inner {
}

/*.contents .header h2 {
	width:auto;
	height:auto;
	float:left;
	font-size:160%;
	font-weight:bold;
	color:#333;
}*/

.contents .header h2 {
	width:auto;
	height:auto;
	padding:0 0 10px 0;
	float:left;
	font-size:175%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#333;
}

.product_name h2 {
	font-size:175%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#333;
}

/*.contents .header h2:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	margin:0 5px 0 0;
	padding:0px 0 0 0;
	border-radius:4px;
	background:rgba(240,130,0,0.8);
	box-shadow:0 0 5px rgba(0,0,0,0.3) inset;
}*/

.contents .header .links {
	width:auto;
	height:auto;
	float:right;
	margin:1em 0 0 0;
	padding:0px 0 0 0;
}

.contents .header .links .meta-data {
	color:#666;
	font-size:120%;
}

.contents .header .links .meta-data  span {
	color:inherit;
}

.contents .header .links a {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-decoration:none;
}

.contents .header .links a span,
.contents .footer .footer-inner a span {
}

.contents .header .links a.rss {
	margin:0 3px 0 0;
	padding:0 0 0 0;
}

.contents .section {
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.contents .section .section-inner {
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:10px 0 0 0;
}

.contents .section .section-inner .entries,
.contents .section .section-inner .pages {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.contents .section .section-inner .pagebute {
	width:auto;
	height:20px;
	clear:both;
	margin:15px auto;
	padding:0px 0 0 0;
	text-align:center;
}

.contents .section .section-inner .pagebute a {
	text-decoration:none;
}

.contents .footer {
	width:100%;
	height:auto;
	clear:both;
}

.contents .footer a.archive {
	display:none;
	text-decoration:none;
}

.contents .footer .footer-api {
	float:left;
	width:auto;
	height:40px;
	margin:5px 10px 0 0;
}

.contents .footer .footer-inner .footer-prev-link {
	float:left;
	width:auto;
	max-width:30%;
	height:auto;
	margin:0 0 0 0;
	padding:4px 8px 4px 8px;
	border-radius:4px;
	background:#CCC;
	overflow:hidden;
	color:#FFF;
	font-size:90%;
	text-decoration:none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.contents .footer .footer-inner .footer-prev-link:before {
	content:"Prev : ";
}

.contents .footer .footer-inner .footer-next-link {
	float:right;
	width:auto;
	max-width:30%;
	height:auto;
	margin:0 0 0 0;
	padding:4px 8px 4px 16px;
	border-radius:4px;
	background:#CCC;
	overflow:hidden;
	color:#FFF;
	font-size:90%;
	text-decoration:none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.contents .footer .footer-inner .footer-next-link:before {
	content:"Next : ";
}

.contents .footer .footer-inner .footer-prev-link:hover,
.contents .footer .footer-inner .footer-next-link:hover {
	background:#666;
}

.contents .footer .snsshare,
.contents .footer .footer-link {
	clear:both;
	margin:24px 0;
}

.contents .footer .snsshare a,
.contents .footer .footer-entry-link {
	display:block;
	width:50%;
	height:auto;
	padding:20px 0;
	float:right;
	text-align:center;
	font-size:150%;
	color:#FFF;
	text-decoration:none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.contents .footer .snsshare a:first-child,
.contents .footer .footer-entry-link:first-child {
	float:left;
}

#share_fb {
	background:#3B5998;
}

#share_tw {
	background:#168dd9;
}

.contents .footer .snsshare a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.type-00 dl {
	display:block;
	list-style:none;
	margin:0px 0 0 0;
	padding:0 0 0 0;
}

.type-00 dl dt {
	display:block;
	width:auto;
	color:#666;
}

.type-00 dl dt .date {
	color:#666;
	font-size:150%;
}

.type-00 dl dt .day {
	color:#666;
	margin:0 0 0 5px;
	font:inherit;
	font-size:90%;
}

.type-00 dl dd {
	display:block;
	width:100%;
	height:17px;
	margin:0 0 5px 0;
	padding:1px 0 5px 0;
	border-bottom:#ECECEC dotted 1px;
	overflow:hidden;
}

.type-00 dl dd a {
}

.type-01 {
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.type-01 .page,
.type-01 .entry {
	width:100%;
	height:200px;
	clear:both;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:#ECECEC dotted 1px;
	position:relative;
	z-index:1;
}

.type-01 .page .image,
.type-01 .entry .image {
	float:left;
	width:200px;
	height:200px;
	margin:0 10px 0 0;
	padding:0 0 0 0;
}

.type-01 .page .image a,
.type-01 .entry .image a {
	display:block;
	width:200px;
	height:200px;
	padding:0;
	margin:0;
	border-radius:2px;
	overflow:hidden;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.type-01 .page .image a:hover,
.type-01 .entry .image a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.type-01 .page .image a img,
.type-01 .entry .image a img {
	display:block;
	width:200px;
	height:200px;
	margin:0;
	padding:0;
}

.type-01 .page .text,
.type-01 .entry .text {
	width:auto;
	height:200px;
	margin:0 0 0 0;
	padding:0px 0;
	overflow:hidden;
}

.type-01 .page .only-text,
.type-01 .entry .only-text {
	float:left;
	width:100%;
	height:200px;
	margin:0 0 0 0;
	padding:0;
	overflow:hidden;
	position:relative;
}

.type-01 .page .text h3,
.type-01 .page .only-text h3,
.type-01 .entry .text h3,
.type-01 .entry .only-text h3 {
	width:auto;
	height:auto;
	margin:0;
}

.type-01 .page .text h3 a,
.type-01 .page .only-text h3 a,
.type-01 .entry .text h3 a,
.type-01 .entry .only-text h3 a {
	text-decoration:none;
	font-weight:bold;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.type-01 .page .text h3 a:hover,
.type-01 .page .only-text h3 a:hover,
.type-01 .entry .text h3 a:hover,
.type-01 .entry .only-text h3 a:hover {
}

.type-01 .page .text p,
.type-01 .page .only-text p,
.type-01 .entry .text p,
.type-01 .entry .only-text p {
	width:auto;
	height:auto;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	color:#333;
	font-size:160%;
}

.type-01 .page .text p span,
.type-01 .page .only-text p span,
.type-01 .entry .text p span,
.type-01 .entry .only-text p span {
	margin:0 0 0 5px;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
}

.type-01 .page .text p a,
.type-01 .page .only-text p a,
.type-01 .entry .text p a,
.type-01 .entry .only-text p a {
	color:inherit;
	font-size:14px;
	font-weight:inherit;
	text-decoration:underline;
	text-transform:capitalize;
}

.type-01 .page .text .excerpt,
.type-01 .page .only-text .excerpt,
.type-01 .entry .text .excerpt,
.type-01 .entry .only-text .excerpt {
	width:auto;
	height:9em;
	clear:both;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	overflow:hidden;
}

.type-01 .page .text .permalink,
.type-01 .page .only-text .permalink,
.type-01 .entry .text .permalink,
.type-01 .entry .only-text .permalink {
	width:auto;
	height:auto;
	position:absolute;
	bottom:10px;
	right:0;
	z-index:2;
}

.type-01 .page .text .permalink a,
.type-01 .page .only-text .permalink a,
.type-01 .entry .text .permalink a,
.type-01 .entry .only-text .permalink a {
	display:block;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:0px 5px;
	background:#666;
	border-radius:2px;
	box-shadow:0 0 2px rgba(0,0,0,0.3);
	color:#FFF;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.type-01 .page .text .permalink a:hover,
.type-01 .page .only-text .permalink a:hover,
.type-01 .entry .text .permalink a:hover,
.type-01 .entry .only-text .permalink a:hover {
	background:#F90;/*リンク*/
}

.type-01 .page .text .permalink a:before,
.type-01 .page .only-text .permalink a:before,
.type-01 .entry .text .permalink a:before,
.type-01 .entry .only-text .permalink a:before {
	content:"> more";
	text-transform:uppercase;
	font-size:110%;
}

.type-01 .page .text .permalink a span,
.type-01 .page .only-text .permalink a span,
.type-01 .entry .text .permalink a span,
.type-01 .entry .only-text .permalink a span {
	color:inherit;
	display:none;
}

.type-02 .entry,
.type-02 .page {
	position:relative;
	width:360px;
	height:auto;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	float:left;
}

.type-02 .even {
	float:right;
}

.type-02 .entry .image,
.type-02 .page .image {
	width:auto;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
	box-shadow:0 0 0 1px #CCC;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.type-02 .entry .image:hover,
.type-02 .page .image:hover {
	box-shadow:0 0 0 1px #a88639;
}

.type-02 .page .image a {
	display:block;
	width:100%;
	height:auto;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.type-02 .page .image a:hover,
.type-02 .entry .image a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.type-02 .entry .image a img,
.type-02 .page .image a img {
	display:block;
	width:100%;
	height:auto;
}

.type-02 .entry .text {
	display:none;
}

.archive .feature .type-02 .entry .text {
	display:block;
}

.type-02 .entry .text h3 {
	display:block;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	color:#FFF;
	font-size:18px;
	line-height:120%;
	z-index:500;
}

.type-02 .entry .text h3 a {
}

.type-02 .entry .text .date {
	color:#999;
	font-size:120%;
}

.type-02 .entry .text .date .day {
	color:inherit;
	font-size:80%;
	margin-left:0.3em;
}

.type-02 .entry .text .excerpt {
	width:210px;
	margin:0 auto;
}

.type-03 {
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.type-03 .entry,
.type-03 .page {
	width:100%;
	height:auto;
	margin:0 0 40px 0;
	padding:0 0 0 0;
}

.type-03 .page .image,
.type-03 .entry .image {
	width:220px;
	height:220px;
	margin:0 20px 10px 0;
	padding:0 0 0 0;
	float:left;
}

.type-03 .page .title,
.type-03 .entry .title {
	width:220px;
	height:auto;
	margin:0 20px 20px 0;
	padding:0 0 0 0;
	float:left;
}

.impression .type-03 .page .image,
.impression .type-03 .entry .image {
	width:175px;
	height:175px;
	margin:0 15px 20px 0;
	padding:0 0 0 0;
	float:left;
}

.type-03 .page .image img,
.type-03 .entry .image img {
	border-radius:2px;
}

.type-03 .page .image h3,
.type-03 .entry .image h3 {
	font-size:90%;
}

.type-03 .page .text,
.type-03 .entry .text {
	width:440px;
	height:auto;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	float:right;
}

.type-03 .page .title h3,
.type-03 .entry .title h3,
.type-03 .page .text h3,
.type-03 .entry .text h3 {
	color:rgba(240,130,0,1);
	font-size:175%;
}

.type-03 .page .title h4,
.type-03 .entry .title h4,
.type-03 .page .text h4,
.type-03 .entry .text h4 {
	margin:0 0 0.2em 0;
	color:#999;
	font-weight:normal;
}

.features {
	width:100%;
	height:auto;
	margin:0 auto 20px;
	padding:0 0 0 0;
}

.features .feature {
	display:block;
	width:230px;
	height:auto;
	margin:0 20px 0 0;
	float:left;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}

.features .feature-4 {
	margin:0 0 0 0;
	float:right;
}

.features .feature:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.;
	opacity:0.8;
}

.features .feature img {
	display:block;
	width:100%;
	height:auto;
}

.items {
	width:600px;
	height:auto;
	margin:0 auto 30px;
	padding:0 0 0 0;
}

.items .item {
	display:block;
	width:100px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}

.items .item img {
	display:block;
	width:80px;
	height:auto;
	margin:0 auto;
	transform-origin:center bottom;
	-webkit-transform-origin:center bottom;
	-moz-transform-origin:center bottom;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.items .item:hover img {
	transform:scale(1.5,1.5);
	-webkit-transform:scale(1.5,1.5);
	-moz-transform:scale(1.5,1.5);
}

#topics-entries {
	width:100%;
	height:auto;
	margin:0 0 30px 0;
	padding:0 0 0 0;
}

#topics-entries .entry {
	width:315px;
	height:auto;
	margin:0 17px 20px 0;
	float:left;
}

#topics-entries .entry:nth-child(3),
#topics-entries .entry:nth-child(6),
#topics-entries .entry:nth-child(9),
#topics-entries .entry:nth-child(12),
#topics-entries .entry:nth-child(15),
#topics-entries .entry:nth-child(18) {
	margin:0 0 20px 0;
	float:right;
}

#topics-entries .entry a {
	display:block;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#topics-entries .entry a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.;
	opacity:0.8;
}

#topics-entries .entry a img {
	display:block;
	width:100%;
	height:auto;
	box-shadow:0 0 5px rgba(0,0,0,0.15);
}

#topics-entries .entry .excerpt {
	display:block;
	width:96%;
	padding:0 2%;
	line-height:150%;
}

#contents_contact {
	width:80%;
	height:auto;
	margin:20px auto;
	padding:10px 1.5%;
	clear:both;
	box-shadow:0 2px 7px rgba(0,0,0,0.2);
	border-radius:2px;
}

#contents_contact .header {
	height:auto;
	border-bottom:#ECECEC solid 1px;
}

#contents_contact h3 {
	font-weight:bold;
}

#contents_contact .header h3:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	margin:0px 5px 0 0;
	padding:-3px 0 0 0;
	border-radius:4px;
	background:#CCC;
	box-shadow:0 0 5px rgba(0,0,0,0.3) inset;
}

#contents_contact .phone-number {
	display:block;
	width:auto;
	height:65px;
	margin:0px 0 0 0;
	padding:0 0 0 0px;
	background:url(../img/contents/tel_contact.png) left top no-repeat;
	text-indent:-9999px;
	line-height:1.8;
	font-size:50px;
	font-weight:700;
	color: rgba(0,150,224,1);
}

#contents_contact .phone-number:before {
	width:40px;
	height:30px;
	margin:0px 0px 0 0;
	padding:0 0 0 0;
	content:url(../img/contents/tel_l.png);
}

#contents_contact .phone-number span {
	display:none;
}

#contents_contact .address {
	text-align:left;
	clear:both;
}

#contents_contact .address a {
	display:inline-block;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	background:url(../img/contents/status_location.png) left 3px no-repeat;
	color:#333;
	font-size:13px;
	font-weight:bold;
}

#contents_contact .address a:hover {
	text-decoration:underline;
}

#contents_contact #contact_navi {
	display:block;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	clear:left;
}

#contents_contact #contact_navi li {
	display:block;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	list-style:none;
	overflow:hidden;
}

#contents_contact #contact_navi li a {
	display:block;
	width:auto;
	height:auto;
	margin:0 1px 0 0;
	padding:1px 20px 0 50px;
	font-size:20px;
	color:#FFF;
	background:url(../img/contents/allow.png) 3px 5px no-repeat #000;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#contents_contact #contact_navi li#cn_describe a {
	background:url(../img/contents/cn_describe.png) 8px 1px no-repeat rgba(240,130,0,0.8);
	border-radius:2px 0 0 2px;
}

#contents_contact #contact_navi li#cn_join a {
	background:url(../img/contents/cn_join.png) 8px 2px no-repeat rgba(50,161,56,0.8);
}

#contents_contact #contact_navi li#cn_contact a {
	background:url(../img/contents/cn_contact.png) 8px 3px no-repeat rgba(0,150,224,0.8);
	border-radius:0 2px 2px 0;
	margin:0 0px 0 0;
}

#contents_contact #contact_navi li a:hover {
	background-color:rgba(0,0,0,0.8) !important;
}

#sp_navi_ex {
	display:none;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	padding:0 0 0 0;
}

#sp_navi_ex ul {
	display:block;
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-radius:2px;
	list-style:none;
	overflow:hidden;
}

#sp_navi_ex ul li {
	display:block;
	width:50%;
	height:auto;
	margin:0 0 1px 0;
	padding:0 0 0 0;
	float:left;
	list-style:none;
}

#sp_navi_ex ul li a {
	display:block;
	width:90%;
	height:auto;
	margin:0 0 0 0;
	padding:8px 5%;
	color:#FFF;
	background:rgba(240,130,0,1);
	font-size:12px;
	font-weight:bold;
}
/*サイド*/
#side .aside {
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	padding:0 0 0 0;
}

#side .aside .header {
	display:block;
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#side .aside .header h3 {
	border-bottom:#ECECEC solid 1px;
}

#side .aside .header h3 a {
	color:#333;
	font-weight:bold;
}

#side .aside .header h3:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	margin:0px 5px 0 0;
	padding:-3px 0 0 0;
	border-radius:4px;
	background:rgba(240,130,0,0.5);
	box-shadow:0 0 5px rgba(0,0,0,0.3) inset;
}

#side .aside .section {
	width:96%;
	height:auto;
	margin:0 auto;
	padding:5px 0;
}

#side .aside .footer {
}

#side #recent-entries .footer {
	display:none;
}

#side-status {
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	padding:0 0 0 0;
}

#side-status .excerpt {
	display:none;
}

#side-status .excerpt p {
	font-size:10px;
	color:#CCC;
}

#side-status .phone-number {
	display:block;
	width:100%;
	height:40px;
	margin:0 0 0 0;
	padding:0 0 0 0px;
	background:url(../img/contents/tel_status.png) left top no-repeat;
	text-indent:-9999px;
	font-size:30px;
	font-weight:700;
	color: rgba(0,150,224,1);
}

#side-status .phone-number:before {
	width:20px;
	height:20px;
	margin:0 2px 0 0;
	padding:0 0 0 0;
	content:url(../img/contents/tel.png);
}

#side-status .phone-number span {
	display:none;
}

#side-status .address {
	clear:both;
}

#side-status .address a {
	color:#333;
	font-size:11px;
}

#side-status .address a:hover {
	text-decoration:underline;
}

#side-status #wrap_map {
	width:220px;
	height:auto;
	margin:0 0 0 0;
	padding:4px;
	border:#ECECEC solid 1px;
}

#side-status #map_canvas {
	width:100%;
	height:220px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
/*バナー*/
#banner {
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}

#main #banner {
	margin-bottom:5px;
}

#banner .header {
	display:none;
}

#banner .section {
	width:100%;
	height:auto;
}

#banner .section a {
	display:block;
	width:100%;
	height:auto;
	margin:0 0 15px 0 ;
	/*box-shadow:0 0 5px rgba(0,0,0,0.3);*/
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#banner .section a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.;
	opacity:0.8;
}

#banner .section a img {
	display:block;
	width:100%;
	height:auto;
}

#main-banner {
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
	padding:0 0 0 0;
}

#main-banner a {
	display:block;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#main-banner a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.;
	opacity:0.8;
}

#main-banner a img {
	display:block;
	max-width:100%;
	height:auto;
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
}

#access-link {
	width:100%;
	height:auto;
	padding:0;
	margin:0px 0 15px 0;
	background:#ECECEC;
}

#access-link .header {
	width:220px;
	margin:5px auto 0px auto;
	padding:5px 0 0 0;
	background:#ECECEC;
}

#side #access-link .section {
	width:220px;
	margin:0px auto 0 auto;
	padding:0px 0 0 0;
	background:#FFFFFF;
}

#access-link .section iframe {
	width:220px;
	height:220px;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	border:none;
	background:#F7F7EF;
}

#access-link .section address {
	width:214px;
	height:auto;
	margin:0px 0 0 0;
	padding:3px;
	border:none;
}

#access-link .section address p {
	font-size:80%;
}

#access-link .footer {
	width:100%;
	height:5px;
}

#access-link h3 {
	width:210px;
	height:28px;
	padding:5px;
	background:#F7F7EF;
}

#access-link h3 a {
	display:block;
	width:210px;
	height:20px;
	margin:0;
	padding:0;
	text-decoration:none;
}

#access-link .section address h4,
#access-link .section address .phone-number,
#access-link .section address .fax-number,
#access-link .section address .website-url,
#access-link .section address .mail-link {
	display:none;
}

#access-link .header h3 a em {
	font-size:100%;
	color:#666;
}

#access-link .header h3 a:hover em {
	font-size:100%;
	color:#D1CB82;
}

#other_contact {
	width:100%;
	height:auto;
	margin:10px 0;
	padding:10px 0;
	border-bottom:#CCCCCC dotted 1px;
}

#other_contact h4 {
	margin:10px 0 0 0;
}

#other_contact dl {
	width:90%;
	height:auto;
	margin:0 auto;
}

#other_contact dt {
	margin:10px 0 0 0;
	width:30%;
	float:left;
	text-indent:3em;
}

#other_contact dd {
	margin:10px 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px dotted #CCCCCC;
	font-size:200%;
	font-weight:bold;
	color:#666;
}
/*.article-section*/
.page #main .contents .article-section,
.entry #main .contents .article-section {
	padding:0 0 10px 0;
	border-bottom:#ECECEC dotted 1px;
	margin:0 0 10px 0;
	clear:both;
}

#main .contents .article-section p {
	text-indent:0em;
	margin:0 0 0.75em 0;
}

#main .contents .article-section ul,
#main .contents .article-section ol,
#main .contents .article-section dl {
	margin:10px 0px 10px 10px;
	list-style:none;
}

#main .contents .article-section h1 {
}

#main .contents .article-section h2 {
}

#main .contents .article-section h3 {
	margin:0 0 0.5em 0;
	font-size:160%;
	font-weight:bold;
}

#main .contents .article-section h4 {
	font-size:125%;
	font-weight:bold;
	margin:0 0 0.5em 0;
}

#main .contents .article-section h4:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	margin:0 5px 2px 0;
	padding:0px 0 0 0;
	border-radius:4px;
	background:#CCC;
	box-shadow:0 0 3px rgba(0,0,0,0.2) inset;
}

#main .contents .article-section h5 {
	font-size:115%;
	margin:0 0 0.5em 0;
}

#main .contents .article-section h6 {
	margin:0 0 0.5em 0;
	font-weight:bold;
	font-style: normal;
}

#main .contents .article-section img {
	max-width:100%;
	height:auto;
}

#main .contents .article-section a img {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#main .contents .article-section a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.;
	opacity:0.8;
}

#main .contents .article-section strong,
#main .contents .article-section span strong {
	font:inherit;
	font-weight:bold !important;
	color:inherit;
}

#main .contents .article-section strong span {
	font:inherit;
	color:inherit;
}

#main .contents .article-section i {
	font-style:italic;
}

#main .contents .article-section em {
	font-weight:bold;
	font-style:italic;
}

#main .contents .article-section u {
	text-decoration:underline;
}

#main .contents .article-section ins {
	text-decoration:underline;
}

#main .contents .article-section del {
	text-decoration:line-through;
}

#main .contents .article-section s {
	text-decoration:line-through;
}

#main .contents .article-section sub {
	font-size:0.8em;
	position:relative;
	top:0.4em;
}

#main .contents .article-section sup {
	font-size:0.8em;
	position:relative;
	top:-0.6em;
}

#main .contents .article-section blockquote {
	background:#F5F5F5;
	width:98%;
	padding:5px 1%;
}

#main .contents .article-section hr {
	color:#CCCCCC;
	background:#CCCCCC;
	border:none;
	height:1px;
	visibility:visible;
}

#main .contents .article-section span,
#main .contents .article-section span span,
#main .contents .article-section span font {
	font:inherit;
	color:inherit;
}

#main .contents .article-section table {
	width:100%;
	height:auto;
	border-collapse:collapse;
	border:#CCCCCC solid 1px;
}

#main .contents .article-section table th {
	background:#F5F5F5;
	text-align:center;
	padding:5px;
	font-size:105%;
	font-weight:bold;
	border:#CCCCCC solid 1px;
}

#main .contents .article-section table td {
	padding:5px;
	border:#CCCCCC solid 1px;
}

#main .contents .article-section table td h4 {
	font-size:250%;
	line-height:120%;
	margin-bottom:0;
	color:#F60;
}

#main .contents .article-section table td h4:before {
	display:none;
}

#main .contents .article-section table td h5 {
	font-size:200%;
	line-height:120%;
	margin-bottom:0;
	color:#09F;
}

#main .contents .article-section table h1 span,
#main .contents .article-section table h2 span,
#main .contents .article-section table h3 span,
#main .contents .article-section table h4 span,
#main .contents .article-section table h5 span,
#main .contents .article-section table h6 span {
	font:inherit;
	color:inherit;
}

#main .contents .article-section table td h4 span,
#main .contents .article-section table td h5 span {
	font:inherit;
	margin:0 3px;
	color:inherit;
}

.page #main .contents .article-section iframe,
.entry #main .contents .article-section iframe {
}

#main .contents .article-section .left-column a img,
#main .contents .article-section .right-column a img {
	max-width:100% !important;
	height:auto !important;
}
/*メールフォーム*/
#ajax_mail {
	width:100%;
	height:auto;
	margin:10px 0 20px 0;
}

form fieldset,
.comments-open-content {
	width:100%;
	margin:0px;
	border:none;
}

fieldset dl,
fieldset dt,
fieldset dd,
.comments-open-content dl,
.comments-open-content dt,
.comments-open-content dd,
form,fieldset,input,textarea,button{
	margin:10px auto 0 auto;
	padding:0;
	font-size:100%;
}

fieldset dt {
	margin:10px 0 0 0;
	width:22%;
	float:left;
	clear:left;
}

.comments-open-content dt {
	margin:2px 0 0 0;
	width:22%;
	float:left;
}

fieldset dd,
.comments-open-content dd {
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px dotted #CCCCCC;
}

fieldset dd p,
.comments-open-content dd p {
	text-align:left;
	margin:0 0 10px 0;
}

fieldset dd span {
	margin-left:10px;
}

fieldset dd span:first-child {
	margin-left:0;
}

fieldset form {
	padding:0;
	width:500px;
}

fieldset fieldset,
.comments-open-content {
	margin:30px auto 50px auto;
	border:none;
}

.comments-open-content .title {
	width:100%;
	margin:0 0 10px 0;
	float:none;
	clear:both;
}

fieldset input,
fieldset textarea {
	padding:0.2em;
	border:1px solid #CCC;
	border-radius:2px;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.1);
}

#mail-form-text,
#mail-form-zip-1,
#mail-form-subject {
	margin-bottom:0;
	border-bottom:none;
}

#mail_subject {
}

fieldset input {
	width:35%;
}

fieldset .name-input {
	width:20%;
}

fieldset input:focus {
	background:#FFC;
}

fieldset input.radio {
	width:auto;
	margin:0 0.2em 0 0;
}

fieldset label {
	margin:0 0.2em 0 0;
}

fieldset #mail-cue {
	width:100%;
	height:auto;
	margin:0 0 1em 0;
	float:none;
	clear:both;
	font-weight:bold;
}

fieldset #mail-form-cue {
	clear:both;
}

fieldset #mail-form-sex input.radio,
fieldset #mail-form-course input,
fieldset #mail-form-cue input,
fieldset #mail-form-cue #form-cue-other {
	width:auto;
	margin:15px 0.2em 0 1em;
}

fieldset #mail-form-age input {
	width:30px;
	margin-right:5px;
}

input#mail_subject {
	width:70px;
}

input#mail_text {
	width:450px;
}

fieldset #mail-form-sex input.radio:first-child {
	margin-left:0;
}

fieldset dd.blank,
.comments-open-content dd.brank {
	display:none;
	height:20px;
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:none;
	float:right;
}

fieldset .mail_date {
	width:150px;
	margin-right:10px;
}

fieldset dt.title {
	width:100%;
	margin-bottom:10px;
	float:none;
	clear:both;
	font-weight:bold;
}

fieldset #mail-form-date,
fieldset #mail-form-date-1 {
	border-bottom:none;
}

fieldset textarea {
	width:75%;
	height:200px;
}

fieldset p {
	text-align:center;
	margin:0 auto;
	width:300px;
}

p.supply {
	text-align:center;
	margin:10px auto;
	width:auto;
}

fieldset button {
}

fieldset button:active {
}

fieldset #mail_preview {
	display:inline-block;
	background:rgba(0,0,0,0.5);
	border:none;
	border-radius:2px;
	color:#FFF;
	font-size:120%;
	-webkit-appearance: none;
}

fieldset #mail_preview:hover {
}

fieldset #mail_post {
	display:inline-block;
	background:rgba(0,150,224,0.8);
	border:none;
	border-radius:2px;
	color:#FFF;
	font-size:120%;
	cursor:pointer;
	-webkit-appearance: none;
}

#describe-form fieldset #mail_post {
	display:inline-block;
	background:rgba(240,130,0,0.8);
	border:none;
	border-radius:2px;
	color:#FFF;
	font-size:120%;
	cursor:pointer;
	-webkit-appearance: none;
}

#join-form fieldset #mail_post {
	display:inline-block;
	background: rgba(50,161,56,0.8);
	border:none;
	border-radius:2px;
	color:#FFF;
	font-size:120%;
	cursor:pointer;
	-webkit-appearance: none;
}

fieldset #mail_post:hover {
}

#thanks h3 {
	text-align:center;
}

#mail_progress,
#mail_error_code {
	text-align:center;
}

#contact-form .footer {
	display:none;
}

#contact-form .footer {
	display:none;
}

#describe-form .footer,
#join-form .footer,
#contact-form .footer {
	display:none;
}
/*---------------------*/
/*color me 設定*/
#header,
#header_menu,
#content,
#footer {
	width:950px;
	margin:0 auto;
	padding:0 15px;
}

.clearboth {
	width:96%;
	min-height:80px;
	padding:10px 2%;
	background:url(../img/contents/adressborder.png) top center no-repeat;
}

dl#info {
	width:100%;
}

#sell_info, #recommend, #category, #subcategory, #detail {
	width:100%;
}

dl#sell, dl#reco, dl#cat, dl#subcat {
	width:100%;
}

#reco .,
#sell dd,
#info dd,
#cat dd,
#subcat dd {
	width:100%;
	background:none;
}

#reco .pagenavi,
#sell .pagenavi,
#info .pagenavi,
#cat .pagenavi,
#subcat .pagenavi {
	width:100%;
	background:url(../img/contents/bottomborder.png) center bottom no-repeat;
}

#reco .pagenavi:last-child,
#sell .pagenavi:last-child,
#info .pagenavi:last-child,
#cat .pagenavi:last-child,
#subcat .pagenavi:last-child {
	width:100%;
	background:url(../img/contents/bottomborder.png) center top no-repeat;
}

.itembox {
	/*width:170px;*//*4列*/
	width:230px;/*3列*/
	margin:0 10px 10px 0;
	background:#F8F8F8;
	border:#e6e6e6 1px solid;
	border-radius:4px;
}

.itembox img {
	width:180px;
	height:auto;
}

#main .itembox,
#main .itembox .top,
#main .itembox .bottom {
	background-image:none !important;
}

#main .itembox a,
#main .itembox a .item_title {
	color:#a88639;/*リンク*/
}

#main .itembox a:hover,
#main .itembox a:hover .item_title {
	color:#996633;/*リンク*/
}

#sidebar .box {
	width:165px;
	margin:0 auto 30px auto;
}

#detail .detail_l {
	padding:20px;
	margin:0 auto 20px auto;
	background-image:none !important;
	background:#F8F8F8;
	border:#e6e6e6 1px solid;
	border-radius:4px;
}

#detail .detail_l .mainimg,
#detail .detail_r .top,
#detail .detail_r .bottom {
	width:auto !important;
	background-image:none !important;
}

#detail .detail_l .mainimg img {
	min-width:90%;
	height:auto;
}

#detail .detail_r {
	width:100%;
	margin:0 auto 20px auto;
	background-image:none !important;
	background:#F8F8F8;
	border:#e6e6e6 1px solid;
	border-radius:4px;
}

table.spec {
	width:100%;
}
/*container_foot*/
#container_foot {
	clear:both;
	width:100%;
	margin:0 0 5px 0;
}

#container_foot .scroll {
	width:auto;
	height:auto;
	margin:0;
	padding:0 0 0 0;
}

#container_foot .scroll a#scroll {
	display:block;
	width:50px;
	height:45px;
	margin:0 auto;
	text-align:center;
	line-height:120%;
	text-decoration:none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#container_foot .scroll a#scroll:hover {
	text-decoration:none;
}

#container_foot .scroll a#scroll:before {
	content:"<";
	display:block;
	width:15px;
	height:auto;
	margin:0 auto;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	font-size:18px;
	color:#333;
}

#container_foot .scroll a#scroll span,
#container_foot .home a span {
	font-size:10px;
	color:#333;
}
/*その他*/
.red {
	color:#F00;
}

.scroll {
	font-size:80%;
}

/*サイトマップ*/
#sitemap {
	width:100%;
	height:auto;
	margin:20px 0;
	padding:0;
	float:left;
}

#sitemap .links {
	display:none;
}

#sitemap #sitemap-section {
	width:100%;
	height:auto;
}

#sitemap #sitemap-section .section-inner {
	width:98%;
	height:auto;
	margin:0 0 0 2%;
}

#sitemap .footer {
	width:100%;
	height:auto;
}

#sitemap #sitemap-section .sitemap {
	width:31%;
	height:auto;
	margin:0 2% 15px 0;
	padding:0 0 10px 0;
	float:left;
	border-bottom:#ECECEC dotted 1px;
}

#sitemap #sitemap-section #sitemap_89 {
	width:31%;
	height:auto;
	margin:0 2% 15px 0;
	padding:0 0 10px 0;
	float:left;
	clear:left;
	border-bottom:#ECECEC dotted 1px;
}

#sitemap #sitemap-section .sitemap h3 {
	width:100%;
	height:auto;
}

#sitemap #sitemap-section .sitemap h3 a {
	color:#666666;/*カラー*/
	text-decoration:none;
}

#sitemap #sitemap-section .sitemap h3 a:hover {
	color:#AAAAAA;/*カラー*/
	text-decoration:none;
}

#sitemap #sitemap-section .sitemap ul,
#sitemap #sitemap-section .sitemap dl,
#sitemap #sitemap-section .sitemap ol {
	list-style:none;
	display:block;
	width:95%;
	height:auto;
	margin: 0 0 0 2.5%;
}

#sitemap #sitemap-section .sitemap dd ol {
	list-style:none;
	display:block;
	width:95%;
	height:auto;
	margin: 0 0 0 0;
}

#sitemap #sitemap-section .sitemap ul li,
#sitemap #sitemap-section .sitemap dl dt,
#sitemap #sitemap-section .sitemap dl dd,
#sitemap #sitemap-section .sitemap ol li,
#sitemap #sitemap-section .sitemap ol li {
	list-style:none;
}

#sitemap #sitemap-section .sitemap ul li a,
#sitemap #sitemap-section .sitemap dl dt a,
#sitemap #sitemap-section .sitemap dl dd a {
	text-decoration:none;
	text-transform:capitalize;
}

#sitemap #sitemap-section .sitemap ul li a span,
#sitemap #sitemap-section .sitemap dl dt a span,
#sitemap #sitemap-section .sitemap dl dd a span {
	display:none;
}

#sitemap #sitemap-section .sitemap ol li.yearlylist {
	display:none;
	color:#cf000d;/*リンク*/
	cursor:pointer;
}

#sitemap #sitemap-section .sitemap ol li.yearlylist:hover {
	color:#A7B1BE;/*リンク*/
}

#sitemap #sitemap-section .sitemap ol li.yearlylist ol {
	margin:0 0 0 10px;
}
/*サイトマップ*/
dt .sort_select {
	display:none;
}
/*06.footer*/
#footer {
	width:950px;
	height:auto;
	min-height:100px;
	margin:0 auto;
	padding:10px 15px;
	text-align:left;
	background:url(../img/contents/footerborder.png) center bottom no-repeat;
}

#footer #footer-inner {
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:10px 0;
}

#footer #footer-inner #footer-contents {
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	padding:0 0 0 0;
	clear:both;
}

#footer #footer-inner #footer-contents #footer-info {
	width:98%;
	height:auto;
	margin:0 auto;
	padding:8px 1%;
	background:#222;
	border-radius:2px;
}

#footer #footer-inner #footer-contents #footer-info * {
	font-size:85%;
	color:#CCC;
}

#footer #footer-inner #footer-contents #footer-info a {
	text-decoration:underline;
}

#footer #footer-inner #footer-sitemap {
	width:620px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}

#footer #footer-inner #footer-sitemap .header {
	display:none;
}

#footer #footer-inner #footer-sitemap .header h3 {
	font-size:100%;
}

#footer #footer-inner #footer-sitemap .header h3 a {
	color:#666;
	font-size:100%;
	font-weight:bold;
}

#footer #footer-inner #footer-sitemap .header h3 a:hover {
	color:#999;
}

#footer #footer-inner #footer-sitemap .section {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:5px 0 0 0;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap {
	width:30%;
	height:auto;
	margin:0 0 3% 0;
	padding:0 0 0 0;
	float:left;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap h3 {
	font-size:100%;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap h3 a {
	color:#F60;
	font-size:110%;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap h3 a:hover {
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap ul,
#footer #footer-inner #footer-sitemap .section .section-inner .sitemap dl {
	width:auto;
	height:auto;
	list-style:none;
	margin:0 0 0 0.5em;
	padding:0 0 0 0;
	display:block;
	cursor:pointer;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap ol {
	width:auto;
	height:auto;
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	cursor:pointer;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap .archiveslist .archive-index,
#footer #footer-inner #footer-sitemap .section .section-inner .sitemap dd {
	display:inline;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:none;
	border:none;
	border-bottom:none;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap a {
	font-size:80%;
	color:#F60;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap a:hover {
	text-decoration:underline;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap a span {
	display:none;
	color:#333;
	font-size:90%;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap ol .yearlylist {
	display:none;
	color:#F00;/*リンク*/
	font-size:90%;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap ol .yearlylist:hover {
	color:#F00;/*リンク*/
	text-decoration:underline;
}

#footer #footer-inner #footer-sitemap .section .section-inner .sitemap .noentry {
	font-size:80%;
	color:#666;
}

#footer #footer-inner #footer-sitemap .section .section-inner #sitemap_top {
	display:none;
}

#footer #footer-inner #footer-sitemap .section .section-inner #sitemap_06 .pages-archive,
#footer #footer-inner #footer-sitemap .section .section-inner #sitemap_03 .pages-archive {
	display:none;
}

#footer #footer-inner #footer-sitemap .footer {
	display:none;
	width:98%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
}

#fb-wall {
	width:340px;
	height:auto;
	margin:0 0 8px 0;
	padding:0 0 0 0;
	float:right;
}

#footer #footer-inner .footer-link a {
	float:left;
	margin:0 5px 0 0;
}

#footer #footer-inner .extra #footer_navi {
	float:left;
	clear:left;
	list-style:none;
	display:block;
	width:auto;
	height:25px;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
}

#footer #footer-inner .extra #footer_navi li {
	display:block;
	width:auto;
	height:auto;
	float:left;
	margin: 0 5px 0 0;
	padding:0 0 0 0;
}

#footer #footer-inner .extra #footer_navi li a {
	display:inline-block;
	height:12px;
	border-left: #444 1px solid;
	padding:0 0 0 5px;
	line-height:120%;
	font-size:10px;
	text-decoration:underline;
}

#footer #footer-inner .extra #footer_navi li a:hover {
	text-decoration:none;
}

#footer #footer-inner .extra #footer_navi li:first-child a {
	border-left:none;
	padding:0 0 0 0px;
}

#footer #footer-inner .extra #copyright {
	float:right;
	clear:right;
	color:#FFF;
}

#footer #footer-inner .extra #copyright small {
