@charset "utf-8";
/*--------------------------------
	common & layout style setting
/*--------------------------------

	* Contents
	
	1. Universal Selector
	2. Layout Style
	3. Common Style

--------------------------------- */
/* ==========================================================================================================

	 1. Universal Selector
	 
============================================================================================================*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align:baseline;
	background:transparent;
}

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;
}
/*  anchor
-----------------------------------*/
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}

a:hover {
}

a:active {
}
a {
  -webkit-tap-highlight-color:rgba(65,152,195,0.6);
}

/*  table
-----------------------------------*/
table {
	border: none;
	border-collapse: collapse;
	font-size: 100%;
}
td, th {
	vertical-align: top;
}
th {
	font-weight: normal ;
	text-align: left ;
}
caption {
	text-align: left;
}
input, select {
    vertical-align:middle;
}

dl#gaiyou001 dl,dt,dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou001{
	margin-top:20px;
	margin-bottom:20px;
	background-color:#d4d4d4;
	border: 1px solid #333;
	border-top: none;
	width: 100%;
}

dl#gaiyou001 dt,dd {
	padding: 3px;
}

dl#gaiyou001 dt {
	border-top: 1px solid #333;
	clear: left;
	float: left;
	width: 20%;
}

dl#gaiyou001 dd {
	background: #fff;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 20%;
}


	

dl#gaiyou002 dl,dt,dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou002{
	margin-top:20px;
	margin-bottom:20px;
	background-color:#d4d4d4;
	border: 1px solid #333;
	border-top: none;
	width: 100%;
}

dl#gaiyou002 dt,dd {
	padding: 3px;
}

dl#gaiyou002 dt {
	border-top: 1px solid #333;
	clear: left;
	float: left;
	width: 50%;
}

dl#gaiyou002 dd {
	background: #fff;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 50%;
}




/* ==========================================================================================================

	 2. Layout Style
	 
============================================================================================================*/

body {
	background: #ffffff ;
	color: #3c3c3c;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

#page, #index {
	margin: 0;
}

/*----------------------------------------------------
 ランドスケープ表示
----------------------------------------------------
@media all and (orientation:landscape) {
	#page {
		width: 480px;
	}
}*/


/*----------------------------------------------------
 header
----------------------------------------------------*/
#header {
	border-bottom: 1px solid #999999;
	padding: 10px 5px 9px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
	overflow: hidden;
	width:100%;
	position: fixed !important; 
	position: absolute;
	top:0;
	left:0;
	z-index:300;
}
#header .summary {
	font-size: 10px;
	background: #ff6600;
	color: #fff;
	text-align: center;
	margin: 0 -5px 3px;
}


/*---------------------------------------------------------------
	menu-btn 
---------------------------------------------------------------*/
.menu-btn {
    cursor: pointer;
	float:left;
	width:15%;
}
 
#menu-list {
    display: none;
	clear:left;
}

.menu-logo{
	float:left;
	margin-left:10px;
	width:45%;
}

.menu-tel{
	float:left;
	margin-left:8px;
	width:15%;
}

.menu-net{
	float:left;
	clear:right;
	width:18%;
}


ul.lists li{
	line-height:20px;
	padding-top:10px;
	margin-left:18px;
	font-size:13px;
	list-style-image:url(../img/all/menu_list001.png);
	border-bottom:1px #d6d6d6 dotted;
}
	

#header .txt {
	width: 55%;
	float: left;
	font-size: 10px;
	line-height: 1.2;
}
#header .txt span {
	font-size:12px;
}
/*----------------------------------------------------
 footer
----------------------------------------------------*/
#footer {
	background: #fff;
	text-align: center;
	color: #ccc;
}
#footer a {
	color: #303030;
}
#footerNav  {
	margin-bottom: 10px;
}
#footerNav li {
	border-top: 1px dotted #ccc;
}
#footerNav li a {
	display: block;
	padding:10px 0;
}
#footerNav li.menu a {
	display: inline-block;
	padding: 10px;
}
#footerNav li.info a {
	display: inline-block;
	padding: 10px 15px;
}


#copyright {
	width: 100%;
	background: #c70203;
	padding: 8px 0;
	margin: 5px 0 0;
	color:#FFF;
	font-size: 10px;
}

.pagetop a {
	display: block;
	font-size: 10px;
	padding: 5px;
	color: #8d8d8d;
	background: #e8e7e7 url(../img/arw_up.png) no-repeat 25% center;
	background-size: 14px 13px;
	-webkit-background-size: 14px 13px;
	-moz-background-size: 14px 13px;

}

h3.title001{
	background:url(../img/h3.jpg) no-repeat;
	background-size:100%;
	padding:5px 0 0 25px;
	margin:10px 0 10px 0;
	display:block;
}

h3.title002{
	background:url(../img/h3_01.jpg) no-repeat;
	background-size:100%;
	padding:5px 0 0 25px;
	margin:10px 0 10px 0;
	display:block;
}



/*----------------------------------------------------
 main
----------------------------------------------------*/
article#contents {
	padding: 0 0 20px;
}



/* ==========================================================================================================

	 3. Common Style
	 
============================================================================================================*/
/* anchor */
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
}

a:visited {
}

img {
	vertical-align: bottom;
}
img:not([width]) {
	zoom: .5;
}

/*---------------------------------------------------------------
	section 
---------------------------------------------------------------*/
section {
	clear: both;
}
section.section {
	padding: 0 10px;
	margin-bottom: 20px;
}


/*---------------------------------------------------------------
	box style 
---------------------------------------------------------------*/
.inr {
	padding: 10px 10px 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* gray box */
.grayBox {
	border: 3px solid #ccc;
	margin-bottom: 20px;
	padding: 13px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.grayBox_facebook {
	height:auto;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top:20px;
	padding:0 0 5px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/*  */
.listBox {
	margin-bottom: 10px;
	padding: 10px 5px 9px;
	border: 1px solid #ff6600;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #ff6600;
	font-weight: bold;
}
.listBox li {
	margin-bottom: 2px;
}
/* greenBox */
.greenBox {
	background: #e0efda;
	padding: 15px 10px;
	margin-bottom: 15px;
}
.greenBox .ttl {
	margin: 0 auto 15px;
	padding: 2px;
	background: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	width: 70%;
	color: #336633;
}

/**/
.linkBox {
	margin: 0 10px 10px;
}
.linkBox li {
	margin-bottom: 10px;
}

/* pricebox set */
.priceBox {
	margin-bottom: 20px;
	background: #fff;
	padding: 0 10px 10px;
	-webkit-box-shadow:#ccc 1px 0 5px;
	-moz-box-shadow:#ccc 1px 0 5px;
	box-shadow:#ccc 1px 0 5px;
}
.priceBox h2 {
	padding: 6px 10px 5px;
	margin: 0 -10px 10px;
	background: #65b134;
	font-size: 13px;
	color: #fff;
}


/*---------------------------------------------------------------
	title
---------------------------------------------------------------*/
.pageTtl {
	padding: 5px 10px 5px;
	margin-bottom: 20px;
	background: #c80000;
	background-size: 88px 50px;
	-webkit-background-size: 88px 50px;
	-moz-background-size: 88px 50px;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow:#c4b4d4 1px 1px 5px inset, #333 1px 0 1px;
	-moz-box-shadow:#c4b4d4 1px 1px 5px inset, #333 1px 0 1px;
	box-shadow:#c4b4d4 1px 1px 5px inset, #333 1px 0 1px;
	font-size: 15px;
	color: #fff;
}

.pageTtl02 {
	padding: 5px 10px 5px;
	margin-bottom: 20px;
	margin-top:70px;
	background: #c80000;
	background-size: 88px 50px;
	-webkit-background-size: 88px 50px;
	-moz-background-size: 88px 50px;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow:#c4b4d4 1px 1px 5px inset, #333 1px 0 1px;
	-moz-box-shadow:#c4b4d4 1px 1px 5px inset, #333 1px 0 1px;
	box-shadow:#c4b4d4 1px 1px 5px inset, #333 1px 0 1px;
	font-size: 15px;
	color: #fff;
}
.sectionTtl {
	padding: 4px 2px 3px 20px;
	margin: 0 -10px 15px;
	background: #e7740e url(../img/icon_circle.png) no-repeat 4px 5px;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
}
.sectionTtl span {
	font-size: 16px;
}
.ttl {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #e7600e;
	line-height: 1.3;
}
/* imgTtl */
.imgTtl {
	margin: 0 -10px 15px;
	background: #c80000;
}
.imgTtl img {
	max-width: 640px;
}
.imgTtl2 {
	margin-bottom: 15px;
}
.read {
	padding: 4px 4px 3px ;
	margin-bottom: 10px;
	background: #fdf5d0;
	-webkit-box-shadow:#fff 0 0 5px inset;
	-moz-box-shadow:#fff 0 0 5px inset;
	box-shadow:#fff 0 0 5px inset;
	color: #e7600e;
	font-size: 14px;
	font-weight: normal;
}

/*---------------------------------------------------------------
	button style 
---------------------------------------------------------------*/
.cmnBtn {
	display: block;
	padding: 12px 5px;
	border: 1px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #333 0 0 2px;
	-moz-box-shadow: #333 0 0 2px;
	box-shadow: #333 0 0 2px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dcdcdc), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
	background: linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
	color:#c70203 !important;
}

.greenBtn {
	display: block;
	margin: 10px 0;
	padding: 15px 5px;
	border: 2px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	-moz-box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #64a621), color-stop(0.51, #4e9c25), color-stop(0.50, #82b36e), color-stop(0.00, #4d9828));
	background: -webkit-linear-gradient(top, #4d9828 0%, #82b36e 50%, #4e9c25 51%, #64a621 100%);
	background: -moz-linear-gradient(top, #4d9828 0%, #82b36e 50%, #4e9c25 51%, #64a621 100%);
	background: -o-linear-gradient(top, #4d9828 0%, #82b36e 50%, #4e9c25 51%, #64a621 100%);
	background: -ms-linear-gradient(top, #4d9828 0%, #82b36e 50%, #4e9c25 51%, #64a621 100%);
	background: linear-gradient(top, #4d9828 0%, #82b36e 50%, #4e9c25 51%, #64a621 100%);
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #33740e;
	letter-spaceng: 0;
	overflow: hidden;
	line-height: 1.2;
}
a:visited.greenBtn {
	color: #fff !important;
}

.purpleBtn {
	display: block;
	margin: 10px 0;
	padding: 15px 5px;
	border: 2px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	-moz-box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	box-shadow: #33740e 1px 0 4px inset, #999 1px 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c80000), color-stop(0.51, #c80000), color-stop(0.50, #c80000), color-stop(0.00, #c80000));
	background: -webkit-linear-gradient(top, #c80000 0%, #c80000 50%, #c80000 51%, #c80000 100%);
	background: -moz-linear-gradient(top, #c80000 0%, #c80000 50%, #c80000 51%, #c80000 100%);
	background: -o-linear-gradient(top, #37006d 0%, #4366c0 50%, #37006d 51%, #c80000 100%);
	background: -ms-linear-gradient(top, #c80000 0%, #c80000 50%, #c80000 51%, #c80000 100%);
	background: linear-gradient(top, #c80000 0%, #c80000 50%, #c80000 51%, #c80000 100%);
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #c80000;
	letter-spaceng: 0;
	overflow: hidden;
	line-height: 1.2;
}
a:visited.purpleBtn {
	color: #fff !important;
}

.orangeBtn {
	display: block;
	margin: 10px 0;
	padding: 15px 5px;
	border: 2px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	-moz-box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	box-shadow: #ff6600 1px 0 4px inset, #999 1px 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6a46d), color-stop(0.51, #ff6600), color-stop(0.50, #f6a46d), color-stop(0.00, #ff6600));
	background: -webkit-linear-gradient(top, #ff6600 0%, #f6a46d 50%, #ff6600 51%, #f6a46d 100%);
	background: -moz-linear-gradient(top, #ff6600 0%, #f6a46d 50%, #ff6600 51%, #f6a46d 100%);
	background: -o-linear-gradient(top, #ff6600 0%, #f6a46d 50%, #ff6600 51%, #f6a46d 100%);
	background: -ms-linear-gradient(top, #ff6600 0%, #f6a46d 50%, #ff6600 51%, #f6a46d 100%);
	background: linear-gradient(top, #ff6600 0%, #f6a46d 50%, #ff6600 51%, #f6a46d 100%);
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ff6600;
	letter-spaceng: 0;
	overflow: hidden;
	line-height: 1.2;
}

a:link.orangeBtn {
	color: #fff !important;
}


a:visited.orangeBtn {
	color: #fff !important;
}



.pcBtn {
	display: block;
	margin: 10px 0;
	padding: 11px 5px;
	border: 1px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #37006d 1px 0 4px inset, #999 1px 1px 4px;
	-moz-box-shadow: #37006d 1px 0 4px inset, #999 1px 1px 4px;
	box-shadow: #37006d 1px 0 4px inset, #999 1px 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #37006d), color-stop(0.00, #4366c0));
	background: -webkit-linear-gradient(top, #4366c0 0%, #37006d 100%);
	background: -moz-linear-gradient(top, #4366c0 0%, #37006d 100%);
	background: -o-linear-gradient(top, #4366c0 0%, #37006d 100%);
	background: -ms-linear-gradient(top, #4366c0 0%, #37006d 100%);
	background: linear-gradient(top, #4366c0 0%, #37006d 100%);
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #37006d;
	letter-spaceng: 0;
	overflow: hidden;
	line-height: 1.2;
}



/*---------------------------------------------------------------
	arrow style 
---------------------------------------------------------------*/
.arw_db {
	background: url(../img/arw_dw.png) no-repeat center bottom;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	padding-bottom: 20px;
}
.arw_dt {
	background: url(../img/arw_dw.png) no-repeat center top;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	padding-top: 20px;
}

/*---------------------------------------------------------------
	p, ul, dl
---------------------------------------------------------------*/
article p,
article ul,
article dl {
	margin-bottom: 5px;
}

/* list */
.idtList li,
.idtList dd {
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 0 !important;
	margin-bottom: 2px;
}

/*---------------------------------------------------------------
	table 
---------------------------------------------------------------*/

div.fee_table{
	padding:10px 1px;
}

table.fee001 {
	width: 100%;
	margin: 0 auto;
	border-collapse:collapse;
	border-spacing:0 !important; 
}

th, td {
	margin:0;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-collapse:collapse;
}
th {
	background: #d6d6d6;
}

@media screen and (max-width: 640px) {
table.fee001  {
	display: block;
	position: relative;
	border-collapse:collapse;
}
thead {
	display: block;
	float: left;
}
tbody {
	display: block;
	position: relative;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}
thead th {
	display: block;
	vertical-align:middle;
}

tbody td {
	display: block;
}

tbody tr {
	display: inline-block;
}
th:not(:last-child) {
	border-bottom: none;
}
td:not(:last-child) {
	border-bottom: none;
}
td {
	border-left: none;
}



}

/**/
.priceBox .priceTbl {
	width: 100%;
	border: 1px solid #999;
	background: #fff;
	margin-bottom: 3px;
}
.priceTbl caption {
	font-size: 13px;
	font-weight: bold;
}

.priceTbl td {
	width:30%;
	border: 1px dotted #999;
	padding: 5px;
	text-align: right;
}
.priceTbl th {
	width:70%;
	background: #fefcef;
	border: 1px dotted #999;
	padding: 5px;
	text-align: left;
}

.redcolor001{
	display: block;
	background:#C00;
	color:#FFF;
}

/*---------------------------------------------------------------
	text 
---------------------------------------------------------------*/
.tc {
	text-align: center !important;
}
.tl {
	text-align: left !important;
}
.tr {
	text-align: right !important;
}

.emTxt {
	color: #e70e0e;
}
.subTxt {
}
.attentionTxt {
	color: #e70e0e;
	font-size: 11px;
	margin-bottom: 10px;
}

/*---------------------------------------------------------------
	img 
---------------------------------------------------------------*/

img.left {
	margin: 0 10px 10px 0;
}
img.right {
	margin: 0 0 10px 10px;
}

/*---------------------------------------------------------------
	clearFix (pkg) Module
---------------------------------------------------------------*/
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


span.font010red{
	font-size:10px;
	color:#C00;
}

span.font11{
	font-size:11px;
	color:#333;
	font-weight:bold;
}

span.redb{
	color:#C00;
	font-weight:bold;
}

span.red{
	color:#C00;
}
