@charset "shift-jis";
/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.clearfix:after {
	display			: block;
	clear			: both;
	height			: 0;
	visibility		: hidden;
	content			: ".";
	line-height		: 0;
}
.clearfix {
	display			: inline-table;
	min-height		: 1%;
}
/* FOR MAC IE \*/
* html .clearfix {
	height			: 1%;
}
.clearfix {
	display			: block;
}

/* HEADER&FOOTER共通
------------------------------------------------------------------------------------------------ */
.submitBtn {
	width:50px;
	padding:3px 10px 3px;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#FFFFFF;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.15), 1px 1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.15), 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(0,0,0,0.15), 1px 1px 0 rgba(0,0,0,0.2);
	/*text-shadow: 0 0 2px rgba(0,0,0,0.35);*/
	border:1px solid #E15400;
	border-top-color:#FF7B08;
	border-bottom-color:#AD2800;
	background-color:#eb5e0a;
	background: -moz-linear-gradient(top, #ff8c00, #ef5300);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to(#ef5300));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFff8c00, endcolorstr=#FFef5300);
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFff8c00, endcolorstr=#FFef5300)";*/
	zoom: 1;
	cursor:pointer;
}
.submitBtn:active{
	border-top-color:#AD2800;
	border-bottom-color:#FF7B08;
	-moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:inset  1px 1px 0 rgba(0,0,0,0.1);
	box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1);
}

/* HEADER
------------------------------------------------------------------------------------------------ */
#header{
	height:79px;
	margin: 0 0 15px;
	border-radius: 0 0 5px 5px;
	border:1px solid #cacaca;
	border-top-width:0;
	background-color:#FFFFFF;
}
#header #head-inner{
	padding:10px 16px 0 20px;
	overflow:visible;
}
#header h1{
	margin:7px 27px 0 0;
	float:left;
}
#header h1 a{
	display:block;
	width:170px;
	height:44px;
	text-indent: -999em;
}
#header #logo-mbok {
	margin:7px 27px 0 0;
	float:left;
}
#header #logo-mbok a{
	display:block;
	width:170px;
	height:44px;
	text-indent: -999em;
	background: url(../image/common/img.png) no-repeat 0 -177px;
}
#header.halloween2016 #logo-mbok a{
	width:220px;
	height:60px;
	background: url(/image/common/logo_2016halloween.png) center top no-repeat;
}
#header.halloween2016 #logo-mbok {
	margin:0 27px 0 0;
	float:left;
}
#header #logo-auok a{
	display:block;
	width:170px;
	height:44px;
	text-indent: -999em;
	background: url(../image/common/img.png) no-repeat 0 -221px;
}
#header .head-msg{
	padding-top:7px;
	line-height:1.70;
	float:left;
}
#header .head-msg .nums{
	color:#ff6a00;
}
.head-btnST {
font-size: 9px;
color: #656565;
line-height: 12px;
text-align: center;
}
#header .head-navi{
	padding: 2px 0 0;
	color: #656565;
	overflow: hidden;
	line-height: 2.5;
}
#header .head-navi p{
	text-align:right;
	font-size:12px;
}
#header .head-navi a{
	margin-left: 8px;
	margin-right: 8px;
	color: #333333;
}

#header .head-navi a,
#header .head-msg a{
color: #656565;
}
#header .head-btn a,
#header .head-navi a:hover,
#header .head-msg a:hover{
	text-decoration: inherit;
}
#header .head-btn{
	float:right;
	padding:9px 0 0 6px;
}
#header .head-btn a{
	position:relative;
	display:block;
}
#header .head-btn .head-btn-info{
	width:40px;
	height:40px;
	background: url(../image/common/img.png) no-repeat -174px -265px;
	display: block;
}
#header .head-btn .head-btn-login{
	width:40px;
	height:40px;
	background: url(../image/common/img02.png) no-repeat -254px -125px;
	display: block;
}
#header .head-btn .counter{
	position:absolute;
	top:-7px;
	right:-10px;
	width:30px;
	height:15px;
	text-align:center;
	color:#FFFFFF;
	background-color:#CC0000;
	border-radius:8px;
	display:none;
}
#header .head-btn .counter .tail{
	position:absolute;
	bottom:-5px;
	left:13px;
	content:'';
	width:8px;
	height:5px;
	background: url(../image/common/img.png) no-repeat -291px -308px;
}
#header .head-btn .counter p{
	padding: 2px 0;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	line-height: 1em;
	height: 12px;
}
/*tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#header .head-btn .counter p{
	padding: 0;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	line-height: 1em;
	height: 12px;
}
}
#headerBtmSarch {
	background-color:#939393;
	margin-bottom:10px;
}
#headerBtmSarch form {
	display:block;
	text-align:center;
	padding:10px;
}
#headerBtmSarch form .title {
	color:#ffffff;
}

/* FOOTER
------------------------------------------------------------------------------------------------ */
#footer{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border:1px solid #CACACA;
	background-color:#FFFFFF;
	zoom:1;
	margin-top:12px;
	margin-bottom:0px !important;
	padding:0px!important;
	font-size: 13px;
}
#foot-upper{
	margin: 0 0 12px;
	height:auto;
	background-color:#939393;
	/*overflow: hidden;*/
}
#foot-upper .inner{
	position: relative;
	margin:auto;
	zoom:1;
	width:894px;
	text-align: center;
}
#foot-search{
	float:left;
	line-height:43px;
}
/*
#foot-search .select-wrap,
#foot-search input,
#foot-search button{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
*/
#foot-search .select-wrap,
#foot-search input[type="text"]
{padding:0;}
#foot-search .select-wrap{
	margin: 1px 4px 0 0;
	width: 228px;
	float: left;
}
#foot-search input.text{
	margin: 1px 5px 0 0;
	padding: 0 5px;
	width: 232px;
	height: 30px;
	-moz-box-shadow:inset 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 0 3px 3px rgba(0,0,0,0.2);
	box-shadow:inset 0 3px 3px rgba(0,0,0,0.2);
	border:1px solid #A9A9A9;
	border-top: 1px solid #545454;
	float: left;
}
#foot-search button{margin-top:1px;padding: 7px 14px;width: 66px;float: left;height: 32px;}
#foot-search .search-delete{background: url(../image/common/search_icon2.png) no-repeat 8px 6px;width: 20px;height: 20px;cursor: pointer;display: inline;padding: 4px;position: absolute;top: 13px;left: 456px;}
#foot-upper .copy{float:left;line-height: 45px;font-size:13px;color:#FAFAFA;white-space: nowrap;}
#foot-lower{width:960px;margin:0 auto 15px;}
#foot-lower, #foot-lower a{color: #656565;text-decoration: none;}
#foot-lower a:hover{text-decoration: underline;}
#foot-lower .foot-logo{width:130px;height: 30px;float: left;padding-left:53px;}
#foot-lower .foot-logo a{display:block;width:95px;height:30px;background: url(../image/common/img.png) no-repeat  0 -573px;text-indent: -999em;}
#foot-lower .foot-logo .logo-dena{margin-top:26px;}
#foot-lower .foot-logo .logo-dena a{display:block;width:95px;height:40px;background: url(../image/common/img.png) no-repeat -170px -177px;text-indent: -999em;}
#foot-lower .foot-navi{line-height:1.5;overflow: hidden;float: left;}
#foot-lower .foot-navi .navi1{margin-bottom:15px;}
#foot-lower .foot-navi .navi1 a,#foot-lower .foot-navi .navi2 a{margin-right:10px;}
#foot-lower .foot-navi .navi2{font-size:12px;}
#foot-lower .foot-navi .navi2 dl{_overflow: hidden;}
#foot-lower .foot-navi .navi2 dt{display:inline-block;width:145px;vertical-align: top;_float:left;}
#foot-lower .foot-navi .navi2 dd{display:inline-block;}

#footer span.gray{color: #656565;}
#footer #foot-lower .deviceChange {
	text-align:center;
	padding-bottom:10px;
}
ol,ul {
	list-style		: none;
}
.anctop {
clear: both;
margin: 10px 0px;
font-size: 1.0em;
text-align: right;
}
.anctop a{
color:#0000FF;
text-decoration:underline;
}
.selectbox a.select {
display: inline-block;
zoom: 1;
width: 226px;
height: 30px;
cursor: default;
background: #FFFFFF url(../image/common/select_dropdown2.png) no-repeat right center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
z-index: 101;
}
.selectbox a.select span {
padding: 4px 34px 4px 9px;
display: block;
line-height: 22px;
cursor: default;
}
.selectbox .pulldown {
display: none;
border: 1px solid #B3B3B3;
border-top-width: 0;
position: absolute;
z-index: 200;
left: -1px;
top: -1px;
width: 226px;
height: 136px;
background: transparent;
overflow: auto;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.selectbox .pulldown a, .selectbox .pulldown em {
border-top: 1px solid #B3B3B3;
padding: 10px 8px;
background: #fff;
display: block;
z-index: 300;
}


.selectbox a:link,.selectbox  a:active,.selectbox  a:visited {
color: #333333;
text-decoration: none;
outline: none;
}

#pagetop {
position: fixed;
z-index: 2;
top: none!important;
right: 10px;
bottom: 10px;
width: 52px;
height: 52px;
background: url(../image/common/img02.png) no-repeat -188px -73px;
text-indent: -999em;
display: none;
}
/*IE6対応*/
.browserDL{text-align:center;}
.browserDL span{color:#FF0000;}

/* #17485: SEO対策　PCサイト　フッター改修 start */
#footer {
	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius:0;
	border: none
}
#foot-search {
	float: none;
	margin: 0 auto;
}
#foot-upper {
	margin: 0 0 0px;
	border-radius: 4px 4px 0px 0px;
}
#foot-lower.for_DEFAULT,
#foot-lower.for_DEFAULT a {
	color: #fff;
}
#foot-lower.for_DEFAULT {
	font-family:'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	width: auto;
	margin: 0 auto 0px;
	padding: 15px 10px 0px;
	background-color: #FF9900;
	font-size: 12px;
}
#foot-lower.for_DEFAULT .foot-navi {
	float: none;
}
#foot-lower.for_DEFAULT .foot-logo {
	width: auto;
	padding-right: 15px;
	margin-bottom: 0px;
	float: left;
	padding-left: 0px;
}
#foot-lower.for_DEFAULT .foot-logo {
	font-size: 2em;
	line-height: 30px;
}
#foot-lower.for_DEFAULT .foot-logo a {
	width: 80px;
	height: auto;
	background-image: url("/image/common/foot_white_logo.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.naviWrap {
	background-color: #FF9900;
}

.naviList {
	overflow: hidden;
}

.naviList > li {
	float: left;
	margin: 0 14px 18px 0px;
	font-size: 11px;
}
.naviList > li.last {
	margin: 0 0px 18px 0px;
}
.naviList > li.listend {
	margin: 0 12px 18px 0px;
}
.naviList > li a {
	color: #fff;
	text-decoration: none;
}
.list_l { width: auto; }
.list_c { width: 480px; }
.list_c1 { max-width: 110px; }
.list_c2 { width: 210px; }
.list_r { width: 275px; }

.no_sns .list_c1 { width: 145px; max-width: 145px; }
.no_sns .list_c2 { width: 300px; }
.centerList_inner {
	padding: 0px 0px;
}

.col1_link {
	margin-bottom: 10px;
}
.col1_link > li {
	padding-bottom: 5px;
}

.col3_link {
	overflow: hidden;
	margin-bottom: 10px;
}
.col3_link > li {
	overflow: hidden;
}

.col2_link {
	overflow: hidden;
	margin-bottom: 10px;
}
.col2_link > li {
	float: left;
	width: 50%;
	padding-bottom: 5px;
}
.col2_link > li a {
	display: block;
	padding-right: 5px;
}

.foot_categ_nav {
	overflow: hidden;
	margin-bottom: 15px;
}
.foot_categ_nav > li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #fff;
	line-height: 1.2;
	margin-bottom: 3px;
	letter-spacing: -0.5px;
	white-space: nowrap;
}
.foot_categ_nav > li.last {
	float: left;
	padding: 0 5px;
	border-right: none;
}
.foot_categ_nav > li.categ_title {
	font-weight: bold;
	padding: 0 10px 0px 0px;
	border-right: 0px solid #fff;
}

.foot_corp_nav {
	overflow: hidden;
	margin-bottom: 10px;
}
.foot_corp_nav > li {
	float: left;
	padding: 0 3px;
	line-height: 30px;
	letter-spacing: -0.5px;
	font-size: 11px;
}
.foot_corp_nav > li.last {
	float: left;
	padding: 0 5px;
	border-right: none;
}
.foot_corp_nav > li.log_img a {
	width: 137px;
	height: 30px;
	display: block;
	background-image: url("/image/common/foot_white_logo.png");
	background-position: center;
}

.snsSec {
	padding-top: 15px;
	margin-bottom: 20px;
}

.linkTitle {
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
	font-size: 13px;
}
.linkTitle > a {
	color: #fff;
	text-decoration: none;
}

.foot-navi .copy {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.foot-lower-container {
	width: 960px;
	margin: 0 auto;
}

.tw_forrowBtn {
	padding-top: 15px;
}

#designer_footer #footer {
	border: 1px solid #C8C8C8;
}
#foot-lower.for_DESIGNERS {
	background-color: #transparent;
}
/* #17485: SEO対策　PCサイト　フッター改修 end */


/*#18166 通知機能（やることリスト）改修*/
#header .head-navi a.notice span.numCount{
	display: inline-block;
	color: #fff;
	background: #CC0000;
	border-radius: 10px;
	padding: 2px 10px;
	line-height: 1;
	margin-left: 3px;
}
/*#18166 通知機能（やることリスト）改修*/
