﻿/**
 * 2COLUMN用
 *
 */
@media screen and (min-width:768px) {
/*ポップアップ以外*/
body {
	min-width: 960px;/*PC and iPad2*/
}
/*ここまで*/

#wContents {
	margin: -200px auto 0;
}

#wMM {
	margin-top: 5px;/*旧設定*/
}

#wPrimary {
	display: inline;
	float: right;
	width: 755px;
	margin: 0;
}

#wSideBar {
	display: inline;
	float: left;
	width: 181px;
	margin: 0;
}

.menuText ul {
	/*width: 173px;*//*変更*/
	margin: 0 0 30px 0;
	padding: 0;
	border: 4px solid #f0f0f0;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

.menuText ul li {
	clear: both;
	line-height: 1.2;
	letter-spacing: 0;
	/*width: 173px;*//*変更*/
	margin: 0;
	padding: 0;
}

*:first-child+html .menuText ul li {
	display: inline;
	float: left;
}

* html .menuText ul li {
	margin-bottom: -2px;
}

.menuText ul li a {
	display: block;/*変更*/
	/*float: left;*//*変更*/
	/*width: 161px;*//*変更*/
	margin: 0;
	padding: 10px 0 10px 12px;
	text-decoration: none;
	background: url(/common/images/ico_arrow_sidebar.gif) no-repeat left center #fff;
}

.menuText ul li:first-child a {
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.menuText ul li:last-child a,
.menuText.exception ul li:last-child a.curr {/*scinet変更*/
	-webkit-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.menuText.exception ul li.title a {/*scinet変更*/
	border-radius: 0;
}

.menuText ul a.curr,
.menuText.exception ul a.curr {
	font-weight: bold;
	background-color: #f9f9f9;
}

.menuText ul ul a.curr {
	background-color: #fcfcfc;
}

.menuText ul li a.toggle {
	float: left;/*scinet変更*/
	/*width: 158px;*/
	/*width: 148px;*//*scinet変更*/
	
}

.menuText ul li img {
	cursor: pointer;
	display: inline;
	float: left;
	margin-left: 4px;/*scinet変更*/
	padding-top: 13px;
	padding-bottom: 10px;
}

*:first-child+html .menuText ul li{
	float: right;
}

.menuText ul li a.active {
	/*background-image: url(/common/images/ico_toggle_minus.gif);
	background-color: #f0f4f8;*/
	background-color: #f9f9f9;
}

.menuText ul a:link, .menuText ul a:visited {
	text-decoration: none;
	color: #666;
}

.menuText ul a:hover, .menuText ul a:active,
.menuText ul a.curr:hover {
	text-decoration: none;
	background-color: #e9eff5;
}

.menuText ul ul,
.menuText.exception ul > li > ul > li > ul {/*変更*/
	clear: both;
	/*width: 158px;*//*変更*/
	margin: 0;
	padding: 0 0 15px 15px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;	
	background-color: #f9f9f9;
	background-image: none;
}

/*変更*/
/*スマホにあわせて、PCの階層を正しい構造に修正し、見た目を既存のままとした*/
.menuText.exception ul > li > ul {
	padding: 0;
}
/*ここまで*/

.menuText ul ul li,
.menuText.exception ul li.title > a {
	line-height: 1.2;
	/*width: 158px;*//* 変更*/
	border-bottom: 1px solid #f0f0f0;
}

.menuText ul ul li a,
.menuText.exception ul > li > ul > li > ul > li > a {/* 変更*/
	/*width: 146px;*//* 変更*/
	background: #fff;/* arrowをキャンセル*/
}

/*変更*/
/*スマホにあわせて、PCの階層を正しい構造に修正し、見た目を既存のままとした*/
.menuText.exception ul > li > ul > li > a {
	background: url(/common/images/ico_arrow_sidebar.gif) no-repeat left center #fff;
}

.menuText.exception ul > li > ul > li > a:hover {
	background-color: #e9eff5;
}
/*ここまで*/

#wSideBar ul.menuBnr {
	/*width: 181px;*/
	width: 171px;
	margin: 0 5px;
}

.menuText ul li a.icoOpen {
	width: 147px;
	padding-left: 11px;
	background-image: url(/common/images/arrow_open_7x7.gif);
	background-repeat: no-repeat;
	background-position: center left;
}


#wSideBar dl {
	clear: both;	
}

#wSideBar dl, #wSideBar dt {
	margin: 0;
	padding: 0;
}

#wSideBar dd {
	line-height: 1.2;
	margin: 2px 0 10px;
	padding: 0;
}

#wSideBar dl a:link, #wSideBar dl a:visited {
	text-decoration: none;
}

#wSideBar dl a:hover, #wSideBar dl a:active {
	text-decoration: underline;
}

/* 2Column専用 */
/* section内で使う */
.sectionColumnSingle{
	clear: both;
	margin: 0 5px 2.0em 5px;
}

/* section内で使う */
.sectionColumnDouble{
	display: inline;
	float: left;
	width: 48%;
	min-height: 50px;
	margin: 0 5px 2.0em 5px;
}

/* section内で使う */
.sectionColumnTriple{
	display: inline;
	float: left;
	width: 31.5%;
	min-height: 50px;
	margin: 0 5px 2.0em 5px;
}

.sectionColumnSingle .sectionColumnDouble{
	width: 46%;
}

/* clearfix
----------------------------------------------------------------------------------------------------*/
#wInfo, .menuText ul li, .menuText ul ul {
	zoom: 1;/*for IE 5.5-7*/
}

#wInfo:after, .menuText ul li:after, .menuText ul ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

}

@media screen and (max-width:767px) {
#wContents {
	width: 100%;
	margin: -104px auto 0;
	padding: 104px 0 0;
}

#wPrimary {
	width: 100%;
	margin: 0;
}

/* section内で使う */
.sectionColumnDouble{
	display: block;
	float: none;
	width: 100%;
	min-height: auto;
	margin: 0;
}


#wSideBar {
	width: 100%;
}

.menuText ul {
	width: 100%;
	margin: 0;
	border: none;
	background-color: #a0a0a0;
}

.menuText ul li {
	background-color: #fff !important;
}

/*title関連*/
.menuText ul li.title {
	width: 100%;
	height: auto;/*reset*/
	margin: 0;/*reset*/
	padding: 0;/*reset*/
	font-weight: normal;/*reset*/
	background-color: #a0a0a0 !important;
}

.menuText ul li.title > a,
.menuText ul li.title > .curr {/*reset*/
	width: auto;
	margin: 0;
	padding: 14px 11% 13px 10px;
	color: #fff;
	background-color: #a0a0a0;
	background-image: url(/common/images/arrow_r_w_sp.png);
	background-image: url(/common/images/arrow_r_w_sp_ie8.png)\9; /* IE8 */
	background-size: 24px;
	background-position: center right;
	background-repeat: no-repeat;
}

.menuText ul li.title > .curr:hover {
	background-color: #a0a0a0;
}
/*ここまで*/

.menuText ul li .curr,
.menuText ul ul .curr {/*reset*/
	background-color: #eee;
	background-image: none;
	font-weight: normal;
}

.menuText ul li .curr:hover {
}


.menuText ul li a,
.menuText ul ul li a {
	cursor: pointer;
	background-image: url(/common/images/arrow_r_sp.png);
	background-image: url(/common/images/arrow_r_sp_ie8.png)\9; /* IE8 */
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center right;
	background-repeat: no-repeat;
}

.menuText ul,
.menuText ul li:first-child a,
.menuText ul li:last-child a {
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-ms-border-radius: inherit;
	-moz-border-radius: inherit;
}

.menuText ul,/*rest*/
.menuText ul ul {
	width: 100%;
	padding: 0;
	background-color: #fff;
	border-top: 1px solid #ccc !important;
	overflow: hidden;
}

.menuText ul li,
.menuText ul ul li {
	width: 100%;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.menuText ul ul li:last-child {
	border: none;
}

.menuText ul li a,/*rest*/
.menuText ul ul li a {
	display: block;
	width: auto;
	margin: 0 5px 5px;
}

.menuText ul li a,
.menuText ul ul li a {
	padding: 8px 25px 8px 5px;
}

.menuText ul ul ul li a {
	padding: 8px 25px 8px 19px;
}

.menuText ul a:link, .menuText ul a:visited {
	text-decoration: none;
	color: #3d3333;
}

.menuText ul a:hover, .menuText ul a:active {
}

.menuText .accordion .aBtn1 {
	margin: 0 5px 5px;
	padding: 8px 25px 8px 5px;
	border: none;
}

.menuText .accordion .aBtn1 {
	background-position: center right;
	background-size: 22px auto;
}

.menuText .accordion .aBtn1,
.menuText .accordion .aBtn1.Opened {
	background-image: url(/common/images/img_aco2_open_sp.png);
	background-image: url(/common/images/img_aco2_open_sp_ie8.png) \9;
}

.menuText .accordion .aBtn1.Close {
	background-image: url(/common/images/img_aco2_close_sp.png);
	background-image: url(/common/images/img_aco2_close_sp_ie8.png) \9;
}

.menuText .toggle + img +  ul {
	display: block !important;/*reset*/
}

.menuText .accordion .aFeed1 {
	padding-bottom: 0;
}

.menuText .accordion .aFeed1 > *:nth-child(1) {
	margin-top: 0 !important;/*reset*/
}

}