@charset "utf-8";
@import url("style.css");
/* CSS Document */

/* base************************************************** */
* {
	margin: 0px;
	padding: 0px;
}
img{
	vertical-align: bottom;
	border-style: none;
}
.clear{
    clear:both;
    height:0;
	font-size:0;
	line-height:0;
}
h1,
h2
{
	font-weight: normal;
	margin: 0px;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
h3{
	font-size: 16px;
	margin: 17px 17px 17px 0px;
	line-height: 1.8em;
}
h4{
	font-size: 16px;
	margin: 17px 17px 17px 0px;
	line-height: 1.8em;
}
a {
	outline: none;
}
a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a:link {
}
a:visited {
	text-decoration: none;
}
ul{
}
li{
	list-style-type: none;
	text-align: left;
}
html {
	min-height: 100%;
	position:relative;
	overflow:auto;
    -webkit-overflow-scrolling:touch;
}
body {
	min-height: 800px;
	margin:0 0 20em 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 120%;
	text-align: left;
	background-color: #FAF1CA;
	-webkit-text-size-adjust: 100%;
	color: #333333;
	background-image: url(../../image/common/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.pointer{
	cursor:pointer;
}
table {
	border: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px 0px;
}
table th {
	background-color: #E7E4DE;
	border-top: 1px solid #AEAAA5;
	padding: 17px 8px 17px 8px;
}
table td {
	background-color: #FFFFFF;
	border-top: 1px solid #AEAAA5;
	padding: 17px 8px 17px 8px;
}
table .last {
	border-bottom: 1px solid #AEAAA5;
}
/* display===============*/
.inlineBlock { display:inline-block}

/* float===============*/
.floL { float:left;}
.floR {	float:right;}
.clear {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	font-size:0;
}

/* float解除===============*/
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

/* margin===============*/
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt70{ margin-top:70px; }
.mt80{ margin-top:80px; }
.mt90{ margin-top:90px; }
.mt100{ margin-top:100px; }

.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }
.mb60{ margin-bottom:60px; }
.mb70{ margin-bottom:70px; }
.mb80{ margin-bottom:80px; }
.mb90{ margin-bottom:90px; }
.mb100{ margin-bottom:100px; }

.ml10{ margin-left:10px; }
.ml20{ margin-left:20px; }
.ml30{ margin-left:30px; }
.ml40{ margin-left:40px; }
.ml50{ margin-left:50px; }
.ml60{ margin-left:60px; }
.ml70{ margin-left:70px; }
.ml80{ margin-left:80px; }
.ml90{ margin-left:90px; }
.ml100{ margin-left:100px; }

.mr10{ margin-right:10px; }
.mr20{ margin-right:20px; }
.mr30{ margin-right:30px; }
.mr40{ margin-right:40px; }
.mr50{ margin-right:50px; }
.mr60{ margin-right:60px; }
.mr70{ margin-right:70px; }
.mr80{ margin-right:80px; }
.mr90{ margin-right:90px; }
.mr100{ margin-right:100px; }

/* 文字サイズ===============*/
.small {
	font-size: 11px;
}
.xsmall {
	font-size: 7px;
}
.font18px{
	font-size: 18px;
}
/* 文字装飾===============*/
.decoration_blue {
	color: #2168B1;
	text-decoration: underline;
}
.decoration_gray {
	color: #585858;
	text-decoration: underline;
}
.deco_underline{
	display:block;
	border-bottom: 1px solid #AEAAA5;
}
/* 背景===============*/
.bg_transparent {
	background-color: transparent;
	background-image: none
	}
/* 幅===============*/
.w100per {
	width: 100%;
}
.w96per {
	width: 96%;
}
@media screen and (max-width:760px){
body {
	min-height: 100%;
	margin:0 0 25em 0;
}
h3{
	font-size: 13px;
	margin: 2px 2px 2px 0px;
	line-height: 1.5em;
}
h4{
	font-size: 13px;
	margin: 2px 2px 2px 0px;
	line-height: 1.5em;
}
}
