 *{ 
    margin:0;padding:0; 
}

html{ 
    height:100%; 
}

body {
	color: #111111; 
	width: 100%;
	height:100%;
 	background-image: url(../images/bg1.png);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 5px solid #00AA00;
	font-size: 14px;
	line-height: 18px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
p {
	font-size: 14px; 
	line-height: 20px;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}


a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #060;
	}
a:visited, 
a:visited:hover { 
	text-decoration: none; 
	color: #060;
	}
a:hover, 
a:active { 
	text-decoration: underline; 
	color: #0A0;
	}
acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
	}

img 	{
	border: 0;
	}

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

p.resizeimage img { width: 100%; }

a { /* FireFox リンク選択時の点線を消す　*/
	overflow: hidden;
	outline: none;
}

* html .link_text1 { top: -0.1em; } /* for win ie6 */
*:first-child+html .link_text1 { top: 5px; margin-left: -10px; } /* for win ie7 */

#container { 
	width: 100%;
	height: 100%;
	min-height:100%;
	padding: 0px;
	}

#header {
	width: 100%;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

.logo_i{
	display:none;
}

#header_c {
	width: 918px;
	margin: 0px auto ;
	padding: 2px 0px;
}

#header_L {
	float: left;
	width: 280px;
	color:#363;
	line-height:120%;
	text-align:left;
	padding:0;
	margin-top: 11px;
	margin-left: 0px;
}

#header_R {
	float: right;
	width: 629px;
	height: 120px;
	margin-top: 0px;
	margin-left: 0px;
}

/* ▼メニュー1******************************************************/


#menu_line {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
}


#link_box {
	width:918px;
	margin:0 auto;
	height:40px;
	border-left:#CCC 1px dotted;
}
.menu ul{
	margin:0;
	padding:0;
}
.menu ul li {
	list-style: none;
	margin:0;
	padding:0;
	font-size:14px;
	float: left;
	position: relative;
	width: 152px;/*親メニューの幅*/
	height: 40px;/*親メニューの高さ*/
	line-height: 40px;
	background:linear-gradient(#6C0, #060);/*親メニューの背景色*/
	color: #EEE;/*親メニューの文字色*/
	border-right:1px dotted #CCC;
	text-align:center;
	font-weight:bold;
}
.menu ul li a {
	color: #DDD;
	display: block;
	font-weight:600;
	text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
	background:linear-gradient(#6C3, #090);/*ホバー時の親メニューの背景色*/
	color:#fff;/*ホバー時の親メニューの文字色*/
}
.menu ul li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 152px;
  z-index: 100;
}
.menu ul li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 150px;/*サブメニューの幅*/
	height: 0;
	text-align:left;
	background:#060;/*サブメニューの背景色*/
	padding-left:20px;
	}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#090;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ▲メニュー1******************************************************/


.red {
	color:#F00;
	font-size:120%;
	font-weight:bold;
	}

.green {
	color:#090;
	font-size:120%;
	font-weight:bold;
	}

.black {
	color:#000;
	font-size:120%;
	font-weight:bold;
	}

img.logo {
	max-width:180px;
	padding:6px 0 0 0px;
	}

img.free_d {
	max-width:42px;
	padding:2px 0;
	}

img.contact {
	max-width:152px;
	padding:6px 0 0 0;
	}

img.retouch {
	float:left;
	width:32%;
	padding:2px;
	}

img.retouch2 {
	float:left;
	max-height:132px;
	padding:2px;
	}

img.retouch3 {
	max-height:100%;
	padding:2px;
	border:1px dotted #CCC;
	}

img.net {
	float:left;
	width:23%;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
	padding:3px;
	}

img.wig {
	max-height:100%;
	padding:2px;
	border:1px dotted #CCC;
	}

#header_L2 {
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-left: 0px;
}


#header_R1 {
	float: right;
	width: 104px;
	text-align: right;
}

#header_R2 {
	float: right;
	text-align: right;
	color: #333;
	line-height:120%;
	margin-top: 0px;
	margin-left: 10px;
}

#header h1 {
	text-align: right;
	font-weight: 300;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
}

.tel-link {
	color: #0A0;
	text-shadow: 1px 1px 0px #222, 1px 1px 0px #006600;
	line-height: 120%;
	font-size: 26px;
	font-weight: bold;
	vertical-align:top;
	margin:0px 0 0 14px;
}

.font_black {
	color: #000000;
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
}

.font_red {
	color: #CC0000;
	line-height: 140%;
	font-size: 16px;
	font-weight: bold;
}

.red_s {
	color: #CC0000;
	line-height: 140%;
	font-size: 12px;
	font-weight: bold;
}

.access {
	float: right;
	width:32px;
	height:32px;
	text-align:center;
	margin: 6px 6px 5px 0;
}

#header2 {
	width: 100%;
	height: 450px;
	margin: 0px;
	padding: 0px 0 16px 0;
}

#header2_s {
	display:none;
}

#collection {
	width: 914px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}


.changePic_b {
	_display: block;
	_position: absolute;
	width: 914px;
	_height: 456px;
	left: 0px;
	_top: 400px;
}

/*----------  gallery ---------- */

#collection #gallery1 {
 	background-image: url(../images/bg1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	left: 0;
	top: 0px;
	display: block;
	width: 914px;
	height: 456px;
}

#collection #gallery1 .fadeSec {
	position: relative;
}

#collection #gallery1 .fadeSec .changePic1 {
	position: absolute;
	width: 914px;
	height: 456px;
	left: 0px;
	top: 0px;
}

#collection #gallery2 {
	float: left;
	left: 0;
	top: 0px;
	display: block;
	width: 300px;
	height: 280px;

}

#collection #gallery2 .fadeSec {
	position: relative;
}

#collection #gallery2 .fadeSec .changePic2 {
	position: absolute;
	width: 300px;
	height: 280px;
	left: 0px;
	top: 0px;
}


#collection #gallery3 {
	float: left;
	left: 0;
	top: 0px;
	display: block;
	width: 225px;
	height: 280px;

}

#collection #gallery3 .fadeSec {
	position: relative;
}

#collection #gallery3 .fadeSec .changePic3 {
	position: absolute;
	width: 225px;
	height: 280px;
	left: 0px;
	top: 0px;
}


#collection #gallery4 {
	float: left;
	left: 0;
	top: 0px;
	display: block;
	width: 225px;
	height: 280px;

}

#collection #gallery4 .fadeSec {
	position: relative;
}

#collection #gallery4 .fadeSec .changePic4 {
	position: absolute;
	width: 225px;
	height: 280px;
	left: 0px;
	top: 0px;
}

body > #container{ 
	height:auto; 
	}

.txt12 {
	font-size:14px;
	margin: 0px;
	padding: 0px;
}

.txt_photo {
	float:left;
	width:280px;
	margin: 0 10px 0 6px;
}

.txt_photo2 {
	float:left;
	width:560px;
	margin: 0 10px 0 6px;
}

.txt_photo_R {
	float:left;
	margin: 0 0 0 6px;
}

p.resizeimage img { width: 100%; }


.kome{
	margin-left:-20px;
	}
.kome ul {
	list-style-type:none;
	}

.kome li {
	clear:both;
	float:left;
	background-image:url(../images/point_kome.png);
	background-size:14px 14px;
	background-repeat:no-repeat;
	background-position:20px 3px;
	padding:0px 6px 0px 34px;
	}

.maru{
	margin-left:-20px;
	}
.maru ul {
	list-style-type:none;
	}

.maru li {
	clear:both;
	float:left;
	background-image:url(../images/point_maru.png);
	background-size:14px 14px;
	background-repeat:no-repeat;
	background-position:20px 3px;
	padding:0px 6px 0px 34px;
	}

.img_L {
	float:left;
	width:140px;
	margin: 0 10px 0 6px;
}

.tbl	{
	float:left;
	border-bottom:dotted 1px #999;
	padding: 2px 0 2px 6px;
}

.tbl_L {
	float:left;
	width:98px;
	color:#338888;
	padding: 0;
}

.tbl_C {
	float:left;
	width:14px;
	text-align:center;
	padding: 0;
}
.tbl_R {
	float:left;
	width:188px;
	padding:0 0 0 3px;
}

#int {
	width: 100%;
	}


.priv_LH {
	float:left;
	width:200px;
	color:#FFF;
	background-color:#336666;
	text-align:center;
	font-weight:600;
	padding: 3px;
}

.priv_RH {
	float:right;
	width:348px;
	color:#FFF;
	background-color:#336666;
	text-align:center;
	font-weight:600;
	padding:3px;
}

.priv_L {
	float:left;
	width:200px;
	color:#000;
	text-align:left;
	padding:3px;
	margin:3px 0 0 0;
}

.priv_R {
	float:right;
	width:340px;
	color:#000;
	text-align:left;
	border-left:1px solid #CCC;
	padding:3px;
}

/* メニュー */

.menu_waku_s {
	display:none;
	}

.menu_waku {
 	width: 914px;
	height: 50px;
	margin: 0px auto ;
	padding: 0px;
	}


div#map {
	width:480px;
	height:400px;
	border:1px solid #BDAA89;
	margin:6px;
	} 

#toggle {
	display: block;
	position: relative;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	}
#toggle a{
	display: block;
	position: relative;
	padding: 14px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
	}
#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
	}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
	}
#toggle a:before{
	margin-top: -6px;
	}
#toggle a:after{
	margin-top: 2px;
	}
	}

/* メニュー */


.sub_menu_box {
	margin: 0px auto ;
	width: 914px;
	height:auto;
	text-align:right;
	padding: 3px 0px;
	}

.sub_menu {
	background-image: url(../images/point2.png);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 160%;
	text-align: left;
	color:#666666;
	font-weight:600;
	font-size: 14px;
	padding: 0px 0 3px 14px;
	margin: 8px 0 8px 8px;
	}

#oshirase {
	width: 592px;
	font-size:14px;
	border:1px solid #EEE;
	line-height:160%;
	padding: 0;
	margin: 0;
}

.inner {
	width: 560px;
	height: 600px;
	color: #333333;
	padding: 2px 15px;
	margin: 0;
	
}
.inner li {
	width: 540px;
	color: #333333;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
	line-height: 1.5;
}
.inner li span {
	display: block;
	font-weight: bold;
}

.midashi {
	width: 904px;
	height: 44px;
	margin-top: 18px;
	}


.new {
	float :right;
	height: 38px;
 	background-image: url(../images/new_kazari.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 5px;
	margin-left: 28px;
	padding-top: 3px;
	padding-left: 28px;
	}

.new_txt {
        border-bottom:1px dotted #342607;
	}

h1{	
	font-size:14px;
	color:#666;
	
}

#content h2 {
	color: #333333;
	height: 24px;
	border-left:8px solid #080;
	line-height: 32px;
	font-size: 18px;
	font-weight:bold;
	padding: 0 0 3px 10px;
	margin:6px 0;
}

#content h3 {
	color: #080;
	height: 20px;
	border-left:6px solid #080;
	line-height: 160%x;
	text-align: left;
	font-size: 16px;
	margin:7px 0 7px 0;
	padding: 3px 0 1px 6px ;
}


#content h4 {
	color: #000;
	height: 20px;
	border-left:8px solid #AAA;
	line-height: 160%;
	text-align: left;
	font-size: 16px;
	margin:6px 0 3px 0px;
	padding: 3px 0 1px 6px ;
}


.privacy_area  {
	color: #333;
	font-size: 14px;
	margin:6px 0 3px 0;
	padding: 18px 0 6px 0;
}

.privacy_txt  {
	color: #333;
	border-left:2px #AAA;
	line-height: 160%;
	text-align: left;
	font-size: 14px;
	margin:6px 0 3px 0;
	padding: 18px 0 6px 0;
}

.privacy_txt h4 {
	color: #333;
	height: 20px;
	line-height: 160%;
	text-align: left;
	font-size: 14px;
	margin:6px 0 3px 0;
	padding: 0 0 0px 6px;
}


.privacy_txt ol{
	_clear:both;
	}

.privacy_txt li{
	clear:both;
	height:160%;
	margin:6px 0 3px 15px;
	
	}


.txt_photo h4 {
	color: #333;
	height: 20px;
	border-left:5px solid #339999;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	margin:6px 0 3px 0;
	padding: 0 0 0px 6px;
}


.clear {
	clear: both;
	margin-left: auto ; 
	margin-right: auto ;
	margin: 3px;
	}

.clear_zero {
	clear: both;
	margin-left: auto ; 
	margin-right: auto ;
	height:1px;
	margin: 0px;
	}

.clear_3px {
	clear: both;
	margin-left: auto ; 
	margin-right: auto ;
	line-height:3px;
	}

.line {
	clear: both;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	}

#main {
 	width: 904px;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 25px;
	margin: 0px 66px 0px 66px;
	padding: 20px 0px 16px 0px;
	}

#content {
 	width: 914px;
	height: 100%;
	min-height: 100%;
	color: #333333;
	margin: 0px auto;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	}

.main_info {
	color: #113333;
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding: 5px 0;
	}

.main_info2 {
	color: #113333;
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding: 10px 0 0 20px;
	}

.main_txt {
	color: #333;
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding: 5px 0 5px 20px;
	}

.txt_link a {
	width:100%;
	color: #060;
	font-size: 14px;
	line-height: 160%;
	font-weight:600;
	margin: 0px;
	padding: 5px 0 5px 6px;
	}

.content_LR {
	clear:both;
 	width: 100%;
	height:auto;
	margin: 0px auto;
	}
.price_L {
        float: left;
	width: 180px;
	max-height: 100%;
	color: #000;
	font-size:14px;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	margin: 3px;
	padding: 0px 0px 3px 3px;
	}

h4{
	color: #000;
	font-size:16px;
	border-left:5px solid #AAA;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	}

.price_R {
        float: left;
	min-width:400px;
	color: #000;
	font-size:14px;
	text-align: left;
	line-height:160%;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}


.access_L {
	float:left;
 	width: 120px;
	min-height: 100%;
	}

.access_R {
	float:left;
 	width: auto;
	min-height: 100%;
	}

.content_L {
	float: left;
	width: 610px;
	color:#111111;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px;
	}

.dotted_line {
	clear: both;
	width: 100%;
	height: 6px;
	font-size: 14px;
        border-bottom:1px dotted #999999;
	margin: 3px 0 3px 0;
	}

.txt_L {
        float: left;
	width:180px;
	min-width: 32px;
	height: 14px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin: 3px;
	padding: 0px 0px 3px 3px;
	}

.txt_R {
        float: left;
	width:400px;
	color: #000;
	font-size:14px;
	text-align: left;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}

.txt_Ls {
        float: left;
	width:18px;
	min-width: 18px;
	height: 14px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin: 3px;
	padding: 0px 0px 3px 3px;
	}

.txt_Rs {
        float: left;
	width:200px;
	color: #000;
	font-size:14px;
	text-align: left;
	line-height:160%;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}


.pro_L {
        float: left;
	width:140px;
	color: #399;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}


.pro_R {
        float: left;
	width:auto;
	color: #000;
	font-size:14px;
	text-align: left;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}


div#map {
	width:100%;
	height:400px;
	}

div#map_s {
	display: none;
	} 

#map_link {
	} 

.content_R {
	float: right;
	width: 268px;
	height: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 160%;
	padding: 0px;
	}

.dotted_line_L {
        float: left;
	width: 80px;
	height: 16px;
	color: #077B69;
        border-left: 5px solid #4BB9A8;
	margin: 3px;
	padding: 0px 0px 3px 3px;
	}

.dotted_line_R {
        float: left;
	width:466px;
	text-align: left;
	margin-top: 0px;
	padding: 3px 0px 0px 0px;
	}

.waku_LR {
        clear:both;
	width: 100%;
	height: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
	}

.waku_L {
        float: left;
	width: 130px;
	color: #000;
	overflow: hidden;
	margin: 0px;
	padding: 0px 3px 3px 0px;
	}


.waku_R {
        float: left;
	width: 130px;
	text-align: left;
	color: #000;
	margin: 0px;
	padding: 0px 0px 3px 3px;
	}

.waku_txt{
	clear:both;
	border:1px dotted #999999;
	color:#444;
	padding: 6px;
	}

.waku_txt2{
	clear:both;
	color:#444;
	padding: 6px;
	}

.waku_txt3{
	clear:both;
	border:1px dotted #999999;
	color:#444;
	padding: 0;
	}

.waku_txt3 .img{
	clear:both;
	border:none;
	padding: 0;
	}

.area_space{
	text-align: center;
	color:#666;
	margin: 10px;
	padding: 10px;
	}

.waku_txt_s{
	display:none;
	}

p.clear_s{
	display:none;
	}

.waku_course_img{
	}

.content_text_R {
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 9px 0px;
	padding: 0px 0px;
	}

.content_img_L {
	float: left;
	text-align: left;
	margin: 2px 14px 0px 5px;
	padding: 0px 0px;
	}

#content_img_R {
	float: right;
	text-align: left;
	margin: 2px 10px 0px 0px;
	padding: 0px 0px;
	}

.txt11 {
	
	clear: both;
	font-size: 11px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	}

.txt12 {
	clear: both;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	}

/* ページトップ */
#page-top {
	position:fixed;
	bottom:0;
	margin-bottom: 20px;
	right:20px;
	font-size:16px;
	font-weight:600;
	z-index:10;
	}

#page-top a {
	background: none repeat scroll 0 0 #009900;
	border-radius: 5px;
	color: #fff;
	display: block;
	_font-family: FontAwesome;
	opacity: 0.3;
	text-align: center;
	text-decoration: none;
	width: 50px;
	}

#page-top a:hover {
	text-decoration:none;
	background:#999;
	}
/* ページトップ */

.form_LR {
        clear:left;
	width:100%;
	line-height:160%;
	text-align: center;
	padding: 0px 0px;
}

.form_mes {
	width:90%;
	padding:20px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	color:#393;
	font-size:16px;
	}

.form_error {
	clear:both;
	min-height:100px;
	text-align:center;
	background-color:#EEE;
	color:#CCC;
	font-size:12px;
	padding:20px;
	}

.form_LR2 {
        clear:left;
	width:680px;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: center;
	background-image:url(../images/form_bg.gif);
	background-repeat:repeat-y;
        overflow: hidden; 
        border-left:1px solid #D4D0C8;
        border-top:1px solid #D4D0C8;
	border-right:1px solid #D4D0C8;
        border-bottom:1px solid #D4D0C8;
}


.form_L {
	float: left;
	width: 30%;
	height: 20px;
	padding:8px;
	font-weight:600;
	text-align: right;
	}

.form_R {
	float: left;
	max-width: 60%;
	height:100%;
	font-size: 14px;
	text-align: left;
	padding: 3px;
}

.form_R2 {
	float: left;
	width: 519px;
	font-size: 14px;
	margin-left:auto;
        margin-right:auto;
        text-align:left;
	line-height: 140%;
	border-left:1px solid #D4D0C8;	
}

.txt_big {
	font-weight:600;
	color:#090;
	font-size:16px;
	}


/* フォーム */
.form_R {
    padding: 1%;
}
.form_R input[type=radio],
.form_R input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.form_R input[type=radio] + label,
.form_R input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 140%;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
    .form_R input[type=radio],
    .form_R input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .form_R input[type=radio] + label,
    .form_R input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .form_R input[type=radio] + label::before,
    .form_R input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .form_R input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .form_R input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .form_R input[type=radio]:checked + label::after,
    .form_R input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 10px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .form_R input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #060;
        border-radius: 8px;
    }
    .form_R input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



.input {	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0;
	padding:8px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	font-size:1.2em;
	color:#333;
	background-color:#EEE ;
	border:solid 1px #060;
	margin:0;
	width:300px;
	}
input[type=radio]:checked + .radio {
}

.input2 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0;
	padding:8px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	font-size:1.2em;
	color:#333;
	background-color:#EEE ;
	border:solid 1px #060;
	margin:0;
	width:80px;
	}

.file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 1em;
	border: 1px solid #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#000000;
	}

.file input[type="file"] {
	    opacity: 0;
	    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	    position: absolute;
	    right: 0;
	    top: 0;
	    margin: 0;
	    font-size: 100px;
	    cursor: pointer;
	}

div#funwithforms textarea {
    font:1.1em Verdana, Arial, Helvetica, sans-serif;
    color:#333 ;
    margin:3px;
    height:165px;
	background-color:#EEE ;
	border:solid 1px #060;
    padding: 0 8px;
    width:200px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    width:190px;
}

.button1 {
	border:solid 1px #ccc;
	padding:15px 30px;
	margin:0 8px 8px 8px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
<style>
.test-form-box{width:80%;margin:auto;text-align:center;}
 
/*プレースホルダーの色*/
input:::-webkit-input-placeholder { color: #999; }
input::-moz-placeholder { color: #999; }
 
/*入力時の背景色*/
input:focus, select:focus, textarea:focus {
background: #FFF;
}
 
/*入力フォームの設定*/
.form-text{ 
	width:100%;
	font-size:1.0em;
	font-weight:bold; 
	border:1px solid #060;
	border-radius: 5px;
	padding: 5px;
	color: #000;
	background:#EEE;
	margin-bottom:20px;
}
 
/*submitボタンの設定*/
.form-submit{
margin-top:1em;
width:100%;
padding:0.2em;
font-size:1.6em;
font-weight:bold;
border:1px solid #f90;
border-radius: 5px;
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
-moz-border-radius: 5px;
color:#fff;
background: #F90; /* for non-css3 browsers */
box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);}
.form-submit:hover{
background: #F60; /* for non-css3 browsers */
}
 
</style>

/* フォーム */


.txt_box {
	color: #111111;
	margin: 0px 0 0 0;
	padding: 3px 0 3px 20px;
	}

.txt_box_1 {
	color: #111111;
	margin: 0;
	padding: 3px 0px 3px 10px;
	}

.txt_box2 {
	color: #111111;
	margin: 0;
	padding: 3px 0px 3px 6px;
	}

.sign_txt{
	clear:both;
	text-align:right;
	color:#333;
	padding: 6px;
	}

.box {
	margin-left:auto; 
	margin-right:auto;
	color: #111111;
	background-color: rgba(255,255,255,0.5);
	margin: 0px 0 0 0;
	padding: 16px 16px;
}

.box img {
	max-width: 100%;
	border:1px dotted #999999;
	margin:0;
}

.priv{
	margin:5px auto;

	}

.priv thead th{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	background:#216141;
	}

.priv td{
	padding:3px;
	font-size:14px;
	color:#111;
	line-height:140%;
	border-right:1px solid #216141;
	border-bottom:1px solid #216141;
	}

.priv ul{
	margin:0 auto;
	list-style-type:circle;
	}

.priv li{
	margin-left:20px;
	font-size:14px;
	line-height:140%;
	color:#111;
	}

.warns{
	width:100%;
	list-style-type:upper-alpha;
	margin:0 0 0 10px;
	padding:3px;
	}

.warns li{
	clear:both;
	padding:3px;
	}

dl{
	margin:5px auto;
	padding:0;
	}

dt{
	width:194px;
	margin:0 0 0 0;
	padding:3px;
	font-size:14px;
	line-height:140%;
	color:#111;
	font-weight:bold;
	border-bottom:3px solid #FFF;
	}

dd{
	width:394px;
	margin:0 0 0 200px;
	padding:3px;
	font-size:14px;
	color:#216141;
	border-bottom:3px solid #FFF;
	line-height:140%;
	}

#add{
	width:200px;
	margin:5px auto;
	padding:10px;
	font-size:14px;
	color:#216141;
	line-height:140%;
	border:1px solid #CCC;
	}

.add{
	width:480px;
	font-size:14px;
	color:#216141;
	line-height:140%;
	border:1px dotted #666666;
	margin:5px 0 5px 5px;
	padding:8px;
	}

.nomal_com {
	clear:both;
	width: 94%;
	font-size:96%;
	line-height: 160%;
	margin:0 0 0 14px;
	padding:3px;
	}

.nomal_com ol{
	line-height: 160%;
	margin:0 0 0 16px;
	padding:3px;
	}


#add{
	width:200px;
	margin:5px auto;
	padding:10px;
	font-size:14px;
	color:#216141;
	line-height:140%;
	border:1px solid #CCC;
	}

.add{
	width:480px;
	font-size:14px;
	color:#216141;
	line-height:140%;
	border:1px dotted #666666;
	margin:5px 0 5px 5px;
	padding:8px;
	}

.nomal_com {
	width: 94%;
	font-size:14px;
	line-height: 160%;
	margin:0 0 0 14px;
	padding:3px;
	}

.nomal_com ol{
	line-height: 160%;
	margin:0 0 0 16px;
	padding:3px;
	}

.br_skip{
	display:none;
	}


.break {
	display:none;
	}

.fourcorners{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #060;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.40);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.40);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.40);
}


#footer {
	clear:both;
	width:100%;
	height:240px;
	background-color: rgba(192,192,192,0.3);
	color: #333333;
	font-size: 14px;
	text-align:center;
	margin:0px;
	padding:0px;
	bottom:0;
	}

#footer_menu {
	color: #111111;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 5px;
	padding: 14px;
	}

.sub_menu_f {
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	padding: 0 0 5px 0px;
	}

.facebook_s {
	clear:both;
	width:100px;
	text-align:center;
	margin:0px auto;
	padding:0 0px 0 0;
	}

#footer2 {
	margin-left: auto;
	margin-right: auto;
	width:160px;
	padding:14px 0px 14px 0;
	}

#footer3 {
	margin-left: auto;
	margin-right: auto;
	color:#666666;
	padding: 14px 0px 14px 0;
	}

#copy_right {
	margin-left: auto;
	margin-right: auto;
	color: #336666;
	font-size: 14px;
	font-style: italic;
	padding: 20px 0 3px 0;
	}
#end {
 	clear: both;
	margin-left: auto ; 
	margin-right: auto ;
	background-color: #BDAA89;
	margin: 0px;
	padding: 0px;
	}
