@charset "UTF-8";
/*====================================================================

  リセット

====================================================================*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup,menu, nav, section, summary,time, mark, audio, video {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';content:none;
}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {line-height: 150%;}
body {line-height:150%;}
img {vertical-align: bottom;max-width: 100%;height: auto;display: block;margin: 0 auto;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
caption, th, td {font-weight: normal;}
strong {font-weight:normal;}

/*====================================================================

  設定

====================================================================*/
html,body {
	color:#666666;
	font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background: #FFFFFF;
}

a:link {color:#F14B94; text-decoration:none;}
a:visited {color:#F14B94; text-decoration:none;}
a:hover {color:#F14B94; text-decoration:none}

a:hover img {
	opacity: 0.8 ;
	filter: alpha(opacity=80) ;	
	-ms-filter: "alpha(opacity=80)";
	}
a img {
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
a {-webkit-transition: 0.4s ;transition: 0.4s ;}
p {line-height:180%;}
i {	padding: 0 0.5rem;}

.f_l {float:left;}
.f_r {float:right;}
.clear {clear:both}
.clear_fix:before, .clear_fix:after {content: " ";display: table;}
.clear_fix:after {clear: both;}
.clear_fix {*zoom: 1;}


/* ==================================================================================================================

 共通CSS

================================================================================================================== */

html {font-size: 62.5%;}
body {font-size:1.5rem;}

html {
	background: #FFF0F4;
}
body {
	max-width: 620px;
	margin: 0 auto;
	background: #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
small {
	background: #000;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 0.5em;
	letter-spacing: 0.05em;
	font-size: 1.4rem;
}
iframe {
	vertical-align: bottom;
}

/* ========================================
　920px以下 
========================================= */

@media screen and (max-width: 920px) {
	body {
		max-width: 100%;
		width: 100%;
	}
	img {
		width: 100%;
	}
	small {
		letter-spacing: 0;
		font-size: 1.2rem;
	}
}
