@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	margin: 0px auto;
	padding: 0px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 13px;
	color: #333;
	}

a {
	text-decoration: none;
	color: #FF46A3;
}

a:hover {
	color: #f36;
	text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}

.mt20{margin-top:20px !important;}
.ml30{margin-left:30px !important;}

.box{
	margin:10px auto;
	text-align:left;
	line-height:1.4em;}

.img_free{
	width:100%;
	border-radius:10px;}

/* form
------------------------------------------------------------*/
input {
	width:100%;
	line-height:2em;
	padding:5px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	border-radius:10px;
	border:1px solid #999;}
	
textarea {
	width:100%;
	line-height:2em;
	padding:5px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	border-radius:10px;
	border:1px solid #999;}

form {
	margin-bottom:20px;}

.g-recaptcha{
	    margin: 10px auto;
	    width: 83%;
}		

@media screen and (max-width:767px) { 

.top_box {
	margin:0 auto;
	padding:0;
	width:96%;}

/*削除不可*/
#cherish {
	margin:20px 0 0 0;
	padding:0;}

#cherish p {
	text-align:center;
	font-size:10px;
	color:#666;}

#cherish a {
	color:#666;}

/* header
------------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;}

#header {
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.logo {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	color: #F9C;
	}

.logo img {
	margin: 0.4em;
	padding: 0;
	width:auto;
	}

.logo p span {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#333;
	text-align:center;
	margin:0.6em 0;}

/* h1～
------------------------------------------------------------*/
h1 {
	margin:0;
	padding:8px 0;
	text-align:center;
	font-weight:100;
	font-size:11px;}

h2 {
	margin:0;
	padding:10px 6px 0 6px;
	text-align:left;
	font-weight:100;
	font-size:15px;
	color:#fff;}

h3.w700 {
	margin:0 auto 20px;
	padding:10px 0 6px 10px;
	width:100%;
	text-align:left;
	border-bottom:5px solid #333;
	font-size:16px;
	font-weight:100;
	background-color:#f0f0f0;}

h3.w700 span {
	margin-left: 20px;
	color: #F9C;
	font-size: 14px;
	font-family: "Century Gothic";
	}

/* nav
------------------------------------------------------------*/
#nav {
	margin:0 auto;
	padding:0;
	width:100%;
	}

ul#g_menu {
	margin:20px auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	width:100%;
	color:#333;
	background-color:#f9f9f9;
	border-top:1px dashed #999;}

ul#g_menu li {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:50%;
	float:left;
	border-right:1px dashed #999;
	border-bottom:1px dashed #999;}

ul#g_menu li:nth-child(even) {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:50%;
	float:left;
	border-right:none;
	border-bottom:1px dashed #999;}

ul#g_menu li span {
	font-size:10px;
	color: #F9C;
	font-weight:bold;
	display:block;
	margin-top:0.6em;}

ul#g_menu li a {
	overflow: hidden;
	display: block;
	padding:10px;
	color:inherit;
	}

ul#g_menu li a:hover {
	background-color:rgba( 0, 0, 0, 0.02 );
	text-decoration:none;
}

/* main
------------------------------------------------------------*/
#main_bn {
	margin:0 auto;
	padding:0;
	width:96%;
	border:5px solid #f0f0f0;
	clear:both;	
	position:relative;}

#main_bn img {
	vertical-align: text-bottom;
	width:100%;}	



#main_text {
	margin:0;
	pading:0;
	position:absolute;
	background-color:rgba( 0, 0, 0, 0.4 );
	top:30%;
	left:0;
	width:100%;
	}

#main_text p {
	padding:5px 6px 10px 6px;
	color: #FBC8E1;
	text-align:left;
	font-size:12px;
	line-height:1.5;}

/* ３つのサービス
------------------------------------------------------------*/

ul#top_sbox {
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	}

ul#top_sbox li {
	margin:10px 0 0 0;
	padding:10px;
	text-align:center;
	width:100%;
	background-color:#f9f9f9;
	border:1px solid #ccc;
	border-radius:10px;
	overflow:hidden;
	position:relative;}
	

ul#top_sbox li img {
	border:1px dashed #ccc;
	width:100%;
	border-radius:10px;
	margin-right:10px;
	}

ul#top_sbox li h3 {
	margin:4px 0 0 0;
	padding:0 0 0 10px;
	text-align:left;
	font-size:16px;
	font-weight:100;
	border-left:5px solid #333;
	}

ul#top_sbox li p {
	margin:10px 0 30px 0;
	padding:0;
	text-align:left;
	color:#666;
	line-height:1.5em;
	}

ul#top_sbox li p.rlink {
	margin:10px;
	padding:0;
	text-align:right;
	font-weight:bold;
	position:absolute;
	right:0;
	bottom:0;
	}

/* トップ下コンテンツ-おしらせ
------------------------------------------------------------*/

#news {
	margin:30px 0 30px 0;
	padding:0;
	width:100%;
	text-align:left;
	}

#news li {
	margin:0;
	padding:16px 5px;
	width:100%;
	text-align:left;
	border-bottom:1px dashed #999;
	}

#news li a:hover {
	text-decoration:underline;
	}

#news li span {
	display:block;
	line-height:20px;
	font-weight:bold;
	}

/* トップ下コンテンツ-情報
------------------------------------------------------------*/

#free {
	margin:0 0 50px 0;
	padding:0;
	width:100%;
	text-align:left;
	}

#free h3 {
	margin:0;
	padding:10px 0 6px 10px;
	width:100%;
	text-align:left;
	border-bottom:5px solid #333;
	font-size:16px;
	font-weight:100;
	background-color:#f0f0f0;}

#free h3 span {
	margin-left: 20px;
	color: #F9C;
	font-size: 14px;
	font-family: "Century Gothic";
	}

#free img{
	border:1px dashed #ccc;
	width:100%;
	border-radius:10px;}

#free .title {
	margin: 20px 0 5px 0;
	padding-left:10px;
	font-weight: bold;
	color: #F9C;
	font-size: 14px;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#free .text {
	margin: 5px 0 20px 0;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FFDDEE;
	border-radius: 10px;
}

/* フッター
------------------------------------------------------------*/

#footer {
	margin:0 auto;
	padding:20px;
	text-align:center;
	overflow:hidden;
	clear:both;
	width:100%;
	color:#ccc;
	background-color:#333;}

#footer .logo img {
	display:none;}

#footer .logo p span {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	text-align:center;
	margin:0.4em 0 0 0;}

.logo div {
	margin:0 auto;
	padding:14px 0 0 0;
	text-align:center;
	overflow:hidden;
	clear:both;}

.logo div p {
	color:#ccc;
	font-size:16px;
	}

#footer span {
	color:#ccc;
	font-size:12px;}

#footer_menu {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;}

ul#f_menu {
	overflow:hidden;
	clear:both;
	margin-bottom:30px;
}

ul#f_menu li:nth-child(3n) {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:12px;
	line-height:2em;
	width:33%;
	border-left:1px solid #999;
	border-right:1px solid #999;
	float:left;
}

ul#f_menu li {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:12px;
	line-height:2em;
	width:33%;
	border-left:1px solid #999;
	float:left;
	}

ul#f_menu li a {
	color:#fff;
}

ul#f_menu li a:hover {
	display:block;
	background-color:#666;
}

/* 下層ページ
------------------------------------------------------------*/

#main_sub {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;
	float:left;}

#main_subimg {
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	width:100%;
	border-radius:10px;
	border:10px solid #f0f0f0;
	position:relative;}


#main_subimg img {
	vertical-align: text-bottom;
	border-radius:2px;
	width:100%;}

#main_subimg #main_text {
	margin:0;
	pading:0;
	position:absolute;
	background-color:rgba( 0, 0, 0, 0.5 );
	top:40%;
	left:0;
	width:100%;
	}

#main_subimg h2 {
	margin:0;
	padding:10px 20px 8px 20px;
	text-align:left;
	font-weight:100;
	font-size:20px;
	color:#fff;}

#main_subimg h2 span {
	margin:0 0 0 10px;
	padding:0;
	text-align:left;
	font-weight:100;
	font-size:12px;
	color:#f9c;}

#main_sub dl {
	margin:20px 0 30px 0;
	padding:0;
	text-align:center;
	width:100%;
	clear:both;
	overflow:hidden;}

#main_sub dt img {
	vertical-align: text-bottom;
	border-radius:6px;
	width:100%;}

#main_sub dt.left {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:60%;
	border-radius:10px;
	border:5px solid #f0f0f0;}

#main_sub dd.right {
	margin:20px auto;
	padding:0;
	text-align:left;
	width:90%;
	line-height:1.6em;}

#main_sub dt.right {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;
	border-radius:10px;
	border:5px solid #f0f0f0;
	float:right;}

#main_sub dd.left {
	margin:10px auto;
	padding:0;
	text-align:left;
	width:100%;
	line-height:1.6em;
	float:left;}

/*------------------------------------------*/
#r_menu {
	margin:20px auto;
	padding:0;
	text-align:center;
	width:100%;
	float:right;}

#r_menu h3 {
	margin:0;
	padding:10px 0 6px 10px;
	width:100%;
	text-align:left;
	border:1px solid #333;
	border-bottom:5px solid #333;
	font-size:16px;
	font-weight:100;
	border-top-left-radius:8px;
	border-top-right-radius:8px;}

#r_menu h3 span {
	margin-left: 20px;
	color: #F9C;
	font-size: 14px;
	font-family: "Century Gothic";
	}

#r_menu ul {
	margin:0 0 30px 0;
	padding:0;
	text-align:center;
	width:100%;}

#r_menu ul li {
	margin: 0 auto;
	padding: 16px 0 16px 20px;
	text-align: left;
	width:100%;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:1px dashed #999999;
}

#r_menu dl {
	margin:20px 0;
	padding:10px;
	text-align:center;
	width:100%;
	border:1px solid #999999;
	overflow:hidden;
	clear:both;
	display:block;}

#r_menu dl a {
	display:block;}

#r_menu dl dt img {
	width: 100%;
	height: 100%;
	vertical-align:bottom;
}

#r_menu dl dt {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 18%;
	border:1px solid #ccc;
	float:left;
}

#r_menu dl dd {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	width: 78%;
	float:right;
}

/* form
------------------------------------------------------------*/

#table table,tbody,tr,td,th {
	width:100%;
	display:block;}

#table th {
	text-align:center;
	border-bottom:none;
	border-right:none;
	padding:10px 0 0 0;}

table#form td{
	padding:10px;
	line-height:2.2em;
	text-align:center;
	}

input[type=checkbox]{
	width:auto;}

.btn {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #ccc;
	width: 90%;
	padding: 16px 0;
	margin:10px 0;
	font-size:16px;
	cursor: pointer;
	}

.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}
/* table
------------------------------------------------------------*/

table{
    border-spacing: 0;
    border-collapse: separate;
    *border-collapse: collapse;
	margin:20px auto 0 auto;
	width:100%;
	border:1px solid #ccc;
	border-radius:10px;
	}

table td{
	padding:10px;
	line-height:2.2em;
	border-bottom:1px solid #ccc;
	text-align:right;
	}

table th{
	text-align:center;
	padding:10px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
    border-right: none;
	background-color:#f0f0f0;
	}

tbody tr:last-child th {
}

tbody tr:last-child td {
    border-bottom: none;
}

/* stuff
------------------------------------------------------------*/

.box p{
	width:45%;
	float:left;
	display:block;
	margin-bottom:30px;
	}

.box p img{
	border-radius:10px;
	width:100%;
	}

.box p span{
	color: #F9C;
	font-size:16px;
	font-weight:bold;
	}
	
}

@media screen and (min-width:768px) and ( max-width:1024px) {

.top_box {
	margin:0 auto;
	padding:0;
	width:90%;}

/*削除不可*/
#cherish {
	margin:20px 0 0 0;
	padding:0;}

#cherish p {
	text-align:center;
	font-size:10px;
	color:#666;}

#cherish a {
	color:#666;}
	
/* header
------------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;}

#header {
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.logo {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	color: #F9C;
	}

.logo img {
	margin: 0.4em;
	padding: 0;
	width:auto;
	}

.logo p span {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#333;
	text-align:center;
	margin:0.6em 0 2.6em 0;}

/* h1～
------------------------------------------------------------*/
h1 {
	margin:0;
	padding:8px 0;
	text-align:center;
	font-weight:100;
	font-size:11px;}

h2 {
	margin:0;
	padding:10px 20px 0 20px;
	text-align:left;
	font-weight:100;
	font-size:20px;
	color:#fff;}

h3.w700 {
	margin:0 auto 20px;
	padding:10px 0 6px 10px;
	width:100%;
	text-align:left;
	border-bottom:5px solid #333;
	font-size:16px;
	font-weight:100;}

h3.w700 span {
	margin-left: 20px;
	color: #F9C;
	font-size: 14px;
	font-family: "Century Gothic";
	}

/* nav
------------------------------------------------------------*/
#nav {
	margin:0 auto;
	padding:0;
	width:100%;
	}

ul#g_menu {
	margin:20px auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	width:100%;
	color:#333;
	background-color:#f9f9f9;
	border-top:1px dashed #999;}

ul#g_menu li {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:33%;
	float:left;
	border-right:1px dashed #999;
	border-bottom:1px dashed #999;}

ul#g_menu li:nth-child(3n) {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:34%;
	float:left;
	border-right:none;
	border-bottom:1px dashed #999;}

ul#g_menu li span {
	font-size:10px;
	color: #F9C;
	font-weight:bold;
	display:block;
	margin-top:0.6em;}

ul#g_menu li a {
	overflow: hidden;
	display: block;
	padding:10px;
	color:inherit;
	}

ul#g_menu li a:hover {
	background-color:rgba( 0, 0, 0, 0.02 );
	text-decoration:none;
}

/* main
------------------------------------------------------------*/
#main_bn {
	margin:0 auto;
	padding:0;
	width:90%;
	border:10px solid #f0f0f0;
	clear:both;
	position:relative;}

#main_bn img {
	vertical-align: text-bottom;
	width:100%;}	



#main_text {
	margin:0;
	pading:0;
	position:absolute;
	background-color:rgba( 0, 0, 0, 0.5 );
	bottom:6%;
	left:0;
	width:100%;
	}

#main_text p {
	padding:5px 10px 10px 20px;
	color: #FBC8E1;
	text-align:left;
	font-size:12px;
	line-height:1.5;
	}

/* ３つのサービス
------------------------------------------------------------*/

ul#top_sbox {
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	}

ul#top_sbox li {
	margin:20px 0 0 0;
	padding:10px;
	text-align:center;
	width:100%;
	background-color:#f9f9f9;
	border:1px solid #ccc;
	border-radius:10px;
	overflow:hidden;
	position:relative;}
	

ul#top_sbox li img {
	border:1px dashed #ccc;
	float:left;
	width:40%;
	border-radius:10px;
	margin-right:10px;
	}

ul#top_sbox li h3 {
	margin:4px 0 0 31%;
	padding:0 0 0 10px;
	text-align:left;
	font-size:16px;
	font-weight:100;
	border-left:5px solid #333;
	}

ul#top_sbox li p {
	margin:10px;
	padding:0;
	text-align:left;
	color:#666;
	line-height:1.5em;
	}

ul#top_sbox li p.rlink {
	margin:10px;
	padding:0;
	text-align:right;
	font-weight:bold;
	position:absolute;
	right:0;
	bottom:0;
	}

/* トップ下コンテンツ-おしらせ
------------------------------------------------------------*/

#news {
	margin:30px 0 50px 0;
	padding:0;
	width:100%;
	text-align:left;
	}

#news li {
	margin:0;
	padding:16px 0 16px 8em;
	width:100%;
	text-align:left;
	border-bottom:1px dashed #999;
	text-indent: -8em;
	}

#news li a:hover {
	text-decoration:underline;
	}

#news li span {
	padding:0 20px 0 10px;
	display:inline-block;
	width:8em;
	text-indent: 0em;
	}

/* トップ下コンテンツ-情報
------------------------------------------------------------*/

#free {
	margin:0 0 50px 0;
	padding:0;
	width:100%;
	text-align:left;
	}

#free h3 {
	margin:0;
	padding:10px 0 6px 10px;
	width:100%;
	text-align:left;
	border-bottom:5px solid #333;
	font-size:16px;
	font-weight:100;}

#free h3 span {
	margin-left: 20px;
	color: #F9C;
	font-size: 14px;
	font-family: "Century Gothic";
	}

#free img{
	border:1px dashed #ccc;
	width:100%;
	border-radius:10px;}

#free .title {
	margin: 20px 0 5px 0;
	padding-left:10px;
	font-weight: bold;
	color: #F9C;
	font-size: 14px;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#free .text {
	margin: 5px 0 20px 0;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FFDDEE;
	border-radius: 10px;
}

/* フッター
------------------------------------------------------------*/

#footer {
	margin:0 auto;
	padding:20px;
	text-align:center;
	overflow:hidden;
	clear:both;
	width:100%;
	color:#ccc;
	background-color:#333;}

#footer .logo img {
	display:none;}

#footer .logo p span {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	text-align:center;
	margin:0.4em 0 0 0;}

.logo div {
	margin:0 auto;
	padding:14px 0 0 0;
	text-align:center;
	overflow:hidden;
	clear:both;}

.logo div p {
	color:#ccc;
	font-size:16px;
	}

#footer span {
	color:#ccc;
	font-size:12px;}

#footer_menu {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;}

ul#f_menu {
	overflow:hidden;
	clear:both;
	margin-bottom:30px;
}

ul#f_menu li:first-child {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:12px;
	line-height:2em;
	width:15%;
	border-left:1px solid #999;
	border-right:1px solid #999;
	float:left;
}

ul#f_menu li {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:12px;
	line-height:2em;
	width:17%;
	border-left:none;
	border-right:1px solid #999;
	float:left;
	}

ul#f_menu li a {
	color:#fff;
}

ul#f_menu li a:hover {
	display:block;
	background-color:#666;
}

/* 下層ページ
------------------------------------------------------------*/

#main_sub {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;
	float:left;}

#main_subimg {
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	width:100%;
	border-radius:10px;
	border:10px solid #f0f0f0;
	position:relative;}


#main_subimg img {
	vertical-align: text-bottom;
	border-radius:2px;
	width:100%;}

#main_subimg #main_text {
	margin:0;
	pading:0;
	position:absolute;
	background-color:rgba( 0, 0, 0, 0.5 );
	bottom:40%;
	left:0;
	width:30%;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	}

#main_subimg h2 {
	margin:0;
	padding:10px 20px 8px 20px;
	text-align:left;
	font-weight:100;
	font-size:20px;
	color:#fff;}

#main_subimg h2 span {
	margin:0 0 0 10px;
	padding:0;
	text-align:left;
	font-weight:100;
	font-size:12px;
	color:#f9c;}

#main_sub dl {
	margin:20px 0 30px 0;
	padding:0;
	text-align:center;
	width:100%;
	clear:both;
	overflow:hidden;}

#main_sub dt img {
	vertical-align: text-bottom;
	border-radius:6px;
	width:100%;}

#main_sub dt.left {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:30%;
	border-radius:10px;
	border:5px solid #f0f0f0;
	float:left;}

#main_sub dd.right {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:65%;
	line-height:1.6em;
	float:right;}

#main_sub dt.right {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:30%;
	border-radius:10px;
	border:5px solid #f0f0f0;
	float:right;}

#main_sub dd.left {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:65%;
	line-height:1.6em;
	float:left;}

/*------------------------------------------*/
#r_menu {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;
	float:right;}

#r_menu h3 {
	margin:0;
	padding:10px 0 6px 10px;
	width:100%;
	text-align:left;
	border:1px solid #333;
	border-bottom:5px solid #333;
	font-size:16px;
	font-weight:100;
	border-top-left-radius:8px;
	border-top-right-radius:8px;}

#r_menu h3 span {
	margin-left: 20px;
	color: #F9C;
	font-size: 14px;
	font-family: "Century Gothic";
	}

#r_menu ul {
	margin:0 0 30px 0;
	padding:0;
	text-align:center;
	width:100%;}

#r_menu ul li {
	margin: 0 auto;
	padding: 16px 0 16px 20px;
	text-align: left;
	width:100%;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:1px dashed #999999;
}

#r_menu dl {
	margin:20px 0;
	padding:10px;
	text-align:center;
	width:100%;
	border:1px solid #999999;
	overflow:hidden;
	clear:both;
	display:block;}

#r_menu dl a {
	display:block;}

#r_menu dl dt img {
	width: 100%;
	height: 100%;
	vertical-align:bottom;
}

#r_menu dl dt {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 10%;
	border:1px solid #ccc;
	float:left;
}

#r_menu dl dd {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	width: 88%;
	float:right;
}

/* form
------------------------------------------------------------*/

table#form{
    border-spacing: 0;
    border-collapse: separate;
    *border-collapse: collapse;
	width:100%;
	border:1px solid #ccc;
	border-radius:10px;
	margin:0 auto;
	}

table#form td{
	padding:10px;
	line-height:2.2em;
	border-bottom:1px solid #ccc;
	width:65%;
	text-align:left;
	}

table#form th{
	text-align:center;
	padding:10px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:35%;
	background-color:#f0f0f0;
	}

table#form tbody tr:last-child th {
    border-bottom: none;
	border-bottom-left-radius:10px;
}

table#form tbody tr:first-child th {
	border-top-left-radius:10px;
}

table#form tbody tr:last-child td {
    border-bottom: none;
}

input[type=checkbox]{
	width:auto;}

.btn {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #ccc;
	width: 40%;
	padding: 16px 0;
	margin:20px 0;
	font-size:16px;
	cursor: pointer;
	}

.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}

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

table{
    border-spacing: 0;
    border-collapse: separate;
    *border-collapse: collapse;
	margin:20px auto 0;
	width:100%;
	border:1px solid #ccc;
	border-radius:10px;
	}

table td{
	padding:10px;
	line-height:2.2em;
	border-bottom:1px solid #ccc;
	width:40%;
	text-align:right;
	}

table th{
	text-align:center;
	padding:10px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:60%;
	background-color:#f0f0f0;
	}

tbody tr:last-child th {
    border-bottom: none;
}

tbody tr:last-child td {
    border-bottom: none;
}

/* stuff
------------------------------------------------------------*/

.box p{
	width:45%;
	float:left;
	display:block;
	margin-bottom:30px;
	}

.box p img{
	border-radius:10px;
	width:100%;
	}

.box p span{
	color: #F9C;
	font-size:16px;
	font-weight:bold;
	}

}

@media screen and (min-width:1024px) {

body {
	line-height:1.5;
	}

.top_box{
	margin:0px auto;
	padding:0;
	width:1000px;
	clear:both;
	overflow:hidden;}

/*削除不可*/

#cherish p {
	text-align:center;
	font-size:10px;
	color:#666;}

#cherish a {
	color:#666;}

/* header
------------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:1000px;}

#header {
	margin:0 auto;
	padding:0;
	text-align:center;
	height:120px;}

.logo {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	color: #F9C;
	float: left;
}

.logo img {
	margin: 0;
	padding: 0 8px 0 0;
	width:auto;
	float:left;}

.logo p {
	float:left;
	text-align:left;}

.logo p span {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#333;
	text-align:left;}
	
/* h1～
------------------------------------------------------------*/
h1 {
	margin:0;
	padding:8px 0;
	text-align:left;
	font-weight:100;
	font-size:11px;}

h2 {
	margin:0;
	padding:20px 20px 0 20px;
	text-align:left;
	font-weight:100;
	font-size:20px;
	color:#fff;}

h3.w700 {
	margin:0 auto 20px;
	padding:10px 0 6px 10px;
	width:700px;
	text-align:left;
	border-bottom:5px solid #333;
	font-size:16px;
	font-weight:100;
	clear:both;}

h3.w700 span {
	margin-left: 20px;
	color: #F9C;
	font-size: 14px;
	font-family: "Century Gothic";
	}


/* nav
------------------------------------------------------------*/
#nav {
	margin:0 auto;
	padding:0;
	float:right;
	}

ul#g_menu {
	margin:10px auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	font-size:12px;}

ul#g_menu li {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:120px;
	float:left;
	border-left:1px solid #333;}

ul#g_menu li:last-child {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:120px;
	float:left;
	border-right:1px solid #333;}

ul#g_menu li span {
	font-size:10px;
	color:#F9C;
	font-weight:bold;
	display:block;}

ul#g_menu li a {
	overflow: hidden;
	display: block;
	padding:10px;
	color:inherit;
	}

ul#g_menu li a:hover {
	background-color:rgba( 0, 0, 0, 0.02 );
	text-decoration:none;
}

/* メイン画像
------------------------------------------------------------*/
#main_bn {
	margin:0 auto;
	padding:0;
	width:1000px;
	border-radius:10px;
	border:10px solid #f0f0f0;
	clear:both;
	position:relative;}

#main_bn img {
	vertical-align: text-bottom;
	border-radius:2px;}

#main_text {
	margin:0;
	pading:0;
	position:absolute;
	background-color:rgba( 0, 0, 0, 0.5 );
	top:40%;
	left:0;
	width:400px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	}

#main_text p {
	padding:0 10px 20px 20px;
	color: #FBC8E1;
	text-align:left;
	font-size:12px;
	}

/* ３つのサービス
------------------------------------------------------------*/

ul#top_sbox {
	margin:10px auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	}

ul#top_sbox li:first-child {
	margin:0;
	padding:10px;
	text-align:center;
	width:322px;
	height:300px;
	float:left;
	background-color:#f9f9f9;
	border:1px solid #ccc;
	border-radius:10px;}
	
ul#top_sbox li {
	margin:0 0 0 16px;
	padding:10px;
	text-align:center;
	width:322px;
	height:300px;
	float:left;
	background-color:#f9f9f9;
	border:1px solid #ccc;
	border-radius:10px;
	position:relative;}

ul#top_sbox li img {
	border:1px dashed #ccc;
	width:300px;
	border-radius:10px;
	}

ul#top_sbox li h3 {
	margin:4px 0 0 0;
	padding:0 0 0 10px;
	text-align:left;
	font-size:16px;
	font-weight:100;
	border-left:5px solid #333;
	}

ul#top_sbox li p {
	margin:10px;
	padding:0;
	text-align:left;
	color:#666;
	}

ul#top_sbox li p.rlink {
	margin:10px;
	padding:0;
	text-align:right;
	font-weight:bold;
	position:absolute;
	right:0;
	bottom:0;
	}

/* トップ下コンテンツ-おしらせ
------------------------------------------------------------*/

#news {
	margin:0 0 50px 0;
	padding:0;
	width:700px;
	text-align:left;
	float:left;
	}

#news li {
	margin:0;
	padding:16px 0 16px 8em;
	width:700px;
	text-align:left;
	border-bottom:1px dashed #999;
	text-indent: -8em;
	}

#news li a:hover {
	text-decoration:underline;
	}

#news li span {
	padding:0 20px 0 10px;
	display:inline-block;
	width:8em;
	text-indent: 0em;
	}

/* トップ下コンテンツ-情報
------------------------------------------------------------*/

#free {
	margin:0 0 50px 0;
	padding:0;
	width:250px;
	text-align:left;
	float:right;
	}

#free h3 {
	margin:0;
	padding:10px 0 6px 10px;
	width:250px;
	text-align:left;
	border-bottom:5px solid #333;
	font-size:16px;
	font-weight:100;}

#free h3 span {
	margin-left: 20px;
	color: #F9C;
	font-size: 14px;
	font-family: "Century Gothic";
	}

#free img{
	border:1px dashed #ccc;
	width:100%;
	border-radius:10px;}

#free .title {
	margin: 10px 0 5px 0;
	padding-left:20px;
	font-weight: bold;
	color: #F9C;
	font-size: 14px;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#free .text {
	margin: 5px 0 20px 0;
	padding: 8px;
	font-size: 12px;
	background-color: #FFDDEE;
	border-radius: 10px;
}

/* フッター
------------------------------------------------------------*/

#footer {
	margin:0 auto;
	padding:20px;
	text-align:center;
	overflow:hidden;
	clear:both;
	width:100%;
	color:#ccc;
	background-color:#333;}


#footer .logo p span {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	text-align:left;}

.logo div {
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:center;
	overflow:hidden;
	clear:both;}

.logo div p {
	color:#ccc;
	font-size:16px;}

#footer span {
	color:#ccc;
	font-size:12px;}

#footer_menu {
	float:right;}

ul#f_menu {
	margin:0;
	padding:0;
	overflow:hidden;
}

ul#f_menu li:first-child {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:12px;
	line-height:3em;
	width:160px;
	height:180px;
	border-left:1px solid #999;
	border-right:none;
	float:left;
}

ul#f_menu li {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:12px;
	line-height:3em;
	width:160px;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

ul#f_menu li a {
	color:#fff;
}

ul#f_menu li a:hover {
	display:block;
	background-color:#666;
}

/* 下層ページ
------------------------------------------------------------*/

#main_sub {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:700px;
	float:left;}

#main_subimg {
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	width:700px;
	border-radius:10px;
	border:10px solid #f0f0f0;
	position:relative;}


#main_subimg img {
	vertical-align: text-bottom;
	border-radius:2px;}

#main_text {
	margin:0;
	pading:0;
	position:absolute;
	background-color:rgba( 0, 0, 0, 0.5 );
	top:40%;
	left:0;
	width:300px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	}

#main_subimg h2 {
	margin:0;
	padding:10px 20px 8px 20px;
	text-align:left;
	font-weight:100;
	font-size:20px;
	color:#fff;}

#main_subimg h2 span {
	margin:0 0 0 10px;
	padding:0;
	text-align:left;
	font-weight:100;
	font-size:12px;
	color:#f9c;}

#main_sub dl {
	margin:0 0 30px;
	padding:0;
	text-align:center;
	width:700px;
	clear:both;
	overflow:hidden;}

#main_sub dt img {
	vertical-align: text-bottom;
	border-radius:6px;
	width:100%;}

#main_sub dt.left {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:250px;
	border-radius:10px;
	border:5px solid #f0f0f0;
	float:left;}

#main_sub dd.right {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:420px;
	line-height:1.6em;
	float:right;}

#main_sub dt.right {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:250px;
	border-radius:10px;
	border:5px solid #f0f0f0;
	float:right;}

#main_sub dd.left {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:420px;
	line-height:1.6em;
	float:left;}

/*------------------------------------------*/
#r_menu {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:250px;
	float:right;}

#r_menu h3 {
	margin:0;
	padding:10px 0 6px 10px;
	width:250px;
	text-align:left;
	border:1px solid #333;
	border-bottom:5px solid #333;
	font-size:16px;
	font-weight:100;
	border-top-left-radius:8px;
	border-top-right-radius:8px;}

#r_menu h3 span {
	margin-left: 20px;
	color: #F9C;
	font-size: 14px;
	font-family: "Century Gothic";
	}

#r_menu ul {
	margin:0 0 30px 0;
	padding:0;
	text-align:center;
	width:250px;}

#r_menu ul li {
	margin: 0 auto;
	padding: 16px 0 16px 20px;
	text-align: left;
	width: 250px;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:1px dashed #999999;
}

#r_menu dl {
	margin:20px 0;
	padding:10px;
	text-align:center;
	width:250px;
	border:1px solid #999999;
	overflow:hidden;
	clear:both;
	display:block;}

#r_menu dl a {
	display:block;}

#r_menu dl dt img {
	width: 58px;
	height: 58px;
}

#r_menu dl dt {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 60px;
	height: 60px;
	border:1px solid #ccc;
	float:left;
}

#r_menu dl dd {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	width: 158px;
	float:right;
}

/* form
------------------------------------------------------------*/

table#form{
    border-spacing: 0;
    border-collapse: separate;
    *border-collapse: collapse;
	width:80%;
	border:1px solid #ccc;
	border-radius:10px;
	margin:0 auto;
	}

table#form td{
	padding:10px;
	line-height:2.2em;
	border-bottom:1px solid #ccc;
	width:65%;
	text-align:left;
	}

table#form th{
	text-align:center;
	padding:10px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:35%;
	background-color:#f0f0f0;
	}

table#form tbody tr:last-child th {
    border-bottom: none;
	border-bottom-left-radius:10px;
}

table#form tbody tr:first-child th {
	border-top-left-radius:10px;
}

table#form tbody tr:last-child td {
    border-bottom: none;
}

input[type=checkbox]{
	width:auto;}

.btn {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #ccc;
	width: 40%;
	padding: 16px 0;
	margin:20px 0;
	font-size:16px;
	cursor: pointer;
	}

.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}

.g-recaptcha{
	    width: 43%;
}			

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

table{
    border-spacing: 0;
    border-collapse: separate;
    *border-collapse: collapse;
	width:80%;
	border:1px solid #ccc;
	border-radius:10px;
	margin:0 auto;
	}

table td{
	padding:10px;
	line-height:2.2em;
	border-bottom:1px solid #ccc;
	width:40%;
	text-align:right;
	}

table th{
	text-align:center;
	padding:10px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:60%;
	background-color:#f0f0f0;
	}

tbody tr:last-child th {
    border-bottom: none;
}

tbody tr:last-child td {
    border-bottom: none;
}

.box{
	margin:10px auto;
	text-align:left;
	width:80%;
	overflow:auto;}
	

/* stuff
------------------------------------------------------------*/

.box p{
	width:45%;
	float:left;
	display:block;
	margin-bottom:30px;
	}

.box p img{
	border-radius:10px;
	width:100%;
	}

.box p span{
	color: #F9C;
	font-size:16px;
	font-weight:bold;
	}


}