@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,p,
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%;
    vertical-align:baseline;
    background:transparent;
    background-color:transparent;
}

body{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
	width: 100%;
	min-width:320px;
	-webkit-text-size-adjust:none;
	background: #FFFFFF;
	font-size: 16px;
}
img{
        vertical-align: bottom;
}
ul li{
	list-style: none;
}

a {
	color: #ee88a2;
	text-decoration: none;
}
a:hover {
	color: #ee416d;
}

a img {
	border: 0;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
p{
    font-size:16px;
	line-height: 1.8;
    margin-bottom:20px;
}

.single p{
    margin-bottom:20px;
	line-height: 2.0;
}

.single>div{
   margin-bottom:20px;
}
i{
	font-style:inherit;
}

.mincho{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width :767px){
body{
    font-size:14px;
}
p{
    font-size:14px;
    margin-bottom:10px;
}
}

/*float
================================================*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.oh {
	overflow: hidden;
}

/*text-align
================================================*/
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
 
/*margin
================================================*/

.p10{
    padding:10px;
}
.pt10{
         padding-top:10px;        
}
.pt20{
         padding-top:20px;        
}

.mt10{
	margin-top:10px;
}
.mt100{
         margin-top:100px;
}
.mt20{
	margin-top:20px;
}

.ml20{
    margin-left:20px;
}
.mb10{
         margin-bottom:10px;
}

.mb15{
         margin-bottom:15px;
}
.mb20{
         margin-bottom:20px;
}
.mb30{
         margin-bottom:30px;
}
.mb40{
         margin-bottom:40px;
}
.mb50{
         margin-bottom:50px;
}
.mb60{
         margin-bottom:60px;
}
.pm0{
    padding:0 !important;
    margin:0 !important;
}

/*h
================================================*/

/*font系
================================================*/
.bold {
	font-weight: bold;
}


/*clearfix
================================================*/

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  


/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


/