@charset "UTF-8";

/* import
--------------------*/
@import "adjust.css";

/* body
--------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	display: none;
}


/* float
--------------------*/

.floatLeft {
	float: left;
	display:block;
}

.floatRight {
	float: right;
}

/* Link
--------------------*/

a {
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a img {
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* margin
--------------------*/
.marginMinimum {
	margin-top: 0.3em !important;
} .marginShort {
	margin-top: 0.7em !important;
} .marginTall {
	margin-top: 1em !important;
} .marginGrande {
	margin-top: 1.5em !important;
} .marginEnome {
	margin-top: 4em !important;
}


/* align
--------------------*/
.alLeft {
	text-align: left;
}
.alCenter {
	text-align: center;
}
.alRight {
	text-align: right;
}


/* wrap
--------------------*/

#wrap {
	max-width:640px;
	z-index: 0;
	position: relative;
	background: #fff;
}

/* header
--------------------*/

#header {
	position:relative;
	padding:10px 0 0 10px;
	border-bottom:1px solid #ccc;
}

#header #logoClass{
}

#header #subCopy{
	padding:2px 0;
}

#header #sideBtn{
	position:absolute;
	top:10px;
	right:0px;
}

#header #sideBtn ul li{
	float:left;
	display:inline;
	margin-right:10px;
}


sup{
	vertical-align:text-top;
	line-height:5px;
}

.asterisk{
	color:#00CCFF;
}

/* アコーディオン
--------------------------------------------*/
/* ボタン
--------------------*/

.channel{
	display:block;
	cursor:pointer;
}


/* アイコン
--------------------*/
.icoPlus {
	z-index:9999;
	background:transparent url(/multicopy/common_sp/img/plus_icon.png) 96% 50% no-repeat;
	background:
	background-size:8px auto;
}
.icoMinus {
	z-index:9999;
	background:transparent url(/multicopy/common_sp/img/minus_icon.png) 96% 50% no-repeat;
	background-size:8px auto;
}
.icoLeft {
	z-index:9998;
	background:transparent url(/multicopy/common_sp/img/arrow_01.png) 96% 50% no-repeat;
	background-size:6px auto;
}

.icoPlusN {
	z-index:9999;
	background:transparent url(/multicopy/common_sp/img/plus_n_icon.png) 96% 50% no-repeat;
	background-size:8px auto;
}
.icoMinusN {
	z-index:9999;
	background:transparent url(/multicopy/common_sp/img/minus_n_icon.png) 96% 50% no-repeat;
	background-size:8px auto;
}

/*-----------------------------------------------------------
	Contents
-----------------------------------------------------------*/

#contArea{
	border-bottom:2px solid #ccc;
}

/*-----------------------------------------------------------
	Hide Navim 
-----------------------------------------------------------*/

/*.hideMenu{
	position:absolute;
	top:55px;
	width:100%;
	display:none;
	z-index:10;
}

.hideBase{
	position:absolute;
	background-color:#000;
	width:100%;
	height:100%;
	display:none;
	opacity:0.6;
	z-index:7;
}*/


.hideMenu{
	position:absolute;
	/*top:55px;*/
	width:100%;
	z-index:10;
}

.hideBase{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	z-index:8;
}

.blackBase{
	position:absolute;
	background-color:#000;
	width:100%;
	height:100%;
	opacity:0.6;
	z-index:7;
}

/*-----------------------------------------------------------
	App Btn 
-----------------------------------------------------------*/
.appArea{
	position:relative;
	padding:15px 0 15px 15px;
}

.appArea h5.appTl{
	background:url(/multicopy/common_sp/img/square.jpg) 0% 50% no-repeat;
	background-size:9px auto;
	line-height:26px;
	font-size:0.85em;
	font-weight:bold;
	color:#000;
	padding-left:20px;
}

.appArea .appBtn ul li{
	float:left;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
}


/*-----------------------------------------------------------
	Foot Navim 
-----------------------------------------------------------*/

.naviAreaF{
}
.naviAreaF dl dt{
	background-color:#FFF;
}

.naviAreaF dl dt.grayBg{
	background:#ededed;
	border-bottom:1px solid #ccc;
	line-height:42px;
	padding-left:20px;
}

.naviAreaF dl dt.grayBgE{
	background:#ededed;
	border-bottom:1px solid #ccc;
	padding-left:20px;
	height:42px;
}


.naviAreaF dl dt.grayBg a.arrowL{
	background:url(/multicopy/common_sp/img/arrow_01.png) 95% 50% no-repeat;
	background-size:6px auto;
	display:block;
	border:none;
	text-decoration:none;
	color:#535353;
	font-weight:bold;
}

.naviAreaF dl dt.grayBgE a.arrowL{
	position:relative;
	background:url(/multicopy/common_sp/img/arrow_01.png) 95% 50% no-repeat;
	background-size:6px auto;
	display:block;
	border:none;
	text-decoration:none;
	color:#535353;
	font-weight:bold;
	padding-right:10%;
	top: 50%;
	-webkit-transform: translateY(-50%); /* for Safari */
	transform: translateY(-50%);
}

.naviAreaF dl dt a.arrowL{
	background:url(/multicopy/common_sp/img/arrow_01.png) 95% 50% no-repeat;
	background-size:6px auto;
	display:block;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	color:#535353;
	font-weight:bold;
	padding:1px 0;
}

.naviAreaF dl dt.cellNavi{
	width:49.8%;
	float:left;
}

.naviAreaF dl dt.boRder{
	border-right:1px solid #ccc;
}

.naviAreaF dl dt.clickItem p{
	background:url(/multicopy/common_sp/img/plus_icon.png) 95% 50% no-repeat;
	background-size:8px auto;
	display:block;
	border-bottom:1px solid #ccc;
}

.naviAreaF dl dt.clickItem p.minus{
	background:url(/multicopy/common_sp/img/minus_icon.png) 95% 50% no-repeat;
	background-size:8px auto;
}

.naviAreaF dl dd{
	display:none;
}

.naviAreaF dl dd ul li{
	background:#f8f8f8;
	border-bottom:1px solid #ccc;
}

.naviAreaF dl dd ul li a{
	background:url(/multicopy/common_sp/img/arrow_sub.png) 5% 50% no-repeat;
	background-size:9px auto;
	display:block;
	line-height:36px;
	text-decoration:none;
	color:#535353;
	font-weight:bold;
	padding-left:40px;
}


/*-----------------------------------------------------------
	footer 
-----------------------------------------------------------*/
#footer #footerMenu{
	border-top:2px solid #dadada;
	padding:10px 20px;
}

#footer #footerMenu li{
	background:url(/multicopy/common_sp/img/foot_link_arrow.gif) 0 center no-repeat;
	background-size:9px auto;
	padding-left:20px;
	height:26px;
	line-height:26px;
	margin:0;
}

#footer #footerMenu li a{
	color:#535353;
	text-decoration:none;
	font-weight:bold;
}

#footer div#topCaution{
	border-top:1px solid #d4d3d3;
	padding:20px;
	color:#535353;
	line-height:1.2em;
	font-size:11px;
}

#footer div#topCaution ul li{
	padding-left:1em;
	text-indent:-1em;
}

#footer div#copyright {
	border-top: solid 1px #d4d3d3;
	text-align: center;
	padding:10px 0;
}

.cautWk{
	padding:10px 40px;
}

.cautWk ul li{
	line-height:1.3em;
	font-size:0.76em;
	padding-left:1em;
	text-indent:-1em;
}
.cautWj{
	padding:0 10px;
}

.cautWj ul li{
	line-height:1.3em;
	font-size:0.76em;
	padding-left:1em;
	text-indent:-1em;
}

.pcLink{
	border-top: solid 1px #d4d3d3;
	text-align:center;
	padding:5px 0;
}