@charset "utf-8";

*{
	margin:0;
	padding:0;
	font-style:normal;
	outline:none;
	text-align:left;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6{
	margin-bottom:0.5em;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul{	list-style-type:none;}
ol{	margin-left:2em;}

a{color:#2f96ed;}
a:hover{color:#2fd0ed;}

img{
	border:0;
	max-width:100%;
	margin:0 auto;
}

/*-----------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	line-height:1em;
	color:#333;
	font-size:80%;
	
	}

#wrapper{
	width:100%;
	text-align:center;
	}

.inner{
	position:relative;
	clear:both;
	margin:0 auto;
	padding:0;
	max-width:1000px;
	}
@media only screen and (max-width:768px){
.inner{
	width:96%;
	padding:0 2%;
	}
	}

section{
	display:block;
	position:relative;
	clear:both;
	margin-bottom:0;
	padding:30px 0 50px;
	background:url(../img/bg_section.gif) repeat-x 0 0;
	}
section p,
section ul,
section ol{
	line-height:1.5;
	margin-bottom:2em;
	}


/*　table.table01 -------------------------------------------------*/
table.table01 {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 4em;
	border-top: 2px solid #343334;
	border-bottom: 2px solid #343334;
}

table.table01 th,
table.table01 td{
	padding: 0.6em 0.8em;
	font-weight: normal;
	border-bottom: 1px solid #343334;
	/*vertical-align:top;*/
	line-height:1.3;
	}


table.table01 thead th{
	background:#666;
	text-align:center;
	color:#fff;
	border-right:1px solid #ccc;
	}
table.table01 thead th:last-child{
	border-right:none;
	}

table.table01 tbody th {
	background: #f5f5f5;
}

table.table01 td {
	line-height:1.3;
	border-left: 1px dotted #343334;
}

table.table01 td.country{
	font-size:90%;
	}
@media only screen and (max-width:640px){
table.table01 th,
table.table01 td{
	padding: 0.2em 0.2em;
	font-size:12px;
	}
table.table01 td.country{ font-size:10px; }
	}


table.table01 td.day,
table.table01 td.web{
	text-align:center;
	border-right: 1px solid #343334;
	background:#fff;
	}
	
/*　table.typeTable -------------------------------------------------*/

table.typeTable td{
	font-size:15px;
	line-height:1.0;
	font-weight:bold;
	}

.maru{
	color:#cc0000;
	font-weight:bold;
	}

.memo{	font-size:11px;	}
.sale{
	color:#cc0000;
	text-align:center;
	background:#fde3e3;
}

.sale strong,
.price{
	font-weight:normal;
	font-size:18px;
	}
@media only screen and (max-width:640px){
.sale strong,
.price{
	font-weight:normal;
	font-size:16px;
	}
	}


/* .list */
.list dd{ display:none; }



.forSP{ display:none;}
@media only screen and (max-width:640px){
.forPC{ display:none;}
.forSP{	display:block;}
	}


em{	color:#cc0000;}

ul.komeList{
	margin:0;
	padding:0;
	}
.kome,
ul.komeList li{
	padding-left:15px;
	background:url(../img/icon_kome.png) no-repeat 0 0.2em;
}

.komeRed{
	display:block;
	padding-left:15px;
	background:url(../img/icon_komered.gif) no-repeat 0 0.1em;
	}


/*------------------------------------------------------------------
 　header
 ------------------------------------------------------------------*/
 
header{
	margin-bottom:4em;
	background:url(../img/bg_campaign.png) repeat-x 0 428px;
	}


@media only screen and (max-width:999px){
	header{
		background:none;
		}
	}
header #fixed{
	position:fixed;
	width:100%;
	height:46px;
	top:0;
	left:0;
	z-index:5;
	padding-bottom:0;
	background:#fff;
	border-bottom:1px solid #ececec;
	box-shadow:1px 1px 5px 3px rgba(0, 0, 0, 0.1);
	}

header h1.logo{
	width:360px;
	float:left;
	padding:5px;
	height:36px;
	background:url(../img/logo_txt.png) no-repeat right center;
	}

header nav{
	width:100%;
	text-align:center;
	}

@media only screen and (max-width:768px){
header #fixed{
	position:inherit;
	height:auto;
	box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
	border-bottom:1px solid #ccc;
	}
header h1.logo{
	width:50%;
	padding:10px 0 5px 10px;
	background:url(../img/logo_txt.png) no-repeat 15px bottom;
	}

	}





/*#globalNav -------------------------------*/
#globalNav{
	position:absolute;
	top:0;
	right:0;
	width:500px;
	height:48px;
	margin:0 auto;
	padding:0;
	}

#globalNav li{
	float:left;
	padding:3px 3px 0;
	list-style-type: none;
	}

#globalNav li a{
	display:block;
	text-align:center;
	padding:13px 13px 7px;
	text-decoration:none;
	font-size:14px;
	color:#1f1919;
	border-bottom:3px solid #cc0001;
	height:16px;
	line-height:1.2;
	}
#globalNav li a:hover{
	border-bottom:3px solid #f73637;
	color:#c00;
	}


#globalNav li a.current {background:#cc0000;}
#menu { display: none;}



#menu,.slicknav_menu { display: none;}

@media only screen and (max-width:768px){
/*	#menu {display:block;}*/
	#globalNav{	display:none;}
	header .inner{
		width:100%;
		padding:0;
	}
.slicknav_menu{
	display:block;}
}


/* #mainVisual -------------------------------*/
#mainVisual{margin:47px 0 0; z-index:1;}
@media only screen and (max-width:768px){#mainVisual{margin:0;}}

#mainVisual .photo{
	text-align:center;
	background:url(../img/bg_body.jpg) no-repeat center 0;
	}
#mainVisual .photo .title{
	height:428px;
	}

@media only screen and (max-width:1000px){
#mainVisual .photo .title{
	height:auto;
	}
}

@media only screen and (max-width:640px){
#mainVisual{ padding:0 0 0;}
#mainVisual .photo{
	height:auto;
	background:none;
	}
#mainVisual .photo .title{
	height:auto;
	}
}


.campaign{
	position:relative;
	}
	
#eraberu{
	position:absolute;
	top:-80px;
	left:41%;
	z-index:999;
	width:20%;
	}

#campaignBnr li{
	float:left;
	width:50%;
	margin:0 0 0 0;
	padding:0;
	line-height:0;
	background:#fff;
	}
#campaignBnr li img{
	margin:0 1px 0 0;
	}
#campaignBnr li a:hover{
	opacity:0.7;
	}

@media only screen and (max-width:640px){ 
#eraberu{
	position:absolute;
	top:-40px;
	left:35%;
	z-index:999;
	width:25%;
	}
}

.tokuten{
	clear:both;
	padding:30px;
	}
#hosoku{
	width:90%;
	border:1px dashed #ccc;
	padding:15px 30px;
	line-height:1.5;
	}
	

@media only screen and (max-width:640px){
#hosoku{
	width:90%;
	margin:0 2%;
	padding:3%;
	}
	}
	

/* .jalIcon -------------------------------------*/

#mainVisual .jalIcon{
	position:absolute;
	top:5px;
	right:5px;
	}
#mainVisual .jalIcon li{
	width:96px;
	}

#mainVisual .note{
	border-bottom:2px solid #f5f5f5;
	padding:0 0 30px;
	}


#mileLink{
	margin:0 auto 30px;
	padding:15px 15px 15px 120px;
	font-size:120%;
	}

@media only screen and (max-width:640px){
#mileLink{
	padding:2%;
	font-size:120%;
	}
#mainVisual .jalIcon{}
#mainVisual .jalIcon li{
	width:48px;
	}

	}



/*------------------------------------------------------------------
 　main
 ------------------------------------------------------------------*/
main{
	position:relative;
	margin:0;
	}

h2{	margin-bottom:20px;
	text-align:center;
	font-size:45px;
	padding:20px 0px 0;
	font-weight:bold;
	line-height:1.3;
}

h2 span{
	display:block;
	font-size:20px;
	text-align:center;
	}

h3,h4{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	}


@media only screen and (max-width:640px){
	h2{	font-size:30px;}
	h2 span{font-size:28px;}
	}






/*------------------------------------------------------------------
   トピックス
--------------------------------------------------------------------*/
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
}


 

/*----------------------------------------------------------------
  .tab  携帯レンタル
----------------------------------------------------------------*/
@media only screen and (max-width:640px){
#about .inner{
	width:100%;
	padding:0 0%;
	}
	}
	
	
	
/* .tab    -----------------------------------------------*/

ul.tabs{
	 position:relative;
	 z-index:2;
	 height:91px;
	 margin:0;
	 padding:0;
	 }
ul.tabs li{
	 height:30px;
	 text-align:center;
	 font-size:20px;
	 line-height:1.0;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 }
ul.tabs li a{
	 margin:0;
	 padding:35px 0 0;
	 width:43%;
	 height:56px;
	 display:block;
	 text-indent: -9999px;
	 text-align:center;
	 font-size:30px;
	 text-decoration:none;
	 overflow:hidden;
	 border-top-left-radius: 3px; 
     -webkit-border-top-left-radius: 3px; 
     -moz-border-top-left-radius: 3px;
	 border-top-right-radius: 3px; 
     -webkit-border-top-right-radius: 3px; 
     -moz-border-top-right-radius: 3px;
	 color:#222;
	 }


ul.tabs li a#kaigaiTab{
	position:absolute;
	top:0;
	left:5%;
	background:#e5e4e4 url(../img/tab_kaigai.png) no-repeat center center;
	}
ul.tabs li a#kokunaiTab{
	position:absolute;
	top:0;
	right:5%;
	background:#e5e4e4 url(../img/tab_kokunai.png) no-repeat center center;
	}
ul.tabs li a#kaigaiTab:hover{
	color:#007bd6;
	background:#259c21 url(../img/tab_kaigai.png) no-repeat center center;
	}
ul.tabs li a#kokunaiTab:hover{
	color:#cc3e1c;
	background:#c71d1d url(../img/tab_kokunai.png) no-repeat center center;
	}

ul.tabs li.active a#kaigaiTab{
	color:#fff;
	background:#259c21 url(../img/tab_kaigai_on.png) no-repeat center center;
	}
ul.tabs li.active a#kokunaiTab{
	color:#fff;
	background:#c71d1d url(../img/tab_kokunai_on.png) no-repeat center center;
	}




@media only screen and (max-width:640px){
ul.tabs{
	margin:0;
	height:56px;
	}
ul.tabs li{
	height:auto;}
ul.tabs li a{
	font-size:16px;
	height:auto;
	padding:20px 0;
	width:43%;
}
ul.tabs li a#kaigaiTab,
ul.tabs li a#kaigaiTab:hover,
ul.tabs li.active a#kaigaiTab{
	background-size:80%;
	}
ul.tabs li a#kokunaiTab,
ul.tabs li a#kokunaiTab:hover,
ul.tabs li.active a#kokunaiTab{
	background-size:80%;
	}
}


/* .tab_conten -----------------------------------------------*/

.tab_content{
	padding:20px 50px 30px;
	margin-bottom:8em;
	border: 1px solid #343334;
	border-top: 8px solid #343334;
	}
@media only screen and (max-width:640px){
.tab_content{
	padding:10px 2% 30px;
	margin-bottom: 0px;
	border:none;
	}
	}


.tab_content h2{
	padding:0;
	margin:0 0 20px;
	border-bottom:1px solid #343334;
	text-align:center;
	}
.tab_content h3{
	clear:both;
	margin-left:-60px;
	background:url(../img/bg_title.png) no-repeat left bottom;
	padding-bottom:9px;
	height:46px;
	line-height:0;
}
#kaigai{border-top:8px solid #259c21;}
#kokunai{border-top:8px solid #c71d1d;}

#kaigai h3 img{ border-left:5px solid #259c21;}
#kokunai h3 img{ border-left:5px solid #c71d1d;}
#kokunai h4{ font-size:20px;
             font-weight: bold;
}
 
@media only screen and (max-width:640px){
.tab_content h3{
	margin-left:0px;
	background:none;
	height:30px;
	margin-bottom:0;
}

#kaigai h3 img,
#kokunai h3 img{ height:100%;}

	}

 
 
 /* .point ------------------------------------ */

.point{
	margin-bottom:4em;
	border-left: 1px solid #343334;
	border-bottom: 1px solid #343334;
	/*background:#f5f5f5;*/
	}
.point li{
	float:left;
	border-top: 4px solid #343334;
	border-right: 1px solid #343334;
	 }

#kaigai .point li{ width:223px; min-height:255px;}
#kokunai .point li{ width:447px; min-height:175px;}

.point li p{margin-bottom:0;}
	
#kaigai .point li p.photo{
	height:170px;
	border-bottom: 1px solid #343334;
	}
#kokunai .point li p.photo{
	height:115px;
	border-bottom: 1px solid #343334;
	}
.point li p.txt{
	padding:5px;
	font-size:90%;
	}  

@media screen and (max-width: 999px) {
#kaigai .point li{ width:24.5%; min-height:255px;}
#kokunai .point li{ width:49.5%; min-height:175px;}
#kaigai .point li p.photo,
#kokunai .point li p.photo{	height:auto; }
}

@media only screen and (max-width:768px){
#kaigai .point li{ width:49.5%; min-height:255px;}
#kokunai .point li{ width:100%; min-height:175px;}
#kaigai .point li p.photo,
#kokunai .point li p.photo{	height:auto; }

	}

 
 
 
/* .mobile ------------------------------------ */
 
.mobile{
	margin-bottom:4em;
	}
.mobile li{
	 float:left;
	 width:50%;
	 min-height:300px;
	 }
.mobile h4{
	font-family:Verdana, Geneva, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	padding:20px 0 0;
	margin-bottom:0;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0;
	}
.mobile .floatL{ margin:0 30px;	}

 @media only screen and (max-width:640px){
.mobile li{
	width:100%;}
.mobile .floatL{
	margin:0 5px;}

	}
	


table.mobileType{ margin-bottom:0.5em;}
table.mobileType th,
table.mobileType td{
	padding: 0.5em;
	font-size:87%;
	}


table.counterTable tbody th{
	}
table.counterTable td{
	vertical-align:top;
	padding:0.6em;
	}
	 
a.btn_map{
	margin-left:5px;
	padding:0px 5px;
	background:#333;
	line-height:0;
	color:#fff;
	}
a.btn_map:hover{color:#f73b3b;}



@media only screen and (max-width:640px){
a.btn_map_sp{
	display:block;
	width:94%;
	margin:0;
	padding:3%;
	text-align:center;
	color:#fff;
	line-height:1.7;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	background:#333 url(../img/icon_arrow_right.png) no-repeat 20px center !important;
	background-size:5% !important;
	text-decoration:none;
	}
a.btn_map_sp:hover{color:#f73b3b;}
	
}


/*------------------------------------------------------------------
   table
--------------------------------------------------------------------*/

/* .table01 */

table.table01 {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 1em;
	border-top: 2px solid #343334;
	border-bottom: 2px solid #343334;
}

table.table01 th,
table.table01 td{
	padding: 0.6em 1em;
	font-weight: normal;
	border-bottom: 1px solid #343334;
	/*vertical-align:top;*/
	line-height:1.3;
	}

table.table01 thead th{
	background:#666;
	text-align:center;
	color:#fff;
	border-right:1px solid #ccc;
	}
table.table01 thead th:last-child{	border-right:none;	}

table.table01 tbody th { background: #f5f5f5; }

table.table01 td {
	line-height:1.3;
	border-left: 1px dotted #343334;
}

table.table01 td.country{ font-size:90%; }

table.table01 td.day,
table.table01 td.web{
	text-align:center;
	border-right: 1px solid #343334;
	background:#fff;
	}
	

/* .mobileType */
table.mobileType{ margin-bottom:0.5em;}
table.mobileType th,
table.mobileType td{
	padding: 0.5em;
	font-size:87%;
	}


table.counterTable td{
	line-height:1.8;
	vertical-align:top;
	}
 
 
a.btn_map{
	margin-left:5px;
	padding:0px 5px;
	background:#333;
	line-height:0;
	color:#fff;
	}
a.btn_map:hover{color:#f73b3b;}



@media only screen and (max-width:640px){
table.table01 {
	width:100%;
	margin: 0 0 0.5em;
	padding:0;
}
table thead th{font-size:12px;}
table tbody th,
table tbody th.pref{font-size:12px;}
table tbody td{	font-size:12px;	}

table.table01 th,
table.table01 td{
	padding: 0.3em 0.3em;
	line-height:1.7;
	font-size:11px;
	}

.counterTable td{
	vertical-align:top;
	}
a.btn_map_sp{
	display:block;
	width:94%;
	margin:0;
	padding:3%;
	text-align:center;
	color:#fff;
	line-height:1.7;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	background:#333 url(../img/icon_arrow_right.png) no-repeat 20px center !important;
	background-size:5% !important;
	text-decoration:none;
	}
a.btn_map_sp:hover{color:#f73b3b;}
	
}


.memo{	font-size:11px;	}





/*------------------------------------------------------------------
   #map カウンターMAP
--------------------------------------------------------------------*/
.mapInner{	padding: 15px 30px;}
.mapInner p{font-size: 0.9rem;
line-height: 1.4rem}
.mapInner .title_departure{
	background:#91D5F7;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.mapInner .title_arrival{
	background: #fcc9c9;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2rem;
}

.mapBtn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	margin: 2px 0 0 10px;
	padding: 0 10px 0 20px;
	appearance: none;
	font-size: 0.9rem;
	color: #fff;
	border-radius: 30px;

	font-weight: bold;
	text-decoration: none;
	background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 5px center;
	background-size: 13px 13px;
}
.mapBtn:hover{	
color: #fff;
background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 5px center;
background-size: 13px 13px;
}

.memo{	font-size: 0.7rem;}

@media screen and (max-width:767px) {
.memo{	font-size: 0.6rem;}
.mapBtn{
	display: block;
	margin: 2px 0 0 0px;
	padding: 0 10px 0 20px;
}

}











	

/* .optionBox --------------------------------------------------------------*/

.optionBox{padding:0 0 0 5%;}
.optionBox h3{
	font-size:25px;
	margin-bottom:20px;
	}

.optionBox ul li{
	float:left;
	width:45%;
	}
.optionBox ul li:first-child{
	margin-right:5%;
	}
.optionBox ul li dl{
	margin:0;
	}
.optionBox ul li dt{
	margin:0 0 5px;
	padding:7px;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	font-weight:bold;
	font-size:14px;
	}
.optionBox ul li dd{display:block;}

.optionBox p.price{
	background:#ececec;
	padding:15px;
    border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
	text-align:center;
	}

.optionBox .price span,
td.price span{
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	padding-left:10px;
	}

@media only screen and (max-width:640px){
.optionBox{
	margin-bottom:20px;
	padding:0 2%;}

.optionBox h3{
	font-size:20px;
	margin-bottom: 10px;
	}
.optionBox p{ margin-bottom:5px;}
.optionBox ul{
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	}
.optionBox ul li{
	width:100%;
	margin-bottom:0;
	}
.optionBox p.price{
	margin:0 0 1em;
	}
.optionBox ul li dl{
	margin:0;
	
	}
.optionBox ul li dl dt{
	background:url(../img/icon_down_bk.png) no-repeat 98% center;
	background-size:3%;
	margin:0;
	border-top:1px solid #111;
	border-bottom:none;
	padding:10px 3%;
	}
.optionBox ul li dl dt:hover{ 
	background:url(../img/icon_down_bk.png) no-repeat 98% center;
	background-size:3%;
	}
.optionBox ul li dl dd{
	padding:3%;
	display:none;
	background:#fff;
	}


.optionBox ul li dl dt.active{
	background:url(../img/icon_up_bk.png) no-repeat 98% center;
	background-size:3%;
	}
.optionBox ul li dl dt.active:hover{
	background:url(../img/icon_up_bk.png) no-repeat 98% center;
	background-size:3%;
	}




	}
	


/* table.optionTable ------------------------------------------------------*/
table.optionTable{
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 1em;
}
table.optionTable th,
table.optionTable td{
	padding: 0.6em 1em;
	font-weight: normal;
	border: 1px solid #ccc;
	line-height:1.3;
	text-align:center;
	}

table.optionTable .kanyu{
	background:#f9dede;
	color:#cc0000;
	}
	

@media only screen and (max-width:640px){
td.price span{font-size:12px;}
.optionBox .price span{font-size:15px;}

	}

 





/*----------------------------------------------------------------
  #use  ご利用方法
----------------------------------------------------------------*/

/* #flow */
#flow ul li{
	float:left;
	width:30%;
	padding:0 4% 0 1%;
	background:url(../img/icon_arrow.png) no-repeat right 200px;
	}

#flow ul li{  width:28% \9;}

#flow ul li:last-child{
	padding:0 0 0 1%;
	background:none;
	width:29%;
	}

#flow .number{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-bottom:5px;
	}

#flow h3{
	background:#cc0001;
	color:#fff;
	font-size:22px;
	font-weight:normal;
	padding:5px;
	text-align:center;
    border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
	}

#flow .photo{
	text-align:center;
	}
#flow .txt{	margin-bottom:5px;	}
@media only screen and (max-width:640px){
#flow ul{
	padding:0 3%;}
#flow ul li,
#flow ul li:last-child{
	width:100%;
	margin:0 0 30px;
	padding:0;
	float:none;
	background:none;
	}
#flow .number img{width:18%;}
}

 
 
 /* #application ------------------------------------ */
 
#application h4{
	margin:0 0 15px;
	padding:15px 0 10px;
	text-align:center;
	background:#222 url(../img/bg_title.gif) repeat-x;
	color:#fff;
	}
	
/*　.ConL　*/
#application .ConL{
	float:left;
	width:498px;
	}

#application .ConL ul{margin-bottom:0.5em;}
	
#application .ConL ul li.btnB{
	padding-left:32px;
	margin-bottom:0;
	width:431px;
	margin-bottom:3px !important;
	text-align:center;
	}
#application .ConL ul li.btnB a{
	display:block;
	margin:0;
	width:431px;
	height:65px;
	padding-top:13px;
	text-align:center;
	background:url(../img/bg_btn_b.png) no-repeat 0 0;
	}
#application .ConL ul li.btnB a:hover{ background:url(../img/bg_btn_b_on.png) no-repeat 0 0;}


@media only screen and (max-width:640px){
#application h4{
	width:96%;
	margin:0 0 15px;
	padding:5% 2% 3% !important;
	}
#application .ConL ul li.btnB a,
#application .ConL ul li.btnB a:hover{
	width:84% !important;
	margin: 0 3% !important;
	padding:5% !important;
	font-size:18px;
	height:auto !important;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background:#cc0404 url(../img/icon_arrow_right.png) no-repeat 20px center;
	background-size:5% !important;
	color:#fff;
	text-decoration:none;
	}
#application .ConL ul li.btnB a:hover{
	background:#cc0404 url(../img/icon_arrow_right.png) no-repeat 20px center;
	}
#application .ConL ul li.btnB a span{
	display:block;
	text-align:center;
	}

#application .tel img{
	width:90%;
	padding:0 5%;
	}

}





#application .ConL p{margin-bottom:1em;}

#application .ConL .link{
	width:200px;
	padding-left:105px;
	margin:0 auto 30px;
	white-space:nowrap;
	}
#application .ConL .link a{
	display:block;
	padding:5px 10px 5px 35px;
	background:url(../img/icon_arrow2.png) no-repeat 10px center #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	border: 2px solid #343334;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	}
#application .ConL .link a:hover{
	background:url(../img/icon_arrow2.png) no-repeat 10px center #555;
	/*color:#f73b3b;*/
	}







/* .ConR */
#application .ConR{
	float:right;
	width:498px;
	}
#application .ConR .tel{
	text-align:center;
	margin-bottom:10px;
	}
#application .ConR .tel a{
	text-decoration:none;
	color:#333;
	}
#application .ConR .note{
	margin:0 30px 30px;
	padding:15px 30px;
	background:#f5f5f5;
	border:1px solid #ccc;
	}


@media only screen and (max-width:768px){
#application .ConL,
#application .ConR{
	float:none;
	width:100%;
	}

#application .ConL ul li.btnB{
	margin:0 auto 5px;
	}

}




@media only screen and (max-width:640px){
#application h4{
	padding:5%;
	}
#application .ConL,
#application .ConR{
	float:none;
	width:100%;
	}
#application .ConL ul li.btnB{
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	}
#application .ConL ul li.btnB a{
	display:block;
	margin:0;
	width:100%;
	height:65px;
	padding:10px 0;
	text-align:center;
	background-size:100%;
	}

#application .ConL .link{padding-left:0px;}

}




/* #deadline -------------------------------------------------------*/
#deadline{ 
	padding:0;
	margin-bottom:5em;
}
#deadline h3{
	margin:0 0 1.5em;
	padding-top:2em;
	text-align:center;
	}

#deadline p.title{
	 font-weight:bold;
	 margin-bottom:0;
	 font-size:15px;
	 }



 /* #mile -------*/

#mile{
	margin-top:-60px;
	padding-top:60px;
	background:none;
	}
#mile h3{
	margin-bottom:1.5em;
	text-align:center;
	}
#mile .box{
	padding:0;
	margin-bottom:5em;
	}
#mile h4{
	color:#cc0000;
	font-size:16px;
	}

@media only screen and (max-width:640px){
#deadline h3,
#mile h3{
	font-size:20px;
	margin-bottom:1em;
	}

}


/*----------------------------------------------------------------
  .attention  注意事項
----------------------------------------------------------------*/

.attention{
	 padding:30px;
	 border:10px solid #ececec;
	 }
 
.attention .title{
	  font-size:14px;
	  font-weight:bold;
	  margin-bottom:5px;
	  }
.attention ul{  margin-bottom:0;  }
 
 
@media only screen and (max-width:640px){
.attention{
	 padding:20px;
	 }

}
 
 
/*------------------------------------------------------------------
 　footer
------------------------------------------------------------------*/
footer{	overflow:hidden;}
footer .inner{
	padding:0;
	max-width:900px;
	}

footer .logo{
	padding:20px 0;
	text-align:center;
	}

#footerBox {
	clear: both;
	width: 100%;
	text-align:center;
	padding: 20px 0 0;
	color: #b6b6b6;
	position: relative;
	overflow: hidden;
	background:#343334;
}
#footerBox ul {
	position: relative;
	left: 50%;
	float: left;
}
#footerBox ul li {
	padding: 0 7px;
	font-size: 92%;
	line-height: 1;
	border-right: 1px solid #fff;
	position: relative;
	left: -50%;
	float: left;
}
#footerBox ul li:last-child{border-right: none;}
#footerBox a {color: #fff;}
#footerBox p#copyright {
	font-size: 76%;
	padding: 22px 0;
	clear: both;
	text-align:center;
}




@media only screen and (max-width:768px){
#footerBox{
	padding:0;
	}
#footerBox ul{
	width:100% !important;
	position:inherit;
	left:0;
	}
#footerBox ul li{
	width:100%;
	float:none;
	border:none;
	position:inherit;
	padding:0;
	left:0;
	}
#footerBox ul li a{
	display:block;
	padding:15px 15px 15px 20px;
	border-bottom: 1px solid #777;
	text-decoration:none;
	background:url(../img/icon_arrow.gif) no-repeat 0.5em center;
	}
#footerBox p#copyright{
	text-align:left;
	margin-left:10px;
	padding:40px 0;
	}
footer .logo img{
	max-width:40%;
	}
	
	}





/* .totop --------------------------------*/

.totop{
	position:absolute;
	bottom:15px;
	right:20px;
	}
.totop a{
	display:block;
	border:1px solid #777;
	height:54px;
	}
.totop a:hover{	border:1px solid #cc0404;}




/*---------------------------------------------------
	Class
----------------------------------------------------*/

.floatL{float:left;}
.floatR{float:right;}

.clearL{clear:left;}
.clearR{clear:right;}
.clearB{clear:both;}

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}

.txtRed{color:#CC0033;}
.txtCaps{font-variant:small-caps;}



/*---------------------------------------------------
	ClearFix
----------------------------------------------------*/
/* Modern Browser Firefox,Safari,Opera --*/
.clearfix:after,
.inner:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/*-- IE7 --*/
.clearfix,
.inner{
display: inline-block;
}
/*-- For Legacy IE without macIE --*/
* html .clearfix,
* html .inner{
height: 1%;
}
.clearfix,
.inner{
display: block;
}
/*---------------- End of Clearfix ----------------*/