@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.5em;
	width: 100%;
	min-width:320px;
	-webkit-text-size-adjust:none;
	background: #FFFFFF;
	font-size:14px;
}
.maru{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
img{
        vertical-align: bottom;
}
ul li{
	list-style: none;
}

a {
	color: #fd7397;
	text-decoration: none;
}
a:hover {
	color: #fe85a5;
}

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:14px;
	line-height: 2.0;
}

.single p{
    margin-bottom:20px;
	line-height: 2.0;
}

i{
	font-style:inherit;
}
@media screen and (min-width: 769px){
body,p{
  font-size: 16px;
}
}
/*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
================================================*/

.mb0{
         margin-bottom:0px;
}
.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;
}

/*font系
================================================*/
.bold {
	font-weight: bold;
}
.blue { color: #07338A;}
.red { color: #d0121b;}
.notes {
    padding-left: 1em;
    text-indent: -1em;
}
.li1{
  line-height: 1.0;
}

/*clearfix
================================================*/

#contents-wrap:after,.clearfix:after,.ph-right:after,.ph-left:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  


/* For modern browsers */
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 

/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 