@cahrset "UTF-8";

/* COMMON STYLE
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 87.5%;
}
body {
	margin: 0 auto;
	color: #000;
	background: #fff;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
* html body {
	font-size: small;
}
* html body table {
	font-size: 100%;
}
*:first-child+html body {
	font-size: small;
}
h1,
h2,
h3,
h4,
h5 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}
ul {
	list-style: none;
}
img,
a img {
	border: none;
	text-decoration:none;
}
a:link,
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover,
a:active {
	color:#0C419A;
	text-decoration: none;
}

.font_s{
	font-size:16px;
}


/* CLEARFIX
---------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ########## LAYOUT ##########
---------------------------------------------*/
body{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	background-image:url(../img/bg_header.jpg);
	background-repeat:repeat-x;
	height:182px;
	width:640px;
	position:relative;
}

#main{
	background-color:#50ADDA;
	min-height:640px;
	overflow: hidden;
	position:relative;
	padding-bottom:100px;
}

#main_kanto{
	background-color:#50ADDA;
	height:640px;
	overflow: hidden;
}

#footer{
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-x;
	height:147px;
}


/* header
---------------------------------------------*/
#header h1{
	position:absolute;
	top:16px;
	left:193px;
}

#header .michi_logo{
	position:absolute;
	top:19px;
	left:577px;
}

#header .head_ken{
	position:absolute;
	top:71px;
	left:519px;
}

#header .michi_wifi{
	position:absolute;
	top:40px;
	left:21px;
}

#header .japan_wifi{
	position:absolute;
	top:127px;
	left:446px;
}


/* footer
---------------------------------------------*/
#footer img{
	margin-top:32px;
	margin-bottom:15px;
}


/* ########## TOP ########## */

/* map
---------------------------------------------*/
.map{
	background-image:url(../img/img_map.png);
	background-repeat:no-repeat;
	width:541px;
	height:541px;
	margin-left:auto;
	margin-right:auto;
	margin-top:49px;
	position:relative;	
}

.map_tokushima{
	position:absolute;
	top:220px;
	left:420px;
}

.map_kagawa{
	position:absolute;
	top:150px;
	left:350px;
}

.map_ehime{
	position:absolute;
	top:250px;
	left:150px;
}

.map_kochi{
	position:absolute;
	top:300px;
	left:250px;
}



/* ########## Information ########## */
#title_h2{
	height:47px;
	background-image:url(../img/img_border.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:25px;
}

#title_h2 h2{
	line-height:47px;
	font-size:22px;
}

.information li{
	display:block;
	width:162px;
	height:162px;
	float:left;
	margin:0 25px 25px 25px;
}

/* ########## list_info ########## */
.title_h3{
	height:40px;
	width:560px;
	background-color:#75BEE1;
	align-content:center;
	margin-left:auto;
	margin-right:auto;
	border-radius:40px;
    -webkit-border-radius:40px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:40px;   /* Firefox用 */
	margin-bottom:35px;
	margin-top:26px;
}

.title_h3 h3{
	color:#ffffff;
	line-height:40px;
	font-size:24px;
}

.list_info ul{
	width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	text-align:left;
	font-size:22px;
}
	
.list_info li{
	background-image:url(../img/icon_maru.png);
	background-repeat:no-repeat;
	background-position:0px 13px;
	width:560px;
	height:58px;
	line-height:58px;
	text-align:left;
	font-size:22px;
	padding-left:50px;
	box-sizing:border-box;
	border-bottom:1px solid #75BEE1;
}
.list_info li:first-child{
	border-top:1px solid #75BEE1;
}
	
.list_info a{
	width:510px;
	height:58px;
	display:block;
}

/* ########## btn_back ########## */
.btn_back{
	height:40px;
	width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	margin-top:5px;
	content:"";
	display:block;
	clear:both;
	border-top:1px solid #75BEE1;
	padding-top:20px;
	position:absolute;
	bottom:0;
	left:40px;

}

.btn_back li{
	float:left;
}
.btn_back li:first-child{
	margin-right:20px;
}


.btn_back a{
	width:270px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:22px;
	box-sizing:border-box;
	display:block;
	xxxbackground-color:#75BEE1;
	background-color:#ffffff;
	color:#000000;
	border-radius:3px;
    -webkit-border-radius:3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:3px;   /* Firefox用 */
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #0C419A;
	border-bottom: 1px solid #0C419A;
}

.btn_back a:hover{
	color:#0C419A;
}

/* ########## btn_michi ########## */
.btn_michi{
	height:40px;
	width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:5px;
	content:"";
	display:block;
	clear:both;
	border-top:1px solid #75BEE1;
	padding-top:20px;
}

.btn_michi li{
	float:left;
}
.btn_michi li:first-child{
	margin-right:20px;
}


.btn_michi a{
	width:270px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:22px;
	box-sizing:border-box;
	display:block;
	xxxbackground-color:#75BEE1;
	background-color:#ffffff;
	color:#000000;
	border-radius:3px;
    -webkit-border-radius:3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:3px;   /* Firefox用 */
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #0C419A;
	border-bottom: 1px solid #0C419A;
}

.btn_michi a:hover{
	color:#0C419A;
}

/* ########## btn_kantouken ########## */
.btn_kantouken{
	height:150px;
	width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	margin-top:5px;
	content:"";
	display:block;
	clear:both;
	border-top:1px solid #E1C644;
	padding-top:20px;
}

.btn_kantouken li{
	float:left;
	height:42px;
}

.kantouken_right{
	margin-right:20px;
}

.kantouken_bottom{
	margin-bottom:14px;
}

/* ########## back_btn ########## */

.back_btn a{
	float:right;
	margin-right:20px;
	width:170px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:22px;
	box-sizing:border-box;
	display:block;
	xxxbackground-color:#75BEE1;
	background-color:#ffffff;
	color:#000000;
	border-radius:3px;
    -webkit-border-radius:3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:3px;   /* Firefox用 */
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #0C419A;
	border-bottom: 1px solid #0C419A;
}

.back_btn a:hover{
	color:#9C8518;
}


/* ########## info_top ########## */

.info_top a{
	float:left;
	margin-left:40px;
	margin-bottom:30px;
	width:560px;
	height:120px;
	text-align:left;
	font-size:22px;
	box-sizing:border-box;
	display:block;
	display:table;
	xxxbackground-color:#EEDE93;
	background-color:#ffffff;
	color:#000000;
	border-radius:3px;
    -webkit-border-radius:3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:3px;   /* Firefox用 */
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #A8A8B7;
	border-bottom: 1px solid #A8A8B7;
}

.info_top a:hover{
	color:#0C419A;
}

.info_top_icon{
	padding-left:15px;
	xxxpadding-top:10px;
	display:table-cell;
	vertical-align:middle;
	line-height:1;
}



.info_top_text{
	display:table-cell;
	width:490px;
	height:120px;
	vertical-align:middle;
}


