@charset "utf-8";

html { font-size:62.5%; }

body {
	margin:0;
	color:#333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", ¥á¥¤¥ê¥ª, sans-serif;
	font-size:1.2rem;/*12px*/
	line-height:160%;
	-webkit-text-size-adjust: none; /* ¥Õ¥©¥ó¥È¥µ¥¤¥º×Ô„ÓÕ{Õû */
	text-align:center;
	overflow:scroll;
}

@media screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust:100%; /* iPhone */
	}
}

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-size:100%;
	text-align:left;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	text-align:left;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #EFEFEF;
	margin:0;
	padding:0;
}

ul {
	list-style: none;
	padding: 0;
}

li { padding: 0; }

input, select { vertical-align: middle; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th { padding: 0; }

a {
	display: block;
	text-decoration:none;
	-webkit-touch-callout:none;
}


img {
	border: 0;
	vertical-align: top;
    max-width: 100%;
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
div:after, ul:after, dll:after, header:after, section:after, footer:after {
	content: '';
	display: block;
	clear: both;
}

/*div:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both; 
}
*/

/*----------------------------------------------------
 ¥¿¥¤¥È¥ë»­Ïñ¤Þ¤ï¤ê
----------------------------------------------------*/

.tit_img {
	border-bottom: 3px solid #E393A0;
}

/*----------------------------------------------------
 ¥Ü¥¿¥ó¤Þ¤ï¤ê
----------------------------------------------------*/
input[type=submit] {
    font-family: FontAwesome /*FontAwesome¤ò¥Õ¥©¥ó¥ÈÖ¸¶¨*/;
}

input[type="button"],input[type="submit"],input[type="text"] {
    -webkit-appearance: none;
}

textarea[type="text"] {
    -webkit-appearance: none;
}

/* ¥Õ¥Ã¥¿©`¤ÎPC¥µ¥¤¥È?SP¥µ¥¤¥ÈÇÐ¤êÌæ¤¨ */
#switchArea {
	padding:10px 0 0;
	overflow:hidden;
	width:100%;

}

#switchArea dl {
	width:17em;
	margin:0 auto;
    padding-right: 18px;
}

#switchArea dt {
	float:left;
	width:5em;
	margin-top: 23px;
	display:block;
}

#switchArea dd {
	float:left;
	display:block;
    margin-left: 0;
}

#switchArea ul {
	border-radius: 0px;
	border:2px solid #F7B5BD;
	overflow:hidden;
	width:140px;
}

#switchArea ul li {
	width:48%;
	display: inline-block;
	box-sizing: border-box;
	text-align:center;
	font-weight:bold;
}


#switchArea ul li:first-child {
	background:#F7B5BD;
	padding:10px;
	color:#FFF;
}

#switchArea ul li:last-child a {
	padding:10px;
	display:block;
}

#copyright {
	padding:10px;
	text-align:center;
	font-size:85%;
	color:#FFF;
	background:#F07787;
}