﻿@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
	font-size:100%;
}


body{
	color:#272727;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	line-height:160%;
}

a{text-decoration:none!important;}
a:link{color:#1d3994;}
a:visited{color:#1d3994;}
a:hover{color:#72ffed;}
a:active{color:#1d3994;}

/*Pタグを無効か*/
p img, p iframe{margin-bottom:0px!important;}

.fbig1{font-size:1.2em;}


/*++++++++++++++++++++++++++++++++++++++++++
　　画面設定
++++++++++++++++++++++++++++++++++++++++++++*/
article{
	
}


/*--------------------------------------------------------
paddingの余白に依存しない
--------------------------------------------------------*/
*, *: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;
}
img{
	display:block;
	border:none;
	max-width: 100%;
    height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.left{text-align:left;}



.fbig01{font-size:120%; line-height:170%;}
.fbig02{font-size:150%; line-height:180%;}
.fbig03{font-size:190%; line-height:180%;}
.fsmall{font-size:90%; line-height:150%;}

.m_bottom, .catch_text p{margin-bottom:30px;}

