@charset "utf-8";


/* reset
------------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, address,
abbr, code, pre, samp, blockquote, q, cite,
img, del, ins, dfn, var, strong, em, small, b, i, sub, sup,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, dialog, figcaption, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0; font-style: normal; vertical-align: baseline; background: transparent;
	box-sizing: border-box;
}

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

blockquote, q { quotes: none;}


/* common
------------------------------------------------------------ */

body {
	font-family: "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
	background: #F5F6F8;
	text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}

h1 { padding: 15px 0 10px;}
h2,h3,h4,h5,h6 { font-weight: bold; padding: 15px 0 10px;}

hr { display: none;}

a img { border: none;}

a			{ color: #333; text-decoration: underline; vertical-align: baseline; cursor: pointer;}
a:visited	{ color: #333;}
a:hover		{ color: #999; text-decoration: none;}
a:active	{ color: #333;}
a:focus		{ color: #333;}

p { padding: 5px 0;}

dl,ul,ol { padding: 0; margin: 0;}
ul { list-style: none;}
ol { list-style: decimal; padding-left: 2em;}
dt { font-weight: bold;}

ins { text-decoration: none;}
mark { background-color: #ff9; color: #000; font-style:italic; font-weight: bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom: 1px dotted #333; cursor:help;}

embed, object, img { vertical-align: bottom;}
embed, object { outline: none;}
img { border: none; color: #333; background: transparent;}
hr { display: none;}

table { border-collapse: collapse; border-spacing: 0; margin: 10px auto;}
th, td { vertical-align: middle; text-align: left; border: 1px solid #ccc; padding: 0;}
thead th,
thead td { text-align: center;}
th { vertical-align: top; font-weight: bold;}
td { vertical-align: top; padding: 2px 10px;}
td ul, td dl { height: auto;}

form { margin: 0; padding: 0;}
fieldset { border: none; padding: 0; margin: 0;}
legend { padding: 0 0 10px; margin: 0;}
label { cursor: pointer;}
input { padding: 0 10px; box-sizing: border-box;}
input[type="text"],input[type="password"],textarea { border: 1px solid #D3D9E5; border-radius: 4px;}
input[type="button"] { padding: 0 2px;}
select option { padding: 0 5px;}
input, textarea, button, select { color: inherit; font-family: inherit; vertical-align: middle;}
button, input[type="submit"], input[type="button"], input[type="reset"] { cursor: pointer;}


/* utility
------------------------------------------------------------ */

.clr, .clear { clear: both;}

.taC { text-align: center;}
.taL { text-align: left;}
.taR { text-align: right;}

.flL { float: left;}
.flR { float: right;}
.imgL { float: left; padding-right: 10px;}
.imgR { float: right; padding-left: 10px;}
.imgL img,
.imgR img { margin-bottom: 5px;}

.w-full { width: 100%;}


/* clearfix
------------------------------------------------------------ */

section:after,
#footer:after,
#container:after,
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

section,
#footer,
#container,
.clearfix { display: inline-block;}
/* for IE7 */

/* Holly Hack Targets IE Win only \*/
* html section,
* html #footer,
* html #container,
* html .clearfix { height: 1%;}
section,
#footer,
#container,
.clearfix { display: block;}
/* End Holly Hack */

