@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-size:80%;
	line-height:160%;
	-webkit-text-size-adjust:none;
	background-color:#fff;
	color:#33;
}

.clear {clear:both;}

ol,
ul {list-style:none;}
img {
	border:none;
	vertical-align:top;
}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
		overflow:hidden;
}
.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* link
----------------------------------------------------------*/
a {
	outline:none;
}
a:link,a:visited {
	color:#333;
}
a:hover {
	color:#999;
}

a.link01{text-decoration:none; color:#333333;}
a.link01:hover{color:#3b8cd7;}


/*　汎用
------------------------------------------------------------------*/
.fs80{font-size:80%;}
.fs90{font-size:90%;}
.fs110{font-size:110%;}
.bold{ font-weight:bold;}
.mt05{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mr10{margin-right:10px;}
.ml10{margin-left:10px;}

.pd07 {padding-left:7px; padding-right:7px;}

.pd5 {padding:5px;}
.pd10 {padding:10px;}

.left {float:left;}
.right {float:right;}

.tac {text-align:center;}
.tar {text-align:right;}
.ln {line-height:normal;}

.w100{
	width:100%;
	height:auto;
}

.w50{
	width:48%;
	height:auto;
}

.img100 img{
	width:100%;
	height:auto;
}
.img100_waku img{
	width:100%;
	height:auto;
	border:1px solid #ccc;
}

.max_w310 img{
	width:100%;
	max-width:310px;
	height:auto;
}
.max_w330 img{
	width:100%;
	max-width:330px;
	height:auto;
}
.max_w350 img{
	width:100%;
	max-width:350px;
	height:auto;
}

.border00 {border:none hidden;}
.border01 {border:#333 1px solid;}

.txt01{
	font-size:160%;
	line-height:190%;
	font-weight:bold;
	color:#0a96d6;
}
.txt02{
	font-size:130%;
	font-weight:bold;
	color:#0a96d6;
}
.txt03{
	font-size:130%;
	line-height:180%;
	font-weight:bold;
	color:#F33;
}
.txt04{
	font-size:130%;
	line-height:180%;
	font-weight:bold;
	color:#333;
}



.btn01{
	width:100%;
	background:#0a96d6;
	-webkit-border-radius:4px;
}

.btn01 > a{
	display:block;
	margin:2px;
	height:auto;
	-webkit-border-radius:4px;
	line-height:44px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:150%;
	font-weight:bold;
	padding:2px;
}


.btn02{
	-webkit-border-radius:5px;
	background-color:#0a96d6;
	padding:5px 10px;
	text-align:center;
}

.btn02 a{
	-webkit-border-radius:5px;
	background-color:#0a96d6;
	padding:5px 10px;
	color:#fff;
	text-align:center;
}
.btn02 img {vertical-align:middle; margin-right:10px;-webkit-border-radius:4px;}


/*　カラー
------------------------------------------------------------------*/
.red {color:red;}
.col01 {color:#009132;}



/*　actionbar
------------------------------------------------------------------*/
#actionbar {
	height:40px;
	line-height:40px;
	font-family:HiraKakuProN-W6;
	font-size:15px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin:0px 5px;
}
#actionbar ul li {
	list-style:none;
	line-height:normal;
}
#actionbar .home{
	float:left;
	width:30%;
	display:block;
}
#actionbar .menu{
	float:left;
	width:45%;
	display:block;
}
#actionbar .pc{
	float:right;
	width:25%;
	display:block;
}

#actionbar ul li img{
	vertical-align:middle;
	padding-right:3px;
}
#actionbar ul li a {
	height:24px;
	display:block;
	text-decoration:none;	
	background-color:#262626;
	border: 1px solid #333;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	color: #fff;
	padding:8px 0;
}
#pagebody {
	margin:0px 5px;
}


/*　headder
------------------------------------------------------------------*/
header{ padding:10px 10px;display:block; margin-bottom:0px;}
header #logo img{ width:100%; height:auto;}
header  h1{ font-size:10px;  font-weight:normal;     line-height:140%; border-bottom:4px;}

/* title
----------------------------------------------------------*/
.title01{
	padding:8px;
	border-top:#0a96d6 5px solid;
	font-size:150%;
	line-height:1.6em;
	color:#0a96d6;
	margin-bottom:10px;
	font-weight:bold;
	background:#f1f1f1;
}
.title02{
	padding:8px;
	border-bottom:#0a96d6 3px solid;
	font-size:130%;
	line-height:1.3em;
	color:#1f1f1f;
	font-weight:bold;
	margin-bottom:10px;
}
.title03{
	background-color:#0a96d6;
	color:#fff;
	text-align:left;
	font-size:120%;
	padding:3px 10px;
}
.title04{
	color:#333;
	border-left:10px #0a96d6 solid;
	text-align:left;
	font-size:120%;
	padding:3px 10px;
}

/* list
----------------------------------------------------------*/
.list01 li{list-style:disc outside; margin-left:15px;}
.list02 li{list-style:outside decimal; margin-left:30px;}


/*txtbtn
---------------------------------------------------*/

.txtbtn01 a {text-decoration:none; color:#0a96d6;}
.txtbtn01 a:hover {text-decoration:none; color:#333;}
.txtbtn01 img {vertical-align:middle;}

.txtbtn03{
	text-align:center;
	background-color:#0a96d6;
	width:100%;
	-webkit-border-radius:5px;
	padding:5px 0px;
}
.txtbtn03 a{
	color:#fff;
}
.txtbtn03 img {vertical-align:middle; margin-right:10px;}


/* 詳細btn*/
.category{cursor:pointer; background-image:url(../images/icon_down.png); background-repeat:no-repeat; background-position:right;}
.category_box{
	padding:5px;
	text-align:left;
}


/* table
----------------------------------------------------------*/
.main{
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}
.table02 {
	width:100%;
	font-size:90%;
	margin-bottom:10px;
	border:1px solid #dfdfdf;
}
.table02 th {
	vertical-align:middle;
	text-align:left;
	background-color:#efefef;
    border: 1px solid #dfdfdf;
	padding:5px;
}
.table02 td {
	vertical-align:middle;
	line-height:20px;
	border:1px solid ;
	border-color:#dfdfdf #dfdfdf #dfdfdf #fff;
	padding:5px;
}

.table03{
	width:100%;
	border-right:1px #ccc solid;
	border-top:1px #ccc solid;
}
.table03 th {
	background-color:#333;
	line-height:30px;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding-left:10px;
	border-left:1px #ccc solid;
}
.table03 td{
	text-align:left;
	padding:5px;
	background-color:#efefef;
	border:1px solid ;
	border-color:#fff #fff #ccc #ccc;
}

.table05 {
	width:100%;
	font-size:90%;
}
.table05 td {
	vertical-align:middle;
	padding:0px 5px;
	text-align:left;
}

.table06 {
	width:100%;
	margin-bottom:10px;
	border: 1px solid #0a96d6;
}
.table06 th {
	vertical-align:middle;
	text-align:center;
	background-color:#0a96d6;
    border: 1px solid #0a96d6;
	color:#fff;
	padding:8px 0px;
}
.table06 td {
	vertical-align:middle;
	line-height:20px;
	border:1px solid ;
	border-color:#fff #0a96d6 #0a96d6 #0a96d6;
	padding:8px 10px;
	background-color:#bee2f3;
}




/* footer
----------------------------------------------------------*/

.bottom_t{
	padding:5px;
	background:#0a96d6;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:130%;
}
.bottom_box01{	
	padding:10px 5px;
	background:#eee;
}

/*---お問い合わせbox---*/
.pc_btn a{
	height:auto;
	width:100%;
	font-family:HiraKakuProN-W6;
	text-align:center;
	text-decoration:none;
	float:right;
	background: #111;
	border: 1px solid #222;
	color: #fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.8);
	font-size:13px;
	padding:5px 3px;
}
.pc_btn img{
	vertical-align:middle;
	padding-bottom:5px;
}

.mail_btn a{
	height:auto;
	width:100%;
	font-family:HiraKakuProN-W6;
	text-align:center;
	text-decoration:none;
	float:right;
	background: #111;
	border: 1px solid #222;
	color: #fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.8);
	font-size:13px;
	padding:5px 3px;
}
.mail_btn img{
	vertical-align:middle;
	padding-bottom:5px;
}

.page_btn a{
	height:auto;
	width:100%;
	font-family:HiraKakuProN-W6;
	text-align:center;
	text-decoration:none;
	float:right;
	background: #111;
	border: 1px solid #222;
	color: #fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.8);
	font-size:13px;
	padding:5px 3px;
}
.page_btn img{
	vertical-align:middle;
	padding-bottom:5px;
}

.cont_table{
	width:100%;
}
.cont_table td{
	vertical-align:middle;
	width:33%;
}

.footer_text{
	background:#000;
	text-align:center;
	padding:7px;
	font-size:90%;
	color:#fff;
}



/* navi
----------------------------------------------------------*/

.menu_title{
	background-color:#e4e4e4;
	border-top:5px solid #333;
	padding:7px 0px;
	font-weight:bold;
	color:#333;
	text-align:center
}

.navi {font-size:120%;  margin-bottom:10px;}
.navi a {display:block; padding:10px; background-position:95% center; background-repeat:no-repeat; text-decoration:none;}
.navi li{
	background:#f1f1f1;
	border-bottom:1px solid #e4e4e4;	
}
.navi li a{
	background-image:url(../images/icon_link.png);
	background-repeat: no-repeat;
	border-bottom:1px solid #fff;
}
.navi li a:link,
.navi li a:visited {
	color:#333;
	text-decoration:none;
}


/**/
.h2_txt01{
	font-size:80%;
	color:#333;
}
.h2_txt02{
	font-size:80%;
}.pc {
	background-image: url(../images/pc.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.navi2 {font-size:120%; }
.navi2 a {display:block; padding:10px; background-position:95% center; background-repeat:no-repeat; text-decoration:none;}
.navi2 li{
	background:#f1f1f1;
	border-bottom:1px solid #e4e4e4;	
}
.navi2 li a{
	background-image:url(../images/pc.png);
	background-repeat: no-repeat;
	border-bottom:1px solid #fff;
}
.navi2 li a:link,
.navi2 li a:visited {
	color:#333;
	text-decoration:none;
}





.navi3 {font-size:120%; }
.navi3 a {display:block; padding:10px; background-position:95% center; background-repeat:no-repeat; text-decoration:none;}
.navi3 li{
	background:#f1f1f1;
	border-bottom:1px solid #e4e4e4;	
}
.navi3 li a{
	background-image:url(../images/icon_link.png);
	background-repeat: no-repeat;
	border-bottom:1px solid #fff;
}
.navi3 li a:link,
.navi3 li a:visited {
	color:#333;
	text-decoration:none;
}