/* default.css */
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 6.25%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a{
	color:#028a9a;
	text-decoration:underline;
}
a:hover {
	color:#4ad5e5;
	text-decoration:none;
}

a:focus {
	outline:none;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	min-width:320px;
	text-align: center;
	font-size: 14rem;
	color:#555555;
}

strong,
b {
	font-weight: bold;
	font-weight: 700;
}

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}


.inline_bl {
	display: inline-block;
}



.mb05 {	margin-bottom: 5px;}
.mb10 {	margin-bottom: 10px;}
.mb12 {	margin-bottom: 12px;}
.mb15 {	margin-bottom: 15px;}
.mb20 {	margin-bottom: 20px;}
.mb30 {	margin-bottom: 30px;}
.mb40 {	margin-bottom: 40px;}
.mb50 {	margin-bottom: 50px;}
.mb60 {	margin-bottom: 60px;}
.mt05 {	margin-top: 5px;}
.mt10 {	margin-top: 10px;}
.mt12 {	margin-top: 12px;}
.mt15 {	margin-top: 15px;}
.mt20 {	margin-top: 20px;}
.mt30 {	margin-top: 30px;}
.mt40 {	margin-top: 40px;}
.mt50 {	margin-top: 50px;}
.mt60 {	margin-top: 60px;}
.mt70 {	margin-top: 70px;}
.mt80 {	margin-top: 80px;}
.mt90 {	margin-top: 90px;}
.mt100 { margin-top: 100px;}
.mt110 { margin-top: 110px;}
.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml12 {	margin-left: 12px;}
.ml15 {	margin-left: 15px;}
.ml20 {	margin-left: 20px;}
.ml30 {	margin-left: 30px;}
.ml40 {	margin-left: 40px;}
.ml50 {	margin-left: 50px;}
.ml60 {	margin-left: 60px;}
.mr05 {	margin-right: 5px;}
.mr10 {	margin-right: 10px;}
.mr15 {	margin-right: 15px;}
.mr20 {	margin-right: 20px;}
.mr30 {	margin-right: 30px;}
.mr40 {	margin-right: 40px;}
.mr50 {	margin-right: 50px;}
.mr60 {	margin-right: 60px;}
.pt05 {	padding-top: 5px;}
.pt10 {	padding-top: 10px;}
.pt15 {	padding-top: 15px;}
.pt20 {	padding-top: 20px;}
.pt30 {	padding-top: 30px;}
.pt40 {	padding-top: 40px;}
.pb05 {	padding-bottom: 5px;}
.pb10 {	padding-bottom: 10px;}
.pb15 {	padding-bottom: 15px;}
.pb20 {	padding-bottom: 20px;}
.pb30 {	padding-bottom: 30px;}
.pb40 {	padding-bottom: 40px;}
.pl05 {	padding-left: 5px;}
.pl10 {	padding-left: 10px;}
.pl15 {	padding-left: 15px;}
.pl20 {	padding-left: 20px;}
.pl30 {	padding-left: 30px;}
.pl40 {	padding-left: 40px;}
.pr00 {	padding-right: 0px;}
.pr05 {	padding-right: 5px;}
.pr10 {	padding-right: 10px;}
.pr15 {	padding-right: 15px;}
.pr20 {	padding-right: 20px;}
.pr30 {	padding-right: 30px;}
.pr40 {	padding-right: 40px;}

.fll {	float: left}
.flr {	float: right;}

.txt_l { text-align: left;}
.txt_r { text-align: right;}
.txt_c { text-align: center;}

.valign_t {	vertical-align: top;}
.valign_m {	vertical-align: middle;}
.valign_b {	vertical-align: bottom;}


audio {
	display:none !important;
}

.cfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cfix {
	min-height: 1px;
	zoom: 1;
}

* html .cfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}
