/*------------------------------------------------------------ 
	common
------------------------------------------------------------*/
.c_red {
	color:#FF0000;
}
.c_pink {
	color:#FF6666;
}
.c_blue {
	color:#7FB2CD;
}
.c_green {
	color:#32CD32;
}

.p_blue {
	color:#3E3EFE;
}

.c_white {
	color:#FFF;
}
.l_space10{
	margin-left:10px;
}
.l_space5{
	margin-left:5px;
}
.r_space5{
	margin-right:5px;
}
.text_l {
	text-align:left;
}
.f_size11 {
	font-size:11px;
}
.hr_style1{
	width:100%;
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #E4E4E4;
	margin:5px 0;
	padding:0;
	clear:both;
}

.hr_style2{
	width:100%;
	display:block;
	height:1px;
	border:0;
	border-top:1px dotted #E4E4E4;
	margin:5px 0;
	padding:0;
	clear:both;
}

.bot_space5 {
	margin-bottom:5;
}

.clear_f {
	clear:both;
}



/*------------------------------------------------------------ 
	ご利用状況・パンくず上
------------------------------------------------------------*/

.situation {
	clear:both;
	font-size:12px;
	width:100%;
	margin:0 auto;
	font-weight: bold;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	padding: 5px 0 0 0;
	background: -moz-linear-gradient(center bottom, #B07801 0%,#FFAD01 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #B07801),color-stop(1, #FFAD01));
	color:#E7B240;
	height:25px;
}

.situation a {
	text-decoration:none;
}

.situation a{/*リンクされた文字*/
	color:#FFF;
	font-style:normal;
}
.situation a:link {/*未訪問のリンク*/
color:#FFF;
font-style:normal;
}
.situation a:visited {/*訪問後のリンク*/
	color:#FFF;
}

.situation a:active {/*クリック中*/
	text-decoration:none;
}


/*------------------------------------------------------------ 
	パンくずリスト
------------------------------------------------------------*/
#topicPath_04 {
	float:left;
	margin:10px 0;
	background-color: #FFDB8F;
	width:100%;
	height:30px;
}
#topicPath_04 li {
	font-size:11px;
	float:left;
	line-height:110%;
	list-style-type:none;
	margin-right:5px;
	margin-top: 10px;
	padding-right:10px;
	background:url('../../common/images/topicpath.gif') no-repeat right center;
}
#topicPath_04 li.active {
	background:none;
}

#topicPath_03 {
	float:left;
	margin:10px 0 0 0;
	background-color: #FFDB8F;
	width:100%;
	height:30px;
}
#topicPath_03 li {
	font-size:10px;
	float:left;
	line-height:110%;
	list-style-type:none;
	margin-right:5px;
	margin-top: 10px;
	padding-right:10px;
	background:url('../../common/images/topicpath.gif') no-repeat right center;
}
#topicPath_03 li.active {
	background:none;
}



/*------------------------------------------------------------ 
	footer
------------------------------------------------------------*/  
#gFooter {
	clear:both;
	/*
	margin:.3em;
	border:1px solid #CCCCCC;
	background:#CCCCCC;
	*/
	padding: 5px 0;
	border-bottom:0px;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	text-align: center;
}

#gFooter ul li a{
	background:none;
	margin:0;
	width:97%;
	color:#2F2F2F;
	text-decoration:none;
	line-height:30px;
	text-align:left;
	display:block;
	padding-left:10px;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	/*text-shadow:1px 1px 1px #737373;*/
	background:-webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#ECECEC));
	background: -moz-linear-gradient(top, #ECECEC, #ECECEC);
}

#gFooter ul li a:after{
	content:url("../../common/images/index/arrow.png");
	font-size:18px;
	display:inline-block;
	float:right;
	margin-right:.5em;
	height:30px;
	clear:both;
}
#gFooter p {
	font-size:10px;
	background:#FFFFFF;
}

/* トップページリンクメニュー */
#gFooter ul li.topmenu a{
	background:none;
	margin:0;
	width:97%;
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	text-align:left;
	display:block;
	padding-left:10px;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	/*text-shadow:1px 1px 1px #737373;*/
	background:-webkit-gradient(linear, left top, left bottom, from(#61412E), to(#52280F));
	background: -moz-linear-gradient(top, #61412E, #52280F);
}

#gFooter ul li.topmenu a:before{
	content:url("../../common/images/common/sp_linkhome.png");
	font-size:18px;
	display:inline-block;
	margin-right:3px;
	margin-top:5px;
	vertical-align:-20%;
}

#gFooter ul li.topmenu a:after{
	content:url("../../common/images/index/arrow_o.png");
	font-size:18px;
	display:inline-block;
	float:right;
	margin-right:.5em;
	margin-top:10px;
	height:30px;
	clear:both;
}

/* メニューリンク トップとマイメニュー */
#gFooter div.bottommenu {
	background:none;
	margin:0;
	width:25%;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:14px;
	text-align:center;
	display:block;
	padding:3px 0 1px 0;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	/*text-shadow:1px 1px 1px #737373;*/
	background:-webkit-gradient(linear, left top, left bottom, from(#9A6A4E), to(#52280F));
	background: -moz-linear-gradient(top, #9A6A4E, #52280F);
	display:inline;
	float:left;
}

#gFooter div.bottommenu a {
	color:#FFFFFF;
	text-decoration:none;
}

/*------------------------------------------------------------ 
	spacer
------------------------------------------------------------*/  

.spacer5 {
	clear: both;
	width: auto;
	height: 5px;
}

.spacer10 {
	clear: both;
	width: auto;
	height: 10px;
}

/*------------------------------------------------------------ 
	footer & Menu
------------------------------------------------------------*/  

div.menu {
	clear:both;
	position:relative;
	overflow:hidden;
}

div.menu ul {
	position:relative;
	left:50%;
	float:left;
}

div.menu li {
	margin-right:2px;
	position:relative;
	left:-50%;
	float:left;
}

.footer_menu {
	padding-top: 5px;
	margin-top:-6px;
	background-color:#FFAD01;
}

/*------------------------------------------------------------ 
	footermenu PC & SmartPhone
------------------------------------------------------------*/  

div.menu02 {
	clear:both;
	position:relative;
	overflow:hidden;
	padding:0;
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
}

div.menu02 p {
	width:50%;
	float:left;
	margin:0 0 0 3px;
}

#gFooter div.menu02 a:after{
	content:none;
}