@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;}

article, aside, details, dialog,
figcaption, figure, footer, header, hgroup, nav, section { display: block;}

blockquote, q { quotes: none;}

/*================================== common
*/

html, body { height:100%;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#666;
	height:100%;
	letter-spacing: 0;
	word-spacing: 0.1em;
	position:relative;
	z-index:1;
}

h1 { padding:0;}
h2,h3,h4,h5,h6 { font-weight: bold; padding:0;}

hr { display: none;}

a img { border: none;}

a			{ color: #09C; text-decoration: none; vertical-align: baseline; cursor: pointer;}
a:visited	{ color: #09C;}
a:hover		{ color: #06C; text-decoration: none;}
a:active	{ color: #09C;}
a:focus		{ color: #09C;}

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: middle;}
embed, object { outline: none;}
img { border: none; color: #333; background: transparent;}
hr { display: none;}
input, select { vertical-align: middle; margin-bottom: 5px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

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 { padding: 10px 0; margin: 0;}
fieldset { border: none; padding: 0; margin: 0;}
legend { padding: 0 0 10px; margin: 0;}
label { cursor: pointer;}
input { padding: 2px;}
input[type="text"],input[type="password"],textarea { border: 1px solid #999;}
input[type="button"] { padding: 0 2px;}
select option { padding: 0 5px;}


/*---------------------------------- cleaarfix
*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: block;}

/*================================== module
*/

.wrap { padding:20px;}
h1,h2,h3 { text-align:center;}
h1 { padding-bottom:20px;}
h2 { font-weight:bold; font-size:20px; color:#FFF; background:#E22208; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; margin-bottom:10px; padding:5px 10px;}
h3 { color:#E22208; padding:10px;}
ul a { width:100%; display:inline-block; background:#eee; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:10px; margin-bottom:20px;}
ul a:hover { background:#ddd;}
li { font-size:12px;}
li span { font-size:14px; display:block; font-weight:bold;}
/*li { float:left; width:32%; margin:0 5px;}*/
#footer { text-align:center; font-size:10px; border-top:4px solid #E22208; margin-top:20px; padding:5px 0 10px;}

/*================================== ボタン
*/

.btn {
	background:#808080;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color: #FFF;
	width:100%;
	display:inline-block;
	font-size: 14px;
	text-align:center;
	font-weight:bold;
	padding: 15px 0 13px;
}
.btn span { font-size:10px;}

/*==================================================================== utility
*/

.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;}

