@charset "UTF-8";
/* ================================================================================
	#utility-nav
================================================================================ */
#utility-nav {
	position:absolute;
	top:0;
	right:0;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#utility-nav ul {
	margin:0;
}
#utility-nav ul li {
	float:left;
	font-size:12px;
	margin:0 0 0 15px;
	text-transform:capitalize;
	list-style-type: none;
}
#utility-nav ul li a {
	color:rgb(50,50,50);
}

#utility-nav li a {
	background-image: url(../../images/ico_ya.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 20px;
}
/* ================================================================================
	メニューがテキストと背景画像の場合
================================================================================ */
@media (min-width: 769px){
#global-nav,
div.menu {
    clear: both;
    /*border-radius:6px 6px 0 0;*/
	/*background-image: url(../../images/global-nav-gb.png);*/
    height: 40px;
    background-position: left top;
    background-color: rgba(251,243,243,1.00);	
}
}
@media (max-width: 768px){
#global-nav,
div.menu {
    display: none;
}
}

#global-nav > ul > li:last-child a,
div.menu > ul > li:last-child a {
	border-radius:0 0 0 0;
	border-right-width: 0px;
}

#global-nav > ul > li:first-child a,
div.menu > ul > li:first-child a {
	border-radius:0 0 0 0;
}

#global-nav ul.sub-menu li a,
#global-nav ul.sub-menu li a,
div.menu ul.sub-menu li a,
div.menu ul.sub-menu li a {
	border-radius:0;
}



#global-nav ul,
div.menu ul {
	list-style: none outside none;
	margin: 0;
}

#global-nav li,
div.menu li {
    line-height: 18px;
    float: left;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    border-right: 1px solid rgba(255,255,255,1.00);
}
/*#global-nav li,
div.menu li:last-child{ 
    border-right: none;
}*/

#global-nav a,
div.menu a {
	padding-top: 5px;
	color: #333;
	display: block;
	height: 37px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

#global-nav a:hover,
div.menu a:hover {
	color: rgb(160,160,160);
	text-decoration: none !important;
}

/*第一階層*/
#global-nav > ul > li > a,
div.menu > ul > li > a {
	background-image: url(../../images/global-nav-gb.png);
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: rgba(255,255,255,0.5);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
}

#global-nav > ul > li > a:hover,
div.menu > ul > li > a:hover {
	color: #FFF!important;
	background: #ffaf4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */

	/*background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgba(0,0,0,0.2) ),
		color-stop( 1, rgba(0,0,0,0.1) )
	)!important;
	background-image: -moz-linear-gradient(
		-90deg,
		rgba(250,220,220,0.5) 0%,
		rgba(250,220,220,0.3) 100%
	)!important;
	background-image: linear-gradient(
		-90deg,
		rgba(250,220,220,0.5) 0%,
		rgba(250,220,220,0.3) 100%
	)!important;*/
	/*box-shadow: 0 0 4px 2px rgba(0,0,0,0.3) inset;
	text-shadow:none;*/
}

#global-nav > ul > li > a:active,
div.menu > ul > li > a:active {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgba(180,180,180,0.5) ),
		color-stop( 1, rgba(180,180,180,0.3) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgba(220,220,220,0.5) 0%,
		rgba(220,220,220,0.3) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgba(250,220,220,0.5) 0%,
		rgba(250,220,220,0.3) 100%
	);
	box-shadow			: 0 0 10px 5px rgba(250,220,220,0.6) inset;
	-webkit-box-shadow	: 0 0 10px 5px rgba(250,220,220,0.6) inset;
}

#global-nav > ul > li.current-menu-item > a,
#global-nav > ul > li.current-menu-parent > a,
div.menu > ul > li.current-menu-item > a,
div.menu > ul > li.current-menu-parent > a {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgba(0,0,0,0.3) ),
		color-stop( 1, rgba(0,0,0,0.2) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgba(0,0,0,0.3) 0%,
		rgba(0,0,0,0.2) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgba(0,0,0,0.3) 0%,
		rgba(0,0,0,0.2) 100%
	);
}


/*20130404 add*/

/*第二階層*/

#global-nav ul ul,
div.menu ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 100%;
	width: 140%;
	z-index: 99999;
	box-shadow				: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow			: 0 0 6px 3px rgba(125,0,0,0.3) inset;
	-webkit-box-shadow		: 1px 1px 3px rgba(0,0,0,0.2);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 12px;
}
#global-nav ul ul li,
div.menu ul ul li {
	min-width: 100%;
}
#global-nav ul ul a,
div.menu ul ul a {
	background: none repeat scroll 0 0 rgb(255,255,255);
	height: auto;
	line-height: 1.2em;
	padding: 10px 0;
	width: 100%;
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
#global-nav ul ul a:hover,
div.menu ul ul a:hover {
	background: rgb(230,230,230);
	/*box-shadow: 0 0 4px rgba(0,0,0,0.3) inset;*/
background: #ffd65e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
	color: #000;
	/*	-webkit-box-shadow: 0 0 6px 3px rgba160,160,160,0.3) inset;
	box-shadow: 0 0 6px 3px rgba(160,160,160,0.3) inset;
}
#global-nav ul ul a:active,
div.menu ul ul a:active {
	box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;*/
}

/*第三階層*/

#global-nav ul ul ul,
div.menu ul ul ul {
	left: 100%;
	top: 0;
}
#global-nav > ul li > ul li > ul,
div.menu > ul li > ul li > ul {
	border-bottom: none ;
	border-left: 4px solid rgb(54,24,13);
	border-radius: 0;
}

#global-nav ul li:hover > ul,
div.menu ul li:hover > ul {
	display: block;
}
#global-nav ul li.current_page_item > a,
#global-nav ul li.current-menu-ancestor > a,
#global-nav ul li.current-menu-item > a,
#global-nav ul li.current-menu-parent > a,
div.menu ul li.current_page_item > a,
div.menu ul li.current-menu-ancestor > a,
div.menu ul li.current-menu-item > a,
div.menu ul li.current-menu-parent > a {
	color: rgb(150,30,30);
}
* html #global-nav ul li.current_page_item a,
* html #global-nav ul li.current-menu-ancestor a,
* html #global-nav ul li.current-menu-item a,
* html #global-nav ul li.current-menu-parent a,
* html #global-nav ul li a:hover,
* html div.menu ul li.current_page_item a,
* html div.menu ul li.current-menu-ancestor a,
* html div.menu ul li.current-menu-item a,
* html div.menu ul li.current-menu-parent a,
* html div.menu ul li a:hover {
	color: rgb(150,30,30);
}

/*20130404 add ここまで*/





/* Gmenu数に応じて幅設定 */
#global-nav.menu-items-num-2 li { width:50%;	}
#global-nav.menu-items-num-3 li { width:33.3%;	}
#global-nav.menu-items-num-4 li { width:25%;		}
#global-nav.menu-items-num-5 li { width:20%;		}
#global-nav.menu-items-num-6 li { width:16.66%;	}
#global-nav.menu-items-num-7 li { width:14.28%;	}
#global-nav.menu-items-num-8 li { width:12.5%;	}
#global-nav.menu-items-num-9 li { width:10.88%;	}
#global-nav.menu-items-num-10 li { width:10%;	}
#global-nav.menu-items-num-11 li { width:9%;	}

/* ================================================================================
	#footer-nav
================================================================================ */
#footer-nav {
	float:left;
}
#footer-nav ul {
	margin:0;
}
#footer-nav ul li {

	float:left;
	font-size:12px;
	text-transform:capitalize;
	margin:0 1em 10px 0;
}
#footer-nav ul li a {
	color:rgb(200,200,200);
	text-shadow: 1px 1px 0 rgba(50,50,50,0.3);
}


/* ================================================================================
	#bread-crumb
================================================================================ */
.bread-crumb {
	margin:0;
	border-bottom:1px dotted rgb(200,200,200);
	padding:0.5em 0;
}
.bread-crumb li {
	font-size:12px;
	color:rgb(180,180,180);
	float:left;
	/*margin-right:1em;*/
	list-style: none outside none;
}
.bread-crumb li:after {
	content : '>';
	padding-left:10px;
	margin-right:10px;
}
.bread-crumb li:last-child:after {
	content : '';
}
.bread-crumb li a {
	color:rgb(120,120,120);
}
.bread-crumb li.current {
}


/* ================================================================================
	#navigation
================================================================================ */
.navigation {
	color: rgb(102,102,102);
	font-size: 12px;
	line-height: 18px;
}
.navigation a:link,
.navigation a:visited {
	color: rgb(153,153,153);
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: rgb(102,102,102);
}
.nav-previous,
.nav-next {
	list-style: none;
	width: 340px;
}
.nav-previous a,
.nav-next a {
	display:block;
	min-height:30px;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.nav-previous a {
	background:url(../img/post-prev.png) no-repeat left center;
	padding-left:26px;
}
.nav-next a {
	background:url(../img/post-next.png) no-repeat right center;
	padding-right:26px;
}
#nav-above ul {
	margin: 0 0 18px;
}
.paged #nav-above,
.single #nav-above {
}
#nav-below ul {
	margin: 0;
}


/* ================================================================================
	#page-nav
================================================================================ */
.page-nav {
	text-align: center;
}
.page-nav li {
	display: inline;
	list-style: none outside none;
}
.page-nav li a {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(245,245,245) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(245,245,245) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(245,245,245) 100%
	);
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#go-top a img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.page-nav li a:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(245,245,245) ),
		color-stop( 1, rgb(255,255,255) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(245,245,245) 0%,
		rgb(255,255,255) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(245,245,245) 0%,
		rgb(255,255,255) 100%
	);
	border: 1px solid rgb(230,230,230);
}
.page-nav li a:active {
	-webkit-box-shadow	: 0 0 3px rgba(0,0,0,0.2) inset;
	box-shadow			: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

.page-nav li.current span {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(214,203,183) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(214,203,183) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(214,203,183) 100%
	);
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
}
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span {
	background: rgb(248,248,248);
	border: 1px solid rgb(230,230,230);
	color: rgb(180,180,180);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li.page_nums span {
	background: rgb(102,102,102);
	border: 1px solid rgb(51,51,51);
	color: rgb(255,255,255);
}
.page-nav li a,
.page-nav li.current span,
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}

.pages-link {
	text-align: center;
}
.pages-link a span {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(245,245,245) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(245,245,245) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(245,245,245) 100%
	);
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	font-weight: normal;
}
.pages-link span {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(214,203,183) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(214,203,183) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(214,203,183) 100%
	);
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}
.pages-link a:hover span {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(245,245,245) ),
		color-stop( 1, rgb(255,255,255) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(245,245,245) 0%,
		rgb(255,255,255) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(245,245,245) 0%,
		rgb(255,255,255) 100%
	);
	border: 1px solid rgb(230,230,230);
}
.pages-link a:active span {
	-webkit-box-shadow		: 0 0 3px rgba(0,0,0,0.2) inset;
	box-shadow				: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

/* ================================================================================
	links
================================================================================ */

/*link-btn more-link*/
.link-btn,
.more-link {
	color:rgb(90,90,90) !important;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(230,230,230) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(230,230,230) 100%
	);
	background-image: url(../../images/ico_link.png);
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#FFFFFF',
		endColorstr='#E6E6E6'
	);
	border: 1px solid rgb(210,210,210);
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgb(255,255,255);
	float:right;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 1.5em;
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.link-btn:hover,
.link-btn:active,
.more-link:hover,
.more-link:active {
	color: #666;
	text-decoration:none;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
/*.link-btn:active,
.more-link:active {
	top:1px;
	-webkit-box-shadow		: 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow				: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.link-btn:active:after,
.more-link:active:after {
	-webkit-box-shadow		:none !important;
	box-shadow				:none !important;
}
.link-btn:hover:after,
.more-link:hover:after {
	-webkit-transform		: skew(20deg) rotate(9deg);
	-moz-transform			: skew(20deg) rotate(9deg);
	transform				: skew(20deg) rotate(9deg);
	-webkit-box-shadow		: 0 10px 8px rgba(0, 0, 0, 0.5);
	box-shadow				: 0 10px 8px rgba(0, 0, 0, 0.5);
}
*/
.link-btn span,
.more-link span {
	display: inline-block;
}
/*
.link-btn:after,
.more-link:after {
	-moz-transform			: skew(20deg) rotate(6deg);
	-webkit-transform		: skew(20deg) rotate(6deg);
	transform				: skew(20deg) rotate(6deg);
	-webkit-box-shadow		: 0 10px 8px rgba(0, 0, 0, 0.3);
	box-shadow				: 0 10px 8px rgba(0, 0, 0, 0.3);
	background: none repeat scroll 0 0 transparent;
	content: "";
	height: 55%;
	width: 70%;
	position: absolute;
	right: 10px;
	bottom: 9px;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
*/

/*twitter-btn*/
.twitter-btn {
	color:rgb(24,100,134) !important;
	background:url(../img/twitter-btn-bg.png) no-repeat left center;
	border: 1px solid rgb(127,195,238);
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	position: relative;
	font-weight:bold;
	text-decoration: none;
	text-transform:capitalize;
	text-shadow: 0 1px 0 rgb(255,255,255);
	padding: 0.5em 0.6em 0.3em 2.5em;
	margin:4px 0 10px;
	float:right;
}
.twitter-btn:hover,
.twitter-btn:active {
	color: rgb(51,51,51);
	text-decoration:none;
}
.twitter-btn:active {
	top:1px;
	-webkit-box-shadow		: 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow				: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.twitter-btn:active:after {
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.twitter-btn:hover:after {
	-moz-transform			: skew(20deg) rotate(9deg);
	-webkit-transform		: skew(20deg) rotate(9deg);
	transform				: skew(20deg) rotate(9deg);
	-webkit-box-shadow		: 0 10px 8px rgba(0, 0, 0, 0.5);
	box-shadow				: 0 10px 8px rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.twitter-btn span {
	display: inline-block;
}
.twitter-btn:after {
	background: none repeat scroll 0 0 transparent;
	content: "";
	z-index: -1;
	position: absolute;
	right: 10px;
	bottom: 9px;
	height: 55%;
	width: 70%;
	-moz-transform			: skew(20deg) rotate(6deg);
	-webkit-transform		: skew(20deg) rotate(6deg);
	transform				: skew(20deg) rotate(6deg);
	-webkit-box-shadow		: 0 10px 8px rgba(0, 0, 0, 0.3);
	box-shadow				: 0 10px 8px rgba(0, 0, 0, 0.3);
}




/*---------------------------------------
*subnavi　テキスト
--------------------------------------*/

#sub_txtnav{
	padding: 0px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0pxo;
}

#sub_txtnav ul li{
	list-style-type: none;
	width: 170px;
}

#sub_txtnav li{
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	text-align: left;
	background-image: url(../../images/ico_ya_green.png);
	background-repeat: no-repeat;
	background-position:0px 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #577C06;
}

#sub_txtnav li a {
	display: block;

}

.page_top{
	
	text-align: right;
	font-size: 90%;
}

.page_top a{
	font-size: 90%;
	color: #FFF;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 170%;
	background-color: #DEEDC2;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
