@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; word-wrap: break-word; -webkit-word-wrap: break-word; background: transparent;}

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

blockquote, q { quotes: none;}

/*==================================================================== common
*/

body {
	cursor: auto;
	color: #333;
	font: normal normal 12px/1.5 Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 0;
	word-spacing: 0.1em;
	text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}

h2,h3,h4,h5,h6 { font-weight: bold;}

hr { display: none;}

a img { border: none;}

a			{ color: #00a0e9; text-decoration: underline; vertical-align: baseline; cursor: pointer;}
a:visited	{ color: #0068b7;}
a:hover		{ color: #0068b7; text-decoration: none;}
a:active	{ color: #f8b500;}
a:focus		{ color: #f8b500;}

p { padding: 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;}

strong { font-weight: bold;}

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

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;}

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

/*==================================================================== utility
*/
.bold {color: #333; font-weight: bold;}
.nowrap {white-space: nowrap}

.clr, .clear { clear: both;}

.aC { text-align: center;}
.aL { text-align: left;}
.aR { text-align: right;}

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

.fsXL { font-size: 18px;}
.fsL { font-size: 16px;}
.fsM { font-size: 14px;}
.fsS { font-size: 10px;}
.alert_success { color: #00a0e9;}
.alert_attention { color: #ffa316;}
.alert_caution { color: #ea5531;}
.hidden,
.hide_pc { display: none;}

.w100 { width: 100%;}

@media screen and (max-width: 768px){
.hide_pc { display: inherit;}
.hide_sp { display: none;}
}

/*---------------------------------- cleaarfix
*/

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

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

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

/*==================================================================== print css
*/

@media print {
#header p, .hNav, .hOtherNav, .pagetop, #footer { display: none;}
#container { padding-bottom: 0;}
}
