@charset "utf-8";
body {
	font: normal 20px/1.6 "ＭＳ Ｐゴシック"; /* ゴシック体 */
	text-align: center;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.ov_auto {
	overflow: auto;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
input[type="image"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.inline {
	display: inline;
}
/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
.underline {
	text-decoration: underline;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.red {
	color: #FF0004;
}
.yellow {
	background-color: #ffff00;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
.header_out {
	border-bottom: 5px solid #DBDBDB;
	min-width: 1000px;
}
.header_01 {
}
.out_area {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.header_01_in {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.6em;
	padding: 2px 0;
}

@media only screen and (max-width: 640px) {
.header_01_in {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	font-size: 67%;
	padding: 4px 0;
}
}
.header_02 {
	background-color: #FFDD66;
	height: 96px;
	min-width: 1000px;
}
.header_02_in {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.header_03 {
	height: 95px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffbf+1,ffffbf+47,ffffed+51,ffffed+100 */
	background: rgb(255,255,191); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(255,255,191) 1%, rgb(255,255,191) 47%, rgb(255,255,237) 51%, rgb(255,255,237) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(255,255,191)), color-stop(47%, rgb(255,255,191)), color-stop(51%, rgb(255,255,237)), color-stop(100%, rgb(255,255,237))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgb(255,255,191) 1%, rgb(255,255,191) 47%, rgb(255,255,237) 51%, rgb(255,255,237) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgb(255,255,191) 1%, rgb(255,255,191) 47%, rgb(255,255,237) 51%, rgb(255,255,237) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgb(255,255,191) 1%, rgb(255,255,191) 47%, rgb(255,255,237) 51%, rgb(255,255,237) 100%); /* IE10+ */
	background: linear-gradient(to right, rgb(255,255,191) 1%, rgb(255,255,191) 47%, rgb(255,255,237) 51%, rgb(255,255,237) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffbf', endColorstr='#ffffed', GradientType=1 ); /* IE6-9 */
}
.header_03_in {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.tel {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 200;
}
.main {
	background-image: url(../img/bg_main.png);
	background-repeat: repeat-x;
	min-width: 1000px;
}
.main_in {
	width: 950px;
	margin: 0 auto;
}
.contents_out {
	padding-top: 20px;
	min-width: 1000px;
}
.contents_out_g {
	background-image: url(../img/bg_contents_out.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #F6F6F6;
	padding-top: 20px;
	min-width: 1000px;
}
.contents {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.left_area {
	width: 224px;
	margin-right: 26px;
	float: left;
}
.left_area .side_top ul li {
	margin-bottom: 10px;
	line-height: 1em;
}
.main_area {
	width: 700px;
	float: left;
	text-align: center;
	position: relative;
}
.btn_area {
	background-image: url(../img/bg_btn_area.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFC4;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
	font-weight: 500;
	font-size: 160%;
}
.btn_area p {
	margin-bottom: 20px;
}
.voice_area {
	background-image: url(../img/bg_voice.png);
	background-repeat: repeat-y;
	margin-bottom: 40px;
}
.h_voice {
	position: relative;
	bottom: -40px;
	z-index: 200;
	margin-top: -40px;
}
.voice_area h3 {
	margin-bottom: 5px;
}
.voice_who {
	margin-bottom: 15px;
	font-weight: bold;
}
.voice_line {
	margin-bottom: 20px;
	padding-top: 5px;
}
.box_voice {
	width: 630px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.box_voice p {
	margin-bottom: 20px;
}
.taikendan {
	border: 1px solid #000000;
	padding: 20px;
	text-align: left;
	margin-bottom: 40px;
}
.razon {
	text-align: left;
	border-bottom: 4px solid #FFCA4F;
	margin-bottom: 30px;
}
.razon p {
	margin-bottom: 20px;
}
.box_01 {
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.box_01 p {
	margin-bottom: 20px;
}
.box_02 {
	border: 1px solid #000000;
	padding: 20px;
	text-align: left;
	margin-bottom: 40px;
	overflow: hidden;
	font-size: 16px;
}
.box_03 {
	width: 505px;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
}
.box_04 {
	width: 550px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 25px;
}
.kitai {
	margin-bottom: 30px;
	text-align: left;
}
.kitai p, h3 {
	margin-bottom: 20px;
}
.mame {
	background-image: url(../img/bg_mame_01.png);
	background-repeat: repeat-y;
	margin-bottom: 30px;
}
.mame_in {
	background-image: url(../img/bg_mame.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
}
.mame_btm {
	background-image: url(../img/bg_mame_btm.png);
	background-repeat: no-repeat;
	height: 4px;
}
.bd_btm_01 {
	border-bottom: 2px solid #ACACAC;
}
.tokuten_ttl {
	background-image: url(../img/bg_tokuten_ttl.png);
	background-repeat: no-repeat;
	height: 69px;
	position: relative;
	padding-left: 25px;
	padding-top: 16px;
	/*box-shadow*/
	-webkit-box-shadow: 0px 0px 8px rgb(117, 117, 117);
	-moz-box-shadow: 0px 0px 8px rgb(117, 117, 117);
	-ms-box-shadow: 0px 0px 8px rgb(117, 117, 117);
	box-shadow: 0px 0px 8px rgb(117, 117, 117);
}
.tokuten_icon {
	position: absolute;
	left: 0;
	top: -35px;
	z-index: 100;
}
.tokuten_area {
	background-image: url(../img/bg_tokuten_middle.png);
	background-repeat: repeat-y;
	text-align: left;
	margin-bottom: 60px;
}
.tokuten {
	background-image: url(../img/bg_tokuten_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 28px;
	overflow: hidden;
}
.tokuten_btm {
	background-image: url(../img/bg_tokuten_btm.png);
	background-repeat: no-repeat;
	height: 4px;
}
.kujo_ttl {
	background-color: #338BC1;
	padding: 15px;
}
.kujo_area {
	background-color: #E9F6FF;
	padding: 30px;
	padding-bottom: 0;
	border: 1px solid #89C0E8;
	border-top: 0;
	text-align: left;
	margin-bottom: 35px;
}
.btn_area_02 {
	background-color: #F4F3F2;
	padding: 30px 0;
	border: 3px solid #CCC;
	border-radius: 10px;
	margin-bottom: 50px;
}
.qa {
	padding: 20px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#footer {
	background-color: #FFDD66;
	padding-bottom: 15px;
	min-width: 1000px;
}
#footer .footer_top {
	background-color: #FFFFED;
	border-top: 5px solid #DBDBDB;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	min-width: 1000px;
	overflow: hidden;
}
#footer .footer_in {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .footer_top ul {
	margin: 0;
	text-align: left;
}
#footer .footer_top li {
	/*display: inline;
	padding: 0 15px;*/
	font-size: 14px;
	margin-bottom: 15px;/*border-left: 1px solid #000;*/
}
#footer .footer_top li:last-child {
	/*border-right: 1px solid #000!important;*/
	margin-bottom: 0!important;
}
#footer p {
	text-align: center;
	font-size: 16px;
	margin: 0;
}
#footer .footer_top li a {
}
#footer .footer_top li a:hover {
	text-decoration: none;
}
.f_area_01 {
	width: 18%;
	float: left;
	margin-right: 10px;
}
.f_area_02 {
	width: 25%;
	float: left;
	margin-right: 10px;
}
#pankuzu {
	margin-bottom: 20px;
	text-align: left;
	overflow: hidden;
}
#pankuzu ul li {
	font-size: 14px;
	float: left;
	margin-right: 10px;
}
#pankuzu ul li:after {
	content: "　>";
}
#pankuzu ul li:last-child:after {
	content: "";
}
#pankuzu ul li a {
	text-decoration: none;
}
#pankuzu ul li a:hover {
	text-decoration: underline;
}
.ttl_01 {
	background-image: url(../img/bg_ttl_01.png);
	background-repeat: no-repeat;
	height: 68px;
	text-align: left;
	padding-left: 10px;
	padding-top: 7px;
	margin-bottom: 15px;
}
.ttl_01 h1 {
	font-size: 30px;
}
.table_01 {
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 1px solid #656464;
	margin: 0 auto;
}
.table_01 th, td {
	border-collapse: collapse;
	border: 1px solid #656464;
	text-align: left;
	padding: 8px;
}
.table_01 th {
	background-color: #eaeaea;
}
.conts_01 {
	font-size: 14px;
}
.table_02 {
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: 1px solid #656464;
}
.table_02 th, td {
	border-collapse: collapse;
	border: 1px solid #656464;
	text-align: left;
	padding: 8px;
}
.table_02 th {
	background-color: #ffefbd;
	width: 25%;
	overflow: hidden;
	vertical-align: top;
}
.table_02 td span {
	font-size: 10px;
	color: red;
}
.table_02 th span {
	font-sze: 10px;
	background-color: #f29600;
	color: #FFF;
	padding: 3px 3px;
	margin-left: 10px;
	float: right;
	border-radius: 3px;
}
.table_02 td em {
	font-size: 10px;
	color: #000;
	font-style: normal;
}
.input_text {
	width: 80%;
	padding: 5px;
}
.wid_01 {
	width: 25%;
}
.wid_02 {
	width: 15%;
}
.conts_02 {
	width: 740px;
	margin: 0 auto;
	font-size: 14px;
}
.mark_01 {
	background-image: url(../img/mark_01.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.highlight {
	background-color: yellow;
}
.kansou {
	font-size: 12px;
	text-align: right;
	margin-bottom: 0!important;
}
.fixed {
	position: fixed;
	top: 20px;
}
#side_out {
	margin-bottom: 40px;
}
.side {
	background-color: #51B510;
	width: 214px;
	padding: 3px;
	margin-bottom: 10px;
	border-radius: 6px;
}
#side_out .side .side_in {
	background-color: #EAFCDE;
	border-radius: 6px;
}
#side_out .side .side_in ul li {
	text-align: left;
	line-height: 0;
	border-bottom: 1px dashed #339900;
	margin: 0;
}
#side_out .side .side_in ul li:last-child {
	border: none;
}
#side_out .side .side_in ul li a.nav_01 {
	padding-left: 10px;
	padding-top: 20px;
	display: block;
	height: 35px;
	width: 100%;
}
#side_out .side .side_in ul li a.nav_02 {
	padding-left: 10px;
	padding-top: 10px;
	display: block;
	height: 45px;
	width: 100%;
}
#tag{
	position:relative;
	bottom:0}
.txt_massage{
	padding:15px;
	border:3px solid #9A9A9A;
	margin:0 0 20px 0;}