@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,figure,nav,footer,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}

label {
	font-size: 16px !important;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mt10 { padding-top: 10px !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}
address{
	font-style:normal;
}
.center{
	text-align:center;
}
.red{
	color:#F00;
}
.small{
	font-size:12px;
	line-height:16px;
}
.column{
	clear:both;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}
.error{
	color:#F00;
}
.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*--------------------------------------------------------------------------------*/
article{
	padding:10px;
}
.page_title{
	margin:0px 0px 10px 0px;
	padding:8px;
	background:#F00;
	font-size:16px;
	color:#FFFFFF;
}


/*--------------------------------------------------------------------------------*/
table.data{
width:100%;
margin:0px 0px 0px 0px;
border-collapse:collapse;
border-spacing:0px;
}

table.data th,table.data td{
border:1px solid  #999;
}
table.data th{
padding:5px 15px 5px 10px;
background-color:#EFEFEF;
text-align:left;
white-space:nowrap;
}
table.data td{
padding:5px;
background-color:#FFFFFF;
text-align:left;
}
table.reason_data{
width:90%;
margin:0px auto 5px auto;
text-align:center;
border:1px solid #BBB;
border-collapse:collapse;
border-spacing:0px;
}
	
table.reason_data th,table.reason_data td{
padding:3px 3px 3px 3px;
border:1px solid #BBB;
font-size:14px;
background:#FFF;
}
table.reason_data th.price{
background:#E0EF9E;
text-align:right;
}
table.reason_data td.price{
text-align:right;
}
table.reason_data th.name{
width:160px;
background: #FEF273;
text-align:left;
}
table.reason_data td.name{
background: #FFC;
text-align:left;
}
#contact_privacy_area{
	padding:5px 5px 5px 5px;
	height:80px;
	overflow: auto;
	border:1px solid #AAAAAA;
	background:#FFFFFF;
	color: #333333;
	font-size:12px;
	line-height:16px;
}