@charset "UTF-8";
/* CSS Document */

/*クロスブラウザ用の初期化設定

html 5 対応

*//*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, hd, embed, object, figure, address {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table {border-spacing: 0;}

* html table {border-collapse: collapse;}

*:first-child+html table {border-collapse: collapse;}

caption, th {text-align: left; font-weight: normal;}

table, th, td, img {border: 0;}

img, input {vertical-align: middle;}

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

ul {list-style: none;}

html {
	font-size: 62.5%; /*10px*/
	line-height: 1em;
}

body {
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, small, address {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}

ol {
	margin-top: 1em;
	list-style-position: inside;
}

section, article, aside, hgroup, header, footer, nav, figure, main { display: block;}

a { text-decoration: none;}
a:hover { opacity: 0.7;}

a.linkBtn {
	color: #DD3D1C;
	padding: 2px 5px 1px;
}

a.linkBtn:hover {
	background-color: #DD3D1C;
	color: #fff;
	border-radius: 2px;
}

 input[type="button"],
 input[type="submit"] {
    -webkit-appearance: none;
  }


/*web fonts*/

@font-face {
	font-family: MavenReg;
	src:	url(../font/MavenPro-Regular.eot) format('embeded-opentype'),
			url(../font/MavenPro-Regular.woff) format('woff'),
			url(../font/MavenPro-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: MavenBld;
	src:	url(../font/MavenPro-Bold.eot) format('embeded-opentype'),
			url(../font/MavenPro-Bold.woff) format('woff'),
			url(../font/MavenPro-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
}

/*Clear fix*/

.contBlk:after,
.floatWrp:after {
	content: "";
	display: block;
	clear: both;
}