@charset "utf-8";
/*
* ★★CSS for smartphone
*
* @date 2013.03.13
* @author Daisuke Hayashi
*/

/* ------------------------------------------

------------------------------------------ */
#keyVisual #countDownArea{
	width:300px;
	height: 58px;
	margin: 15px auto;
	background:url(../images/cd_back.gif) no-repeat;	
}
/* -----  -----*/



#search-box p.searchSubmit a {
   background: -moz-linear-gradient(
        top,
        #CA2828 0%,
        #BA1313);
	background: -webkit-gradient(
        linear, left top, left bottom,
        from(#CA2828),
        to(#BA1313));
	border: 1px solid #c12d2c;}
	
#contentsArea a:visited:hover,
#contentsArea a:link:hover,
#contentsArea a:visited:active,
#contentsArea a:link:active{ text-decoration: none;}
#contentsArea  .htlBox h1, #contentsArea  .htlBox h1:visited { color: #1D54A7; text-decoration: none; }
#contentsArea  .htlBox h1:hover, #contentsArea  .htlBox h1:active { color: #CC0000; text-decoration: underline; }

#contentsArea  .htlBox h2, #contentsArea  .htlBox h2:visited { color: #1D54A7; text-decoration: none; }
#contentsArea  .htlBox h2:hover, #contentsArea  .htlBox h2:active { color: #CC0000; text-decoration: underline; }



#contentsArea .htlBox .explain {
   color: #000;
}
#contentsArea .htlBox .btn li a{font-weight: bold;}
	
	
	#contentsArea .spotBox{
    border-color: #A5A5A5;
}
#contentsArea #search-box, #contentsArea #keywordSearch, #contentsArea #browsHistory, #contentsArea #subContents .bnrs {border-color: #707070;}
#contentsArea #verticalRecentRoot {border-color: #FFF;}

.htlBox .area {
    margin: 0;
	padding: 7px 7px 5px;
}

#pageTab ul {
	border-bottom:none ;
}
#contentsArea #pageTab a, #contentsArea #pageTab em {
-webkit-border-radius:5px ;
-moz-border-radius:5px ;
border-radius:5px ;
 border-bottom-width:1px;
}
#contentsArea #pageTab .tab2 {margin-bottom: 8px;}
#contentsArea .pageBtn .btn2 {margin-bottom: 8px;}

#pageTab ul.tab6 li a.tab span { font-size:70%;}
#pageTab ul.tab6 li em.tab span { font-size:70%;}


/*--outline--*/
#outline,#T_T.utility {
    max-width: 100%;
	background-color: #FFF;
}
#outline div.waku,#T_T.utility div.wak {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CC0000 #BF0A0A;
    border-image: none;
    border-right: 2px solid #BF0A0A0;
    border-style: none solid solid;
    border-width: medium 2px 2px;
    padding: 20px 10px;
}
#outline h1,#T_T.utility h1 {
    background-color: #BF0A0A;
    color: #FFFFFF;
    font-size: 120%;
    line-height: 1.2;
    padding: 5px;
    text-align: center;
}
#outline p {
    background-repeat: no-repeat;
    font-size: 90%;
    margin-bottom: 10px;
}
#outline p.s01 {
    background-image: url("../images/step_1.gif");
    background-position: left top;
    height: auto;
    padding-left: 45px;
}
#outline p.s02 {
    background-image: url("../images/step_2.gif");
    background-position: left top;
    height: auto;
    padding-left: 45px;
}
#outline p img {
    margin: auto;
    max-width: 100%;
}
#outline dl {
    background-color: #FFE5E5;
    border: 1px solid #CC0000;
    line-height: 130%;
    max-width: 100%;
    padding: 5px;
}
#outline dl dt {
    color: #E24329;
    font-size: 100%;
    font-weight: bold;
    padding: 10px 0;
}
#outline dl dt span {
    color: #000000;
}
#outline dl dd em {
    font-weight: bold;
}
#outline dl dd {
    font-size: 78%;
    padding: 2px 0;
}
#outline dl dd span {
    color: #BF0A0A;
    font-weight: bold;
}
#outline dl dd a {
    color: #5454F6;
    font-weight: bold;
    text-decoration: underline;
}
#outline dl dd a:hover {
    color: #5454F6;
    font-weight: bold;
    text-decoration: underline;
}
.pc {
    display: none;
}
.htlBox .plan li a .price {
    text-align: center;
}
.btn1 {text-align: center;padding-bottom: 5px;}
#contentsArea .column2L #login, .column2R #login {
    background-color: #FFF;
	padding: 10px;
}

#contentsArea .switch {
background-color: rgba(255,255,255,0.8);
position: fixed;
z-index: 9;
left: 10px;
width: 100px;
padding: 5px;
border: 1px dotted #ccc;
-webkit-border-radius: 5px;
-moz-border-radius:5px ;
border-radius: 5px;
}
#contentsArea .switch a {display: block;position: relative;margin-left: 3px;}
#contentsArea .switch a:hover {text-decoration: underline;color: #000;} 
#contentsArea .switch a:after {
display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 3px solid #d71816;
	border-right: 3px solid #d71816;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#contentsArea .switch span {font-size: 60%;padding: 3px;background-color: #cf0000;color: #fff;display: block;position: relative;}
#contentsArea .switch swbox {margin-top: 3px;}


#contentsArea .switch span.open:after {
    border: 1px solid #FFF;
    content: "+";
    display: block;
    height: 12px;
    line-height: 1.2;
    margin-top: -7px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 50%;
    width: 12px;
}

#contentsArea .switch span.close:after {
	  border: 1px solid #FFF;
    content: "-";
    display: block;
    height: 12px;
    line-height: 1.2;
    margin-top: -7px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 50%;
    width: 12px;
    
}
.cplink {
    font-size: 82%;
    padding: 0 17px 5px;
    text-align: right;
	text-decoration: underline;
}
/*ポイント概要*/
.utility:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#T_T {
    border: 2px solid #BF0A0A;

}
.utility h2 {
    color: #BF0A0A;
    font-size: 90%;
    margin: 20px 0 10px 10px;
}
.utility p {
    font-size: 82%;
    line-height: 1.5;
    margin: 10px 15px;
}
p.k_l, p.k_r {
    float: left;
}
.utility {
    margin: 0;
}

/*注釈*/
.utility2 ul.atn {
	padding:0 5px 10px 5px; 
}
.utility2 ul.atn li {
    font-size: 78%;
    list-style-type: none;
}

v#mainContents h1{
 background-color:#E57A1B; color: #FFFFFF;
    padding: 5px; margin-right:10px; padding-left:10px;}
