@charset "UTF-8";
/* --- ヘッダー --- */
#headder {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}
#headder .logo {
	float: left;
	margin-top: 15px;
	font-size: 18px;
	width: 410px;
	line-height: 24px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headder ul {
	float: right;
	padding-top: 30px;
}
#headder ul a {
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 12px;
	width: 110px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
}
#headder ul a:hover {
	background-color: #d0db3b;
	color: #FFF;
}
#headder ul .icon01 a {
	background-image: url(../images/contact.png);
}
#headder ul .icon02 a {
	background-image: url(../images/login.png);
}
#headder ul li {
	float: left;
	margin-left: 10px;
}
/* --- ナビ2 グローバルの無い間--- */
#navi2 {
	background-color: #41bdce;
	height: 5px;
}

/* --- ナビ--- */
/*#navi {
	background-color: #d0db3b;
	height: 50px;
}
*/
#gnavi,
#gnavi2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#gnavi .clearfix li a,
#gnavi .clearfix li a:link {
	float: left;
	text-align: center;
	display: inline-block;
	width: 192px;
	height: 35px;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	padding-top: 15px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#gnavi2 .clearfix li a,
#gnavi2 .clearfix li a:link {
	float: left;
	text-align: center;
	display: inline-block;
/*	width: 240px;*/
	width: 237px;
	height: 35px;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	padding-top: 15px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #ccac93;
	border: 1px solid #BDBDBD;
}
#gnavi .clearfix li a:hover,
#gnavi2 .clearfix li a:hover {
	background-color: #8DD9E3;
	color: #ffffff;
	}
/*基本コンテンツ*/
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*dl表*/

dl.shigoto{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#8dd9e3;
	margint:10px;
	margin-bottom: 30px;
}
dl.shigoto dt {
	float:left;
	clear: left;
	width:250px;
	font-weight:bold;
	background-color:#8dd9e3;
	border-top:1px solid #ccc;
	padding:10px;
}
dl.shigoto dd {
	background-color:#ffffff;
	border-top:1px solid #ccc;
	margin-left:270px;
	padding:10px;
}
/*テーブルについて*/
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #3f7f00;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#f0ffe2; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #3f7f00;
	border-width:0px 1px 1px 0px;
	padding:10px;
	font-size:14px;
	font-weight:normal;
	color:#191919;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #8dd9e3 5%, #8dd9e3 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8dd9e3), color-stop(1, #8dd9e3) );
	background:-moz-linear-gradient( center top, #8dd9e3 5%, #8dd9e3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8dd9e3", endColorstr="#8dd9e3");				background: -o-linear-gradient(top,#d0db3b,d0db3b);
	background-color:#8dd9e3;
	border:0px solid #3f7f00;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:normal;
	color:#333333;
}
/*
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #8dd9e3 5%, #8dd9e3 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0db3b), color-stop(1, #d0db3b) );
	background:-moz-linear-gradient( center top, #8dd9e3 5%, #8dd9e3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8dd9e3", endColorstr="#8dd9e3");	background: -o-linear-gradient(top,#d0db3b,d0db3b);

	background-color:#8dd9e3;
}*/
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
#contents .CSSTableGenerator table tr .center {
	text-align: center;
}

/*テーブル2*/
.h_table {
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
/*	border-right-color: #3f7f00;*/
	border-top-width: 1px;
	border-top-style: solid;
/*	border-top-color: #3f7f00;*/
}
/*.h_table th.t_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3f7f00;
}
*/
.h_table th {
	width: 27%;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
/*	border-bottom-color: #3f7f00;*/
	border-left-width: 1px;
	border-left-style: solid;
/*	border-left-color: #3f7f00;*/
/*	background-color: #41bdce;*/
	background-color: #8DD9E3;
}
/*.h_table td.t_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3f7f00;
}
*/
.h_table td {
	text-align: left;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
/*	border-bottom-color: #3f7f00;*/
	border-left-width: 1px;
	border-left-style: solid;
/*	border-left-color: #3f7f00;*/
}


/*パートナー募集*/
#contents.ptn-entry .main {
	background-image: url(../images/ptn-entry/photo.jpg);
	background-repeat: no-repeat;
	height: 590px;
	width: 960px;
	text-align: center;
	margin-bottom: 20px;
}
#contents.ptn-entry  .main h1 {
	font-size: 36px;
	font-weight: normal;
	padding-top: 50px;
	line-height: normal;
	padding-bottom: 10px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents.ptn-entry .main h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
#contents .main h2 ruby rt,
#contents .main h2 ruby rp {
	color: #D0DB3B;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 30px;
	line-height: normal;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	font-weight: normal;
}
/*/////////////サービス内容////////////*/
#contents .point {
	width: 306px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	margin-right: 5px;
	margin-left: 5px;
	height: 420px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#contents .point h3 {
	background-color: #d0db3b;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents .point ul {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}
#contents .point ul li {
	list-style-type: disc;
	font-size: 14px;
	line-height: 22px;
}
#contents .main h2 {
	position: relative;
}
.main h2 span {
	position: absolute;
	left: 431px;
	top: -24px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/*/////////////トップページ////////////*/
/*メイン画像*/
#mainphoto {
	width:auto;
	height:170px;
	padding-top:300px;
	background-image: url(../images/top/photo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:1;
	margin-bottom: 60px;
}
#mainphoto .titleBox{
	position:relative;
	width:960px;
	height:120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 5;
	left: auto;
	right: auto;
	padding-top: 50px;
}
#mainphoto .titleBox .logo{
	position:relative;
	width:300px;
	height:75px;
	padding-top:25px;
	z-index:2;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-left: 540px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}
#mainphoto .titleBox .catch{
	position:relative;
	width:476px;
	height:21px;
	margin:0 auto 10px;
	z-index:2;	
}
#mainphoto .titleBox .text{
	position:absolute;
	text-align:left;
	color:#fff;
	z-index:2;
	left: 250px;
	top: 31px;
	width: 298px;
	height: 52px;
	font-size: 14px;
}
#mainphoto .shima {
	background-image: url(../images/shima.png);
	position: absolute;
	z-index: 1;
	height: 170px;
	width: 100%;
}

#mainphoto .titleBox .titleBox_l {
	float: left;
}
#mainphoto .titleBox .titleBox_r {
	float: right;
}
#mainphoto .titleBox .titleBox_l,
#mainphoto .titleBox .titleBox_r {
	width: 480px;
	text-align: center;
	position: relative;
}
#mainphoto .titleBox .titleBox_l p,
#mainphoto .titleBox .titleBox_r p {
	font-size: 28px;
}
#mainphoto .maincatch {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 100px;
	
}
#mainphoto .maincatch h1 {
	font-size: 40px;
	font-weight: bold;
}
.titleBox .titleBox_l .rubi {
	font-size: 12px;
	position: absolute;
	left: 138px;
	top: -24px;
	letter-spacing: 0.3em;
}
.titleBox_l span {
	color: #F58220;
}

.titleBox .titleBox_r .rubi {
	font-size: 12px;
	position: absolute;
	left: 170px;
	top: -24px;
	color: #009900;
}
/*3つのポイント*/
#point {
	background-color: #C1D139;
	text-align: center;
	padding-bottom: 100px;
}
#point h1 {
	font-size: 30px;
	font-weight: normal;
}
#point .point3 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.point3 .point {
	background-image: url(../images/top/point.png);
	background-repeat: no-repeat;
	height: 260px;
	width: 235px;
	float: left;
	background-position: left top;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */

}
#point .point3.clearfix .point ul li {
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	color: #333;
}
.point3.clearfix .point p {
	color: #FFF;
	font-size: 30px;
	line-height: 1.5em;
}
#point .point3.clearfix .point ul li {
	background-image: url(../images/ar.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
}
.step {
	float: left;
	height: 230px;
	width: 230px;
	position: relative;
}
.step h3 {
	font-weight: normal;
	position: absolute;
	font-size: 18px;
	left: 56px;
	top: -1px;
}
.step p {
	font-size: 14px;
	position: absolute;
	left: 5px;
	top: 196px;
	width: 220px;
	height: 29px;
	text-align: center;
}
.step .ar {
	position: absolute;
	left: 230px;
	top: 80px;
	z-index: 100;
}
.top_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.top_btn {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 100px;
}
.top_btn .gest_btn {
	float: left;
}
.gest_btn_top a,
.gest_btn_top a:link {
	background-color: #ff8400;
	color: #FFF;
	text-decoration: none;
	line-height: 36px;
	width: 600px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 24px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top/moushikomi_btn.png);
	background-repeat: no-repeat;
	background-position: 75% center;
}
.gest_btn_top a:hover {
	background-color: #FFA61B;
	}
.top_btn .partner_btn {
	float: right;
}
#service {
	background-color: #f0efe8;
	text-align: center;
	padding-bottom: 50px;
}
#service ul li {
	font-size: 18px;
	width: 142px;
	height: 142px;
	margin: 20px;
	list-style-type: none;
	display: inline-block;
}
#service ul {
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#service2 .toplist {
	width: 540px;
	float: right;
}
#service5 {
	background-color: #f0efe8;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#service2 #service960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#service960 .servicephoto {
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 10px;
}
#service2 #service960 .toplist {
	float: left;
}

/***************よくある質問**********************************/
ul#tab {
	zoom: 1;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	float: left;
	text-align: center;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
	display: block;
	width: 240px;
	padding: 8px 0;
	text-decoration: none;
	color: #222;
}
ul#tab .list3 a {
	display: block;
	width: 320px;
	padding: 8px 0;
	text-decoration: none;
	color: #222;
}
ul#tab li a:hover {
	color: #fff;
	/**background-color: #CFDB6E;**/
	background-color: #41bdce;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	color: #333;
	/**background-color: #D0DB3B;**/
	background-color: #41bdce;
}
#detail {
	clear: both;
	width: 900px;
	padding: 30px;
	overflow: hidden;
}
.tabbox {
	display: none;
}

#detail #tab1 dl dt,
#detail #tab1 dl dd,
#detail #tab2 dl dt,
#detail #tab2 dl dd,
#detail #tab3 dl dt,
#detail #tab3 dl dd,
#detail #tab4 dl dt,
#detail #tab4 dl dd {
	margin:0 0 10px 0;
	padding-left:4.5em;
	line-height:1.5em;
	background:none no-repeat left top;
	min-width: 40px;
	min-height:55px;
}
    
#detail #tab1 dl dd,
#detail #tab2 dl dd,
#detail #tab3 dl dd,
#detail #tab4 dl dd {
	overflow: hidden;
	background-image: url(../images/faq/a.jpg);
	background-repeat: no-repeat;
     }
    
#detail #tab1 dl dt,
#detail #tab2 dl dt,
#detail #tab3 dl dt,
#detail #tab4 dl dt {
	background-position: 0 10px;
	border-top: 1px dashed #c4c4c4;
	padding-top: 15px;
	margin-top:-1px;
	background-image: url(../images/faq/q.jpg);
	background-repeat: no-repeat;
	color: #ff8400;
}

/***************お客さまの声**************************/
#contents .data {
	padding: 30px;
	width: 800px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.data .icon {
	width: 80px;
	font-size: 11px;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}
#contents .data .upper .user ul li {
	float: left;
}
#contents .data ul li {
	float: left;
	padding-left: 30px;
	margin-bottom: 5px;
}
#contents .data li span {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-right: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
#contents .data .voice {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 10px;
}
/***************ご利用の流れ**************************/
#flow ul li {
	background-repeat: no-repeat;
	width: 300px;
	font-size: 36px;
	height: 236px;
	position: relative;
	padding-right: 489px;
	border: 1px solid #CCC;
	padding-top: 30px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#flow ul .flow01 {
	background-image: url(../images/flow/flow02_01.jpg);
}
#flow ul .flow02 {
	background-image: url(../images/flow/flow02_02.jpg);
}
#flow ul .flow03 {
	background-image: url(../images/flow/flow02_03.jpg);
}
#flow ul .flow04 {
	background-image: url(../images/flow/flow02_04.jpg);
}
#flow ul .flow05 {
	background-image: url(../images/flow/flow02_05.jpg);
}
#contents #flow ul li .txt01 {
	font-size: 14px;
}
#contents #flow ul li .txt02 {
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 239px;
	width: 600px;
	color: #F30;
}
#contents #flow ul li .txt03 {
	font-size: 16px;
	position: absolute;
	left: 390px;
	top: 252px;
	width: 400px;
	color: #000000;
	text-align: right;
	font-weight: bold;
}
#flow ul .ar04 {
	position: absolute;
	left: 50px;
	top: 285px;
}
.riyo_btn a,
.riyo_btn a:link {
	background-color: #2ea6ce;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/**************************サービス内容**************************/
#detail #tab1 .ex_room {
	margin-bottom: 30px;
	border: 1px solid #CCC;
	padding: 10px;
	margin-right: 13px;
	margin-left: 13px;
	width: 400px;
	height: 500px;
}
#detail #tab1 .clearfix .ex_room p {
	height: 60px;
	line-height: 1.5em;
	font-size: 24px;
}
#detail #tab1 .clearfix .ex_room ul li {
	background-image: url(../images/ar.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 2em;
}
#detail #tab1 .clearfix .ex_room ul {
	margin-left: 10px;
}

#service2 {
	background-color: #f0efe8;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#service2 ul li {
	font-size: 16px;
	width: 110px;
	margin: 10px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}
#service2 ul {
	text-align: center;
}
/*サービス内の3つのポイント*/
#point2 {
	background-color: #f0efe8;
	text-align: center;
	padding-bottom: 50px;
	margin-top: 100px;
}
#point2 h1 {
	font-size: 30px;
	font-weight: normal;
}
#point2 .point3 {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
}
#point2 .point3 .point {
	background-image: url(../images/top/point.png);
	background-repeat: no-repeat;
	height: 260px;
	width: 235px;
	float: left;
	background-position: left top;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-style: none;
	border-radius: 20px;
}

#point2 .point3.clearfix .point p {
	color: #FFF;
	font-size: 30px;
	line-height: 1.5em;
}
#point2 .point3.clearfix .point ul li {
	background-image: url(../images/ar.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	color: #333;
	list-style-type: none;
}
#contents #detail #tab2 .user li {
	display: block;
	float: left;
	width: 250px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: center;
}
/*サービスのパートナー*/
#tab3 .partner_list {
	width: 400px;
	border: 1px solid #999;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-bottom: 40px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#tab3 .partner_list h4 {
	font-size: 18px;
	font-weight: normal;
	color: #93a31b;
}
#tab3 .partner_list .staff {
	width: 75px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
	float: left;
	line-height: 1.7em;
}
.topstep {
	position: relative;
}
.topstep .step01txt {
	position: absolute;
	left: 6px;
	top: 211px;
}
.topstep .step02txt {
	position: absolute;
	left: 338px;
	top: 206px;
}
.topstep .step03txt {
	position: absolute;
	left: 666px;
	top: 202px;
}
.topstep p {
	line-height: 1.7em;
	font-size: 16px;
}
#service2 .hanigai {
	border: 1px solid #CCCCCC;
	padding: 20px;
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.top_map {
	border: 1px solid #CCCCCC;
	padding: 20px;
	background-color: #FFFFFF;
}
.top_map p {
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}
.top_map h2 {
	text-align: left;
	padding-top: 30px;
	padding-left: 20px;
}
#service2 .hanigai2 {
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 13px;
	margin: 10px;
}
#service2 .hanigai2 p {
	font-size: 12px;
}
#contents #detail #tab1 #service2 {
	padding-top: 30px;
	padding-bottom: 0px;
}

/**************************マイページ**************************/
/*パートナープロフィール*/
#partner_profile {
	width: 600px;
	height: 210px;
	border: 1px solid #999;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-bottom: 40px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#partner_profile h4 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #93a31b;
}
#partner_profile .staff {
	width: 100px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
	float: left;
	line-height: 1.7em;
}


/*カート現在地表示・テーブル*/
.cartflow {
	width:100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.cartflow td {/*矢印*/
	text-align: center;
	padding: 0px;
}

.cartflow th.cartflow-now {/*現在地*/
	border:1px solid #6D4C20;
	background-color:#D0DB3B;
	color:#ffffff;
	text-align:center;
	padding: 3px;
}

.cartflow th.cartflow-none {/*未処理*/
	border:1px solid #dddddd;
	background-color:#cccccc;
	color:#333333;
	text-align:center;
}

.cartflow th.cartflow-fin {/*処理済*/
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#666666;
	text-align:center;
}
.cartflow tr a {
	text-decoration: none;
}
.cartflow tr .cartflow-now a:hover {
	color: #FFF;
}
.mynews li {
	background-image: url(../images/ar.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	line-height: 1.7em;
	padding-left: 20px;
}
/*カレンダー*/
table.table211 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

table.table211 caption {
  margin-top: 1em;
  text-align: right;
}

table.table211 th,
table.table211 td {
  padding: 4px 6px;
}

table.table211 th {
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	background-color: #999999;
}

table.table211 td {
	text-align: center;
	white-space: nowrap;
	width: 12%;
}

table.table211 col.week01 {
  background: #CBD5FF;
}

table.table211 col.week02 {
  background: #F2F5FF;
}

table.table211 col.week03 {
  background: #F2F5FF;
}

table.table211 col.week04 {
  background: #EBEEFF;
}

table.table211 col.week05 {
  background: #EBEEFF;
}

table.table211 col.week06 {
  background: #E0E6FF;
}
.table211 .gaito {
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
}

/*お知らせ欄*/
#newsProgram {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#newsProgram dl dt {
	width: 140px;
/*
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
*/
	float: left;
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#newsProgram dl dd {
	width: 810px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
}
/*キャンセルについて*/
#flow .Cancellation {
	border: 1px solid #FF8400;
	background-color: #FFFFCC;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	color: #333333;
}
#flow .Cancellation .red {
	margin: 0px;
	padding: 0px;
}
#flow .Cancellation p {
	font-weight: normal;
}
/******************************/
.partner_list p {
	line-height: 1.7em;
}

/*お申込み*/
.bg_color {
	background-color: #E3F6B8;
}
#contents .form-group #roomtype2 .list_center {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#contents .form-group .irai_kasyo {
	float: left;
/*	border: 1px solid #999999;*/
	padding: 15px;
	width: 600px;
	margin-left: 15px;
	height: 350px;
}
#contents .form-group .irai_kasyo2 {
	float: right;
/*	border: 1px solid #999999;*/
	padding: 15px;
	width: 300px;
	margin-right: 15px;
	height: 250px;
}
#contents .clearfix #j_time1 {
	font-size: 36px;
	color: #FF6600;
}
/*規約について*/
#contents .kiyaku li {
	list-style-type: decimal;
	margin-left: 20px;
}
/*20150624追加 トップページ料金体系フォントサイズ拡大*/
.top_content.clearfix.mb100 .CSSTableGenerator table tr .font_26,
#contents .CSSTableGenerator table tr .font_26 {
	font-size: 26px;
}
.top_op_table {
	width: 300px;
	margin-right: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #3F7F00;
	border-right-color: #3F7F00;
	float: left;
}
.top_op_table th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3F7F00;
	border-left-color: #3F7F00;
	padding: 10px;
	font-weight: normal;
	background-color: #D0DB3B;
}
.top_op_table td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3F7F00;
	border-left-color: #3F7F00;
	padding: 10px;
	font-weight: normal;
}
.top_content.clearfix.mb100 .tel_bold,
#contents .tel_bold {
	color: #FF8400;
	font-size: 18px;
	font-weight: bold;
}
