/* version 1.0.0 */
html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}

a:link {
  color: #696969;
}

a:hover {
  color: #dcdcdc;
}

.center{
  text-align: center;
}

li { list-style-type : none; }

/*------------------------------------------------------------------------ */

/* wrapper */

/* ------------------------------------------------------------------------ */

#wrapper {
	z-index:1;
	width:100% ;
	overflow:hidden;
}

/*------------------------------------------------------------------------ */

/* header  */

/* ------------------------------------------------------------------------ */

#head{
  margin:0;
  padding:0;
  width:100%;
  height:50px;
  position:relative;
  /*position:fixed;*/
  z-index:10;
  background-color:#fff;
  /*background:url(../../img/common/head_bg.png) repeat-x;*/
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.4); 
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  border-bottom: 1px solid #BF6261;

	}

#head_mail{
  margin:0;
  padding:0;
  width:100%;
  height:48px;
  position:relative;
  z-index:10;
  background:url(../../img/head_bg.png) repeat-x;
	}
	
#head #logo,#head_form #logo{
	width:200px;
	height:43px;
	position:absolute;
	float:left;
	margin:0;
	top: 2px;
	left: 10px;
}
#head #logo img,#head_form #logo img{
	width:200px;
	height:43px;
}


/*------------------------------------------------------------------------ */

/* header_form */

/* ------------------------------------------------------------------------ */
#head_form{
  margin:0;
  padding:0;
  width:100%;
  height:54px;
  position:relative;
  background-color:#fff;
  background:url(../../img/common/head_bg.png) repeat-x;
	}


#head #head_btn,#head_form #head_btn{
 float: right;
 }
#head li,#head_form li{
 float: left;
	width:50px;
	height:49px;
 }

#head #menu,#head_form #menu{
 float: left;
	width:50px;
 }
#head #menu img,#head_form #menu img{
 float: left;
	width:50px;
	height:49px;
 }



/* ------------------------------------------------------------------------ */


#page_top {
  margin: 0;
  padding: 0;
}

.heads {
	margin: 0px 5px 5px 5px;
	text-align: left;
	background-image: url('../img/top_back.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	padding-bottom: 10px;
}

.heads h1 {
  padding: 2px 5px 2px 5px;
  background: #f9b223;
  text-align: left;
  font-size: 14px;
  color:#ffffff;
}

.heads h1 span{
  color: #ff3300;
}

.heads h2 {
 padding: 0px 5px 0px 5px;
 background: #fceba6;
 color: #5F4C0B;
 font-size: 14px;
}

.heads h2 span{
  color: #ff3300;
}

.heads p {
  padding: 0px 5px 0px 5px;
  font-size: 14px;
}

.heads p span{
  color: #ff3300;
}

.heads h3 {
 padding: 0px 5px 0px 5px;
 color: #ff8000;
 font-size: 14px;
}

.heads h4 {
 margin: 0px 5px 2px 5px;
 border: 2px solid #dc143c;
}

.heads h5 {
    font-size: 14px;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	background: #dc143c;
}

/*---------- コンテンツ ----------*/

.tel {
	margin: 0px 5px 0px 5px;
	background-color:#fceba6;
	text-align: center;
}

.tel h4{
	font-size: 14px;
	font-weight: bold;
	line-height:160%;
	padding: 5px 0px 5px 0px;
}

.tel p{
	font-size: 14px;
	line-height:160%;
	padding: 5px 0px 5px 0px;
}
.tel p a{
	color: #F10371;
	font-weight: bold;
}

.nega {
	margin: 5px 5px 0px 5px;
	border-top: 1px solid #ff8c00;
	border-left: 1px solid #ff8c00;
	border-right: 1px solid #ff8c00;
	border-bottom: 1px solid #ff8c00;
	padding: 0px 0px 5px 0px;
	background: #ffffff;
}

.nega-h2 {
	font-size: 14px;
	color: #ff8c00;
	padding: 5px 0px 5px 0px;
}

.nega-h3 {
	font-size: 16px;
	color: #ff8c00;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ffd700;
}

.nega dl {
	min-height: 150px;
	padding: 0px 5px 0px 5px;
    height: auto !important;
}

.nega dl dt {
	padding: 5px 0px 5px 0px;
}

.nega dl p {
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	line-height:160%;
}

.nega dl span {
	color: #FF3300;
}

.nega dl dt .pRight {
	height: 127px;
	float: right;
	display: inline;
	margin: 0 0 2px 2px;
}

.nega dl ul.type1{
    text-align : left;
	border: 1px solid #d2b48c;
	background: #fff8dc;
	color: #800000;
    margin : 0px;
    padding : 0px;
}
	
.nega dl ul.type1 li{
    font-size : 14px;
	line-height:160%;
    font-weight: bold;
    background:url(../img/check.jpg) no-repeat;
    background-position :0% 50%;
    padding : 5px 10px 5px 30px;
}

.ki {
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 5px 0px;
	background-color:#ff8c00;
	text-align: left;
}

.ki dl h2 {
	clear:both;
	font-size: 14px;
	color: #543f32;
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	background: #ffd700;
}

.ki dl h3 {
	clear:both;
	font-size: 14px;
	color: #543f32;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background: #fff1cf;
}

.ki h4 {
 margin: 0px 5px 2px 5px;
 border: 2px solid #dc143c;
}

.ki h5 {
    font-size: 14px;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	background: #dc143c;
}

.ki dl {
	min-height: 150px;
	background-image: url('../img/cust.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
	padding: 5px 0px 5px 0px;
	margin: 0px 5px 0px 5px;
	height: auto !important;
}

.ki dl dd {
	padding: 10px 0px 0px 0px;
}

.ki dl dd p {
	font-size: 14px;
	line-height:160%;
	padding: 0px 5px 10px 5px;
}

.ki dl dd .pRight {
	height: 119px;
	float: right;
	display: inline;
	margin:2px 5px 2px 5px;
}

.ki dl dd .pRight2 {
	height: 119px;
	float: right;
	display: inline;
	margin:2px 5px 2px 5px;
}
.anke {
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
	background-image: url('../img/cu_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
}

.anke-h2 {
	font-size: 16px;
	line-height:160%;
	padding: 5px 5px 5px 5px;
	background: #fceba6;
	color: #990000;
}

.anke-h3 {
	color: #5F4C0B;
	font-size: 12px;
	line-height:160%;
	padding: 5px 5px 5px 5px;
	background: #fceba6;
}

.anke .pCenter {
	height: 239px;
	float: center;
	display: inline;
}

.anke dl {
	min-height: 150px;
	background-image: url('../img/point5_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	border-top:3px solid #f5f5f5;
	border-left:3px solid #f5f5f5;
	border-right:3px solid #f5f5f5;
	border-bottom:3px solid #f5f5f5;
	padding: 5px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	height: auto !important;
}

.anke dl dt {
	font-size: 16px;
	ine-height:160%;
	color: #FF3300;
	padding: 5px 5px 5px 5px;
}

.anke dl dd p {
	font-size: 14px;
	line-height:160%;
	padding: 0px 5px 10px 5px;
}

.mo3, .point2 {
  text-align: left;
}

.mo3, .point2 div {
  z-index: -1;
  margin: 0 5px;
}

.mo3, .point2, .point2 div {
  margin: 0 5px;
}

.point2 h3, .point2 h4 {
  font-size: 16px;
  line-height: 160%;
}

.mo3 {
  padding: 10px 0;
  background-image: url(../img/boken_back.png);
  background-repeat: repeat;
  background-position: center center;
}

.point2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #c1e4e9;
}

.point2 div {
  background-image: url(../img/point3_m.png);
  background-repeat: repeat;
  background-position: center center;
  border-top: 3px solid #f5f5f5;
  border-left: 3px solid #f5f5f5;
  border-right: 3px solid #f5f5f5;
  border-bottom: 3px solid #f5f5f5;
}

.point2 .mbzero {
  margin-bottom: 0 !important;
}

.point2 h3 {
  margin: 0 5px;
  padding: 0 5px;
}

.point2 h4 {
  color: #b8860b;
}

.point2 div p, .point2 h5 {
  font-size: 14px;
  margin: 0 5px;
}

.point2 h5 {
  background: #f0f8ff;
  padding: 5px 10px;
}

.point2 div p {
  line-height: 160%;
  padding: 5px 0;
}

.point2 div img {
  text-align: center;
}

.change {
  margin: 0px 5px 0px 5px;
  padding: 10px 0px 10px 0px;
  background-image: url("../img/point5_back.png");
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
  text-align: center;
}

.anke2 {
  text-align: left;
}

.anke2 dl {
	height: auto !important;

}

.anke2 dl dt{
	margin: 0px 5px 0px 5px;
	border-top: 2px solid #990000;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
}

.anke2 dl dd {
	margin: 5px 5px 5px 5px;
    background: #fff8dc;
	border:2px solid #683f36;
}

.anke2 dl dd h4 {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  display: block;
  color: #683f36;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #683f36;
}

.anke2 dl dd p {
	font-size: 12px;
	line-height:160%;
	padding: 0px 5px 10px 5px;
}

.anke3 {
	background: #ffffff;
	margin: 0px 5px 0px 5px;
	text-align: left;
}

.anke3 dl {
	height: auto !important;

}

.anke3 dl p {
	font-size: 14px;
	line-height:160%;
	padding: 0px 10px 10px 10px;
}

.anke4 {
	margin: 0px 5px 0px 5px;
	padding: 1px 0px 5px 0px;
	background-image: url('../img/cu_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
}

.mo {
	margin: 0px 5px 0px 5px;
	padding: 10px 0px 10px 0px;
	background-image: url('../img/mokume2_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
}

.mo2 {
	margin: 0px 5px 0px 5px;
	padding: 10px 0px 10px 0px;
	background-image: url('../img/point5_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
}

.mo2 dl {
	min-height: 150px;
	background: #fff8dc;
	border:3px solid #683f36;
	padding: 5px 0px 5px 0px;
	margin: 0px 5px 5px 5px;
	height: auto !important;
}

.mo2 dl dt {
	font-size: 16px;
	ine-height:160%;
	color: #FF3300;
	padding: 5px 5px 5px 5px;
}

.mo2 dl p {
	font-size: 14px;
	line-height:160%;
	padding: 0px 5px 10px 5px;
}

.mo2 dl .pRight {
	height: 150px;
	float: right;
	display: inline;
	margin: 0px 2px 0px 2px;
}

.mo2 dl .pLeft {
	height: 300px;
	float: left;
	display: inline;
	margin: 0px 2px 0px 2px;
}

.mo3 {
	margin: 0px 5px 0px 5px;
	padding: 10px 0px 10px 0px;
	background-image: url('../img/boken_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
}

.mo4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-image: url('../img/cust_back.png');
	background-size:cover;
	background-repeat: repeat;
	background-position: center left;
	z-index: -1;
	text-align: left;
}

.media {
	margin: 0px 5px 0px 5px;
	padding: 10px 0px 10px 0px;
	background-image: url('../img/bg_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
}

.order {
	margin: 0px 5px 0px 5px;
	padding: 10px 0px 10px 0px;
	background-image: url('../img/order_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
}

.buy {
	margin: 0px 0px 0px 0px;
    border: 5px solid #ffa500;
	padding: 0px 0px 5px 0px;
	background: #ffffff;
	text-align: left;
}

.buy-h2 {
	font-size: 16px;
	padding: 3px 5px 0px 5px;
	background: #d20303;
	color: #FFFF00;
}

.buy-h3 {
	color: #ffffff;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	background: #d20303;
}

.buy .pCenter {
	height: 239px;
	float: center;
	display: inline;
}

.buy dl {
	min-height: 150px;
	height: auto !important;
}

.buy dl dt {
	font-weight: bold;
	font-size: 14px;
	background: #F5DA81;
	padding: 5px 5px 5px 5px;
}

.buy dl dd p {
	font-size: 14px;
	line-height:160%;
	padding: 0px 5px 0px 5px;
}

.buy dl span {
	line-height:160%;
	color: #FF3300;
}

.point {
	padding-top:10px;
	padding-bottom:10px;
	margin: 0 5px 0px 5px;
	background-image: url('../img/yon_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
}

.point div {
	background: #FFFFFF;
	border-left:3px solid #000080;
	border-right:3px solid #000080;
	border-bottom:3px solid #000080;
	margin: 0px 5px 0px 5px;
}

.point .mbzero{
	background: #d2f4cc;
	margin-bottom:0px !important;
}

.point h3{
	font-size: 16px;
	color: #ffffff;
	background: #dc143c;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}


.point h4{
	font-size: 16px;
	color: #ffffff;
	margin: 10px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	background: #000080;
}

.point div p {
	font-size: 14px;
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
}

.point div .pRight {
	height: 80px;
	float: right;
	display: inline;
	margin:2px 5px 2px 5px;
}

.point div .pRight2 {
	height: 80px;
	float: right;
	display: inline;
	margin:2px 5px 2px 5px;
}


.point div .pLeft {
	height: 80px;
	float: left;
	display: inline;
	margin:2px 5px 2px 5px;
}

.point div .pLeft2 {
	height: 80px;
	float: left;
	display: inline;
	margin:2px 5px 2px 5px;
}


.point5 {
	margin: 0px 5px 0px 5px;
	background-image: url('../img/yon_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	padding-bottom:5px;
	text-align: left;
}

.point5 .mbzero{
	margin: 0px 5px 0px 5px;
	background: #d2f4cc;
	padding-top:2px;
}

.point5 .mbzero2{
	margin: 5px 5px 10px 5px;
	background: #d2f4cc;
	border-top: 1px solid #00bfff;
	border-left: 1px solid #00bfff;
	border-right: 1px solid #00bfff;
	border-bottom: 1px solid #00bfff;
}

.point5 .mbzero ul.type1{
    text-align : left;
	border: 1px solid #d2b48c;
	background: #ffffff;
    margin : 0px 5px 0px 5px;
    padding: 0px 5px 0px 5px;
}
	
.point5 .mbzero ul.type1 li{
    font-size : 14px;
	line-height:160%;
    background:url(../img/check.jpg) no-repeat;
    background-position :0% 50%;
    padding : 5px 10px 5px 30px;
}

.point5 h3{
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	line-height:160%;
}

.point5 h4{
	font-size: 16px;
	line-height:160%;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	background: #dc143c;
}

.point5 p {
	font-size: 14px;
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
}

.point5 div .pRight {
	height: 109px;
	float: right;
	display: inline;
	margin: 5px 5px 0px 2px;
}

.point5 div .pRight2 {
	height: 67px;
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}

.point5 div .pRight3 {
	height: 88px;
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}

.point5 div .pRight4 {
	height: 213px;
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}

.point5 div .pRight5 {
	height: 116px;
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}

.point5 div .pRight6 {
	height: 140px;
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}

.point5 div .pRight7 {
	height: 96px;
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}
.point5 div .pLeft {
	height: 110px;
	float: left;
	display: inline;
	margin: 0 0 1em 1em;
}

.point5 div .pLeft2 {
	height: 61px;
	float: left;
	display: inline;
	margin: 0 0 1em 1em;
}

.koshi8 {
	padding-top:5px;
	padding-bottom:15px;
	margin: 0px 5px 0px 5px;
	background: #fff8dc;
	text-align: left;
}

.koshi8 div {
	background: #FFFFFF;
    border: 3px solid #ff9900;
	margin: 5px 5px 5px 5px;
}

.koshi8 .mbzero{
	margin-bottom:0px !important;
}

.koshi8 h4{
	font-size: 14px;
	border-bottom:2px solid #ff9900;
	color: #ff9900;
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
}

.koshi8 div p {
	font-size: 14px;
	line-height: 160%;
	padding: 5px 10px 5px 10px;
	}

.koshi8 div .pLeft {
	height: 67px;
	float: left;
	display: inline;
	margin:2px 5px  2px 5px;
}

.koshi8 div .pRight {
	height: 92px;
	float: right;
	display: inline;
	margin: 2px 5px  2px 5px;
}

.koshi8 div .pLeft2 {
	height: 92px;
	float: left;
	display: inline;
	margin:2px 5px  2px 5px;
}


.point51 {
	padding-top:10px;
	padding-bottom:10px;
	margin: 0px 5px 0px 5px;
	background: #fff8dc;
	text-align: left;
}

.point51 div {
	background: #FFFFFF;
	border-top:3px solid #f5f5f5;
	border-left:3px solid #f5f5f5;
	border-right:3px solid #f5f5f5;
	border-bottom:3px solid #f5f5f5;
	margin: 0px 5px 0px 5px;
}

.point51 .mbzero{
	margin-bottom:0px !important;
}

.point51 h3{
	font-size: 16px;
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
}


.point51 h4{
	font-size: 16px;
	line-height: 160%;
	color: #b8860b;
}

.point51 h5{
	background: #f0f8ff;
	font-size: 14px;
	margin: 0px 5px 0px 5px;
	padding: 5px 10px 5px 10px;
}

.point51 div p {
	font-size: 14px;
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
	}

.point51 div .pRight {
	height: 125px;
	float: right;
	display: inline;
	margin: 2px 5px  2px 5px;
}

.point51 div .pRight2 {
	height: 102px;
	float: right;
	display: inline;
	margin: 2px 5px  2px 5px;
}

.point51 div .pRight3 {
	height: 67px;
	float: right;
	display: inline;
	margin: 2px 5px  2px 5px;
}

.koshi33 {
	margin: 5px 5px 0px 5px;
	padding: 5px 5px 0px 5px;
	border: 3px solid #ff9900;
    background: #fff8dc;
	text-align: left;
}

.koshi33 h4{
	font-size: 14px;
	color:#ff3300;
	padding: 0px 5px 0px 5px;
}

.koshi33 dl {
	padding: 5px 0px 5px 0px;
	height: auto !important;
}


.koshi33 dl p {
	line-height:160%;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
}

.koshi33 dl span {
	color: #ff3300;
}

.koshi33 .g_nav ul{
   display:table;
   table-layout: fixed;
   width:100%;
}

.koshi33 .g_nav ul li{
    display:table-cell;
	background: #fff8dc;
    text-align:center;
}

.koshi33 .g_nav ul li span{
    color: #ff0000;
}


.koshi51 {
	margin: 0px 5px 0px 5px;
	background-image: url('../img/cust_back.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center left;
	z-index: -1;
	text-align: left;
}

.koshi51 dl {
	min-height: 187px;
	height: auto !important;
}

.koshi51 dl dt {
	font-size: 14px;
	background: #fceba6;
	font-weight: bold; 
	line-height:160%;
	padding: 5px 5px 5px 5px;
}

.koshi51 dl dd p {
	font-size: 14px;
	line-height:160%;
	padding: 5px 5px 5px 5px;
}

.sra2 {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.sra2 dl {
    margin: 0px 10px 0px 10px;
	min-height: 100px;
	height: auto !important;
}

.sra2 dl #photo img {
   width: 100px;
   height: auto;
}

.can2 {
	margin: 0px 5px 0px 5px;
	border: 2px #b8860b solid;
	padding:10px 5px 10px 5px;
	background: #fff8dc;
	text-align: left;
}

.can2 dl {
	min-height: 120px;
	height: auto !important;
}

.can2 dl dt {
	font-size: 16px;
	color:#b8860b;
	line-height: 160%;
	font-weight: bold; 
	padding: 0px 5px 0px 5px;
}

.can2 dl dd p {
	font-size: 14px;
	line-height: 160%;
	margin: 10px 5px 10px 5px;
}

.manual {
	margin: 5px 5px 5px 5px;
	background: #fff8dc;
	border: 2px solid #000000;
	padding:5px 5px 5px 5px;
	text-align: left;
}

.manual  dl {
	min-height: 220px;
	height: auto !important;
}

.manual  dl dt {
	border-bottom: 2px #000000 dotted;
	font-size: 14px;
	line-height: 160%;
	padding: 5px 0px 5px 0px;
}

.manual dl dd h3{
	font-size: 14px;
	font-weight: bold;
	color: #696969;
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;

}

.manual  dl dd p {
	font-size: 12px;
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
}

.manual  dl dd span {
	color: #FF3300;
}
	
.attention2 {
	margin: 5px 5px 5px 5px;
	border: 1px solid #000000;
	padding:10px 5px 10px 5px;
	text-align: left;
}

.attention2  dl {
	min-height: 220px;
	height: auto !important;
}

.attention2  dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #ffa500;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ff8c00;
}

.attention2  dl dd {
	margin: 5px 5px 5px 5px;
}

.attention2  dl dd p {
	font-size: 12px;
	line-height: 160%;
	padding:5px 0px 5px 0px;
}

.attention2  dl dd h4 {
	font-weight: bold;
	font-size: 12px;
	padding:5px 0px 5px 0px;
	line-height: 160%;
	color: #ff4500;
}

.attention2  dl span {
	color: #FF3300;
}

.attention2 dl .pRight {
	height: 158px;
	float: right;
	display: inline;
	margin: 0 1em 1em 1em;
}

.thank2 {
	margin: 0px 5px 0px 5px;
	background: #ffffff;
	text-align: left;
}

.thank2 p {
	font-size: 14px;
	line-height: 160%;
	margin: 5px 5px 5px 5px;
}



.thank {
	margin: 0px 5px 0px 5px;
	border: 2px #b8860b solid;
	padding:10px 5px 10px 5px;
	background: #fff8dc;
	text-align: left;
}

.thank dl {
	min-height: 120px;
	height: auto !important;
}

.thank dl dt {
	font-size: 16px;
	color:#b8860b;
	line-height: 160%;
	font-weight: bold; 
	padding: 0px 5px 0px 5px;
}

.thank dl dd p {
	font-size: 14px;
	line-height: 160%;
	margin: 10px 5px 10px 5px;
}

.thank dl dd .pRight {
	height: 297px;
	float: right;
	display: inline;
	margin: 0px 2px 0px 2px;
}

/* ------------------------------ よくある質問 */

.faq{
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	border: 3px #dc143c solid;
	background-image: url('../img/qa_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	clear: both;
}

.faq-h2 {
	clear:both;
	font-size: 14px;
	color: #ffffff;
	background-color: #dc143c;
	margin: 0px 0 5px 0px;
	padding: 5px 5px 5px 5px;
}


.faq dl{
	margin: 5px 5px 5px 5px;
}

.faq dl dt{
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 10px 8px 45px;
	background-image: url(../img/qq.gif);
	background-repeat: no-repeat;
	line-height: 160%;
	background-position: top left;
	border: none;
	color: #990000;
}

.faq dl dd{
	padding: 8px 10px 8px 45px;
	font-size: 14px;
	line-height: 160%;
	background-color: #fffacd;
}

.faq .answer{
	background-image: url(../img/aa.gif);
	background-repeat: no-repeat;
	background-position: top left;
}



/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(..img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #69821b;
  background: url(../img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
   	font-size: 14px;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  background: url(../img/arrow_icon.png) no-repeat scroll right center transparent;
}

nav li a {
  padding: 10px;
  display: block;
  color: #696969;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(../img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #dc143c;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(../img/nav_bg_hover.gif) repeat-x;
}

nav2 {
  width: 100%;
  text-decoration: none;
  margin: 0 0 0px 0;
  background: url(..img/nav2_bg.gif) repeat-x;
}

nav2 h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #69821b;
  background: url(../img/h_bg_gray.gif) center repeat-x;
}

nav2 ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #b22222;
  float: center;
}

nav2 li {
  width: 100%;
  	font-size: 14px;
	line-height: 160%;
  padding: 0px 0px 5px 0px;
  list-style: none;
  background: url(../img/arrow_icon.png) no-repeat scroll right center transparent;
}

nav2 li a {
  padding: 5px 10px 5px 10px;
  display: block;
  color: #b22222;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #ff8c00;
    background: url(../img/point4_back.png) repeat-x;
}

nav2 li a:hover {
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #b22222;
  background: url(../img/nav2_bg_hover.gif) repeat-x;
}

campany {
  width: 100%;
  margin: 0 0 10px 0;
}

campany h3 {
 font-size: 16px;
  margin: 0 10px 0px 10px;
}

campany p {
  font-size: 14px;
  margin: 0 10px 0px 10px;
}

campany td.table{
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 1px 8px 1px;
}

.policy {
  border: 1px solid #000000;
  margin: 0 5px 10px 5px;
}

.policy h3 {
 font-size: 16px;
  margin: 0 10px 0px 10px;
}

.policy p {
  font-size: 14px;
  margin: 0 10px 0px 10px;
}

contact {
  width: 100%;
  margin: 0 0 10px 0;
}

bank {
  width: 100%;
  margin: 0 0 10px 0;
}

.color{
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
	
.bold{
	font-weight: bold;
}

/*---------- トップに戻る ----------*/

#page_back {
 font-size: 14px;
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


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

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
  font-size: 14px;
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #69821b !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #99ab4e !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #69821b;
  text-decoration: none;
}

.overbox{
width:100%;
height:120px;
background-color: #ffffff;
overflow:scroll;
margin: 3px auto;  
border: 1px #f9b223 solid;
-webkit-overflow-scrolling: touch;}

.overbox-h2 {
	font-size: 18px;
	padding: 1px 5px 0px 5px;
	color: #990000;
}

.fc-red{ color: #ff3300; 
	} /* 赤 */
.fc-red2{ color: #990000; 
	 } /* 赤 */
.fc-red3{ color: #d20303; 
	 } /* 赤 */	
.fc-blue{ color: #0033CC;
	 } /* 青 */
.fc-green{ color: #009900; 
	} /* 緑 */
.fc-yellow{ color: #ffff00; 
	; } /* 黄 */
.fc-orange{ color: #ff6600; 
	 } /* オレンジ */
.fc-gray{ color: #666666; 
	 } /* 灰 */
.fc-white{ color: #ffffff;
	 } /* 白 */

.bg-y-r2{  color: #990000;
	background: #ffff00;
	 }		/* 背景-黄：文字-赤 */
	
.bg-bl-w{  color: #ffffff;
	background: #191970;
	padding: 1px 2px 1px 2px;
	font-weight: bold; 
	}		/* 背景-黄：文字-赤 */
	
.bg-bl-w2{  color: #ffffff;
	background: #4682b4;
	margin: 0 5px 0px 5px;
	padding: 1px 2px 1px 2px;
	font-weight: bold; 
	 }		/* 背景-黄：文字-赤 */
	

.bg-y-r3{  background: #ffdab9;
	 }		/* 背景-黄：文字-赤 */
	
.bg-y-b{  background: #ffff00;
	 }		/* 背景-黄：文字-黒 */	
	
.bg-y-r{ 
	background: #ffff00;
	}		/* 背景-黄：文字-赤 */	
	
.bg-w-r{ 
	background: #fa8072;
	color: #ffffff;
	 }		/* 背景-ピンク：文字-白 */	

.bg-r-w{ 
	background: #ff3300;
　　color: #ffffff;
	 }		/* 背景-黄：文字-赤 */	


	
.f-bold{ font-weight: bold; }	/* 太字 */

.fc-blue2{ color: #000080;
	 } 

.fc-blue3{ color: #000080;
           font-weight: bold;
	 } 
	
.fs-9{
	font-size: 9px;
	line-height: 120%;
}	/* フォントサイズ9px */

.fs-16{
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}	/* フォントサイズ16px */

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	min-height: 50px;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	text-align: center;
}
/* that serves as a mask. so you get a sort of padding both left and right */
.tickercontainer .mask { 
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
list-style-type: none;
margin: 0;
padding: 0;

}
/* important: display inline gives incorrect results when you check for elem's width */
ul.newsticker li {
	float: left; 
	margin: 10px;
	padding: 0;
}

ul.er-controls{
	list-style: none;
	display: inline-block;
	padding: 0;
}
ul.er-controls > li{
	display: inline-block;
	padding: 0 10px;
	background: #f0f0f0;
	margin: 5px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
ul.er-controls > li:hover{
	background: #f5f5f5;
	cursor: pointer;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* 
