/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定
=================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;}
audio[controls], canvas, video {
	display: inline-block;
/* *display: inline; */
	zoom: 1;}
html {
	font-size: 84%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	letter-spacing: 0.1em;
	line-height: 1.6;
	border-top: 3px solid #0f619b;}
	
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;}

body, button, input, select, textarea {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #db164e;
	overflow: hidden;
	outline: none;}

a:hover {
	color: #db164e;
	text-decoration: underline;}

a:focus {
	outline: thin dotted;}

a:hover, a:active {
	outline: 0;}

abbr[title] {
	border-bottom: 1px dotted;}

b, strong {
	font-weight: bold;}

blockquote {
	margin: 1em 40px;}

dfn {
	font-style: italic;}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;}

ul, ol {
	margin:0;
	padding:0;}

nav ul, nav ol {
	list-style: none;}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;}
svg:not(:root) {
	overflow: hidden;}

form {
	margin: 0;}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
/* *vertical-align: middle; */
}

button, input {
	line-height: normal;
 	overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;}

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

body, textarea {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	color: #3a3a3a;
}
input, select {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
	line-height: 140%;}
	
img, abbr, acronym, fieldset {
	border: 0;}
	
li {
	list-style:none;}
	
/*utility*/
.img05 {
	margin-bottom:5px;}
.img10 {
	margin-bottom:10px;}
.img12 {
	margin-bottom:12px;}
.img15 {
	margin-bottom:15px;}
.img20 {
	margin-bottom:20px;}
.img25 {
	margin-bottom:25px;}
.img30 {
	margin-bottom:30px;}
.img40 {
	margin-bottom:40px;}
.img50 {
	margin-bottom:50px;}
.img60 {
	margin-bottom:60px;}
.img70 {
	margin-bottom:70px;}
.img80 {
	margin-bottom:80px;}
.img90 {
	margin-bottom:90px;}
.img100 {
	margin-bottom:100px;}

@media screen and (max-width: 768px) {
	/*utility*/
.img05 {
	margin-bottom:5px;}
.img10 {
	margin-bottom:6px;}
.img12 {
	margin-bottom:7px;}
.img15 {
	margin-bottom:8px;}
.img20 {
	margin-bottom:12px;}
.img25 {
	margin-bottom:13px;}
.img30 {
	margin-bottom:16px;}
.img40 {
	margin-bottom:20px;}
.img50 {
	margin-bottom:27px;}
.img60 {
	margin-bottom:30px;}
.img70 {
	margin-bottom:35px;}
.img80 {
	margin-bottom:44px;}
.img90 {
	margin-bottom:45px;}
.img100 {
	margin-bottom:50px;}

}

.ml05 {
	margin-left:5px;}
.ml10 {
	margin-left:10px;}
.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;}
.pr05 {
	padding-right:5px;}
.pr10 {
	padding-right:10px;}
.pr15 {
	padding-right:15px;}
.pr20 {
	padding-right:20px;}
.pr30 {
	padding-right:30px;}
.pr40 {
	padding-right:40px;}
.txt_l {
	font-size: 120%;}

.mo a:hover
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";}

.img_100 img {
	max-width: 100%;
	height: auto;}

.red {
	font-weight: bold;
	color: #ea0063;}

.pink {
	font-weight: bold;
	color: #f140a4;}

.green {
	font-weight: bold;
	color: #83b900;}



/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

*{
    zoom:1;
}