
html{
margin: 0;
padding: 0;
}

* {
margin: 0;
padding: 0;
font-family:
    "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro W3",
    "Hiragino Kaku Gothic Pro",
    Osaka,
    "ＭＳ Ｐゴシック", "MS P Gothic",
    sans-serif;
/*font-size: 20px;*/
}
strong {font-size: 20px;}
img{
	width: auto;
	max-width: 100%;
}

a:hover{
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70);
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

a:link {
    color:#000;
    text-decoration: none;
}

a:visited {
    color:#000;
    text-decoration: none;
}

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

a:active {
    color:#000;
    text-decoration: none;
}

a img {
    border: none;
}

ol, ul {
    list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1; /* for IE6/7 */
}

@media screen and (max-width: 680px){

p {
	line-height: 1.5em;
}

* {
	/*font-size: 98%;*/
}

}

%if ua.find('android 2.3') != - 1:
.svg {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
%else:
.svg {
    display:table-cell;
    vertical-align:center;
    text-align:center;
}
%endif


.fnt10 {
	font-size: 10px;
}
.fnt11 {
	font-size: 11px;
}
.fnt12 {
	font-size: 12px;
	overflow-y: auto;
}
.fnt13 {
	font-size: 13px;
}
.fnt14 {
	font-size: 14px;
}
.fnt15 {
	font-size: 15px;
}
/*=====     margin     =====*/
/* top */

/* right */
.mgr5 {
	margin-right: 5px;
}
.mgr8 {
	margin-right: 8px;
}
.mgr10 {
	margin-right: 10px;
}
.mgr15 {
	margin-right: 15px;
}
.mgr20 {
	margin-right: 20px;
}
.mgr25 {
	margin-right: 25px;
}
.mgr30 {
	margin-right: 30px;
}
.mgr35 {
	margin-right: 35px;
}
.mgr40 {
	margin-right: 40px;
}
.mgr45 {
	margin-right: 45px;
}
.mgr50 {
	margin-right: 50px;
}

/* bottom */
.mgb5 {
	margin-bottom: 5px;
}
.mgb8 {
	margin-bottom: 8px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb25 {
	margin-bottom: 25px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb35 {
	margin-bottom: 35px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}

.mgb80 {
	margin-bottom: 80px;
}
.mgb100 {
	margin-bottom: 100px;
}
.mgb200 {
	margin-bottom: 200px;
}


/* left */
.mgl5 {
	margin-left: 5px;
}
.mgl8 {
	margin-left: 8px;
}
.mgl10 {
	margin-left: 10px;
}
.mgl15 {
	margin-left: 15px;
}
.mgl20 {
	margin-left: 20px;
}
.mgl25 {
	margin-left: 25px;
}
.mgl30 {
	margin-left: 30px;
}
.mgl35 {
	margin-left: 35px;
}
.mgl40 {
	margin-left: 40px;
}
.mgl45 {
	margin-left: 45px;
}
.mgl50 {
	margin-left: 50px;
}
/*=====     paddong     =====*/
/* top */
.pdt5  {
	padding-top: 5px;
}
.pdt10  {
	padding-top: 10px;
}
.pdt20  {
	padding-top: 20px;
}
.pdt30  {
	padding-top: 30px;
}
.pdt40  {
	padding-top: 40px;
}
.pdt50  {
	padding-top: 50px;
}

.pdt80  {
	padding-top: 80px;
}

/* bottom */
.pdb200 {
	padding-bottom: 200px;
}

.pdb100 {
	padding-bottom: 100px;
}

.pdb50 {
	padding-bottom: 50px;
}
/* left */
.pdl5  {
	padding-left: 5px;
}
.pdl10  {
	padding-left: 10px;
}
.pdl20  {
	padding-left: 20px;
}

/* テキスト */
.txt_c{ text-align:center;}

.txt_l { text-align:left;}

.txt_r { text-align:right;}

.ver_m { vertical-align:middle;}

.ver_t { vertical-align:top;}

.ver_b { vertical-align:bottom;}

.lh175 {  line-height:175%;}