@charset "utf-8";

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #444;
	background-color:#FFF;
	font-size: 12px;
	line-height: 2.2;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #41466B;
}
a:visited {
	text-decoration: none;
	color: #41466B;
}
a:hover {
	text-decoration: underline;
	color: #41466B;
}
a:active {
	text-decoration: underline;
	color: #41466B;
}

/*---------------------------------------------
 ** common
---------------------------------------------*/
a:hover img.hover{ opacity:0.8; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }
.pink_c{ color:#EC96BD;}
.m_bottom_10px{ margin-bottom:10px;}
.m_20px{ margin:10px 15px 0 15px;}
.font_sss{ font-size:10px;}
.over_zoom{_zoom: 1;
	overflow: hidden;}
.doct{font-weight:bold; float:right; margin:15px 0 0 0; color:#EF94BD;}

.m_top_20px{ margin-top:20px;}

.m_right_20px{ margin-right:20px;}

.m_bottom_35{ margin-bottom:35px;}
.m_bottom_50{ margin-bottom:50px;}
.m_bottom_60{ margin-bottom:60px;}


.p_top_20px{ padding-top:20px;}
.m_left_20px{ margin-left:20px;}

.float_L{ float:left;}
.float_R{ float:right;}

a.hover {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a.hover:hover{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }


/* シャドウ */
.box_shadow{
	-webkit-box-shadow:0px 7px 9px rgba(0,0,0,0.05);
	box-shadow:0px 7px 10px rgba(0,0,0,0.1);
}

.m_0auto{ margin:0 auto;}


/* a hover */
a.hover {	-webkit-transition: 0.3s ease-in-out;	-moz-transition: 0.3s ease-in-out;	-o-transition: 0.3s ease-in-out;	transition: 0.3s ease-in-out;}
a.hover:hover{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }