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

/* CSS初期設定 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


img {
	margin:0px;
	padding:0px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS初期設定　終わり */

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

#waku-headpv1{
 	width:955px;
	height:321px;
	background:url(../img/voice1.png) no-repeat;
	padding-left:40px;
	padding-top:150px;
}

#waku-headpv2{
    margin: 0px 10px 0px 10px;
	width:455px;
	height:320px;
	background:url(../img/voice2.png) no-repeat;
	padding-left:530px;
	padding-top:150px;
}



/* メインコラムのテキストのルール */



body p{
	line-height: 2;
	_font-size:80%;
	_letter-spacing:1px;
		margin-bottom:10px;
}

span#underline{
	text-decoration:underline;
}

span#yellowback{
	text-decoration:underline;
	background-color:#F7FD62;
}


body:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
	}
	
	

	
div#h_left img{
	float:left;
	margin-left:20px;
	_margin-left:10px;
	margin-top:30px;
	}
/* タイマー */

.time-time {
  padding: 15px 5px 15px 5px;
 text-align: center;
 margin: 0px;
 font-size: 26px;
 color: #000;
 background-image: url(../img/timer-bg.png);
 background-repeat: no-repeat;
 background-position: center;
 height: 210px;
}

.timer-txt {
 margin: 0px;
 padding: 107px 0px 0px 0px;
}

/* H1 */

h1{
	
	}


h2{
	font-size:36px;
	line-height:60px;
	color:#FFF;
	letter-spacing:-2px;
	background:url(/img/hello.gif) no-repeat right;
	}


h3{
	font-size:15px;
	line-height:30px;
	color:#FFF;
	font-weight:normal;
	}

/* ヘッダー */

div#header{
	margin:0 auto;
	padding:0 auto;
	background-image: url('../img/bg_back.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
    z-index: -1;
	}
	
	
div#header_inside{
	margin:0 auto;
	padding:0 auto;
	height:638px;
	width:1025px;
	}

div#head{
	margin:0 auto;
	padding:0 auto;
	background-color:#ffa500;
	}
	
	
div#head_inside{
	margin:0 auto;
	padding:0 auto;
	width:1025px;
	}


div#head_inside_img  {
	height:63px;
	background:url(../img/top_02.png) no-repeat top center;
	}	

	
div#head_inside_img h1{
	font-size:10px;
	top:1px;
	float:right;
	color:#ffa500;
	}

/* メインカラム */

.section_col{
	width:1025px;
	margin:0 auto;
	padding:0px auto;
	}

.qa_back {
    background-image: url('../img/qa_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
}

.cust_back {
    background-image: url('../img/cust_back.jpg');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
}


.souzi_back {
    background-image: url('../img/souzi_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
}

.yon_back {
    background-image: url('../img/yon_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
}

.bg_back {
    background-image: url('../img/bg_back.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

.point_back {
    background-image: url('../img/point_back.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
    z-index: -1;
}

.point4_back {
    background-image: url('../img/point4_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
}

.scroll {
	height: 600px;
	background-color: #A8B8D5;
	z-index: 2;
}

/*-------------------------------------------------- bnr_fixed --------------------------------------------------*/
.bnr_nav {
	position: fixed;
	bottom: 0; left: 0;
	width: 100%; height: 60px;
	background: rgba(255,255,255,0.96);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	z-index: 9999;
}
.bnr_nav .inner {
	position: relative;
	margin: 0 auto;
	width: 1024px;
}
.bnr_nav .inner .bnr {
	position: absolute;
	right: 0; top: -10px;
}

/*-------------------------------------------------- main --------------------------------------------------*/

.pt-20{ padding-top: 20px; }
.fs-16{
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
.p-c{ text-align: center; }
.mt-5{ margin-top: 5px; }
.mt-80{ margin-top: 80px; }



table#table01{
	width:800px;
	background:url(../img/form_bg01.jpg) no-repeat;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-bottom:20px;
	margin-left:15px;
}


table#table01 th{
	width: 200px;
	background-color:#e6ffe1;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:left;
	font-weight:normal;
	margin:0px;
	padding-right:8px;
	padding-left:8px;
}

table#table01 td{
	width:600px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#444444;
	text-align:left;
	margin:0px;
	padding-top:12px;
	padding-right:2px;
	padding-bottom:12px;
	padding-left:4px;
}
table#table01 img{
	vertical-align:middle;
}

table#table02{
	width:800px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-bottom:20px;
	margin-left:15px;
}


table#table02 th{
	width: 200px;
	background-color:#e6ffe1;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:left;
	font-weight:normal;
	margin:0px;
	padding-right:8px;
	padding-left:8px;
}

table#table02 td{
	width:400px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#444444;
	text-align:left;
	margin:0px;
	padding-top:12px;
	padding-right:2px;
	padding-bottom:12px;
	padding-left:4px;
}


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

.f-bold{ font-weight: bold; }
.cust{
	font-size:10px;
	position:left;
}
	
.clear{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

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

.zka dl {
	height: auto !important;
	min-height: 820px;
	background-image: url('../img/cust.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	padding-top:10px;
	padding-bottom:5px;
	margin: 0 15px 0 15px;
}



.zka dl p {
	margin: 15px 10px 15px 10px;
	font-size: 16px;
	line-height: 180%;
}

.zka dl .pRight {
	height: 300px;
	float: right;
	display: inline;
	margin: 15px 15px 0px 15px;
}

.zka dl .pLeft {
	height: 300px;
	float: left;
	display: inline;
	margin: 15px 15px 0px 10px;
}

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

.zka2 dl {
	height: auto !important;
	min-height: 700px;
	background-image: url('../img/cust.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	padding-top:10px;
	padding-bottom:5px;
	margin: 0 15px 0 15px;
}



.zka2 dl p {
	margin: 15px 10px 15px 10px;
	font-size: 16px;
	line-height: 180%;
}

.zka2 dl .pRight {
	height: 300px;
	float: right;
	display: inline;
	margin: 15px 15px 0px 15px;
}

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

.zkan dl {
	height: auto !important;
	min-height: 200px;
	background-image: url('../img/cust.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0 15px 0 15px;
}



.zkan dl p {
	margin: 15px 10px 15px 10px;
	font-size: 16px;
	line-height: 180%;
}

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

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

.zkan1 dl p {
	margin: 15px 10px 15px 10px;
	font-size: 16px;
	line-height: 180%;
}

.sra1 {
	margin: 0 0px 0px 0px;
	border: 3px solid #f9b223;
	text-align: center;
}

.sra1 dl {
	width: 980px;
	min-height: 400px;
	height: auto !important;
	margin: 0 0 0 19px;
}

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

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

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



.order  {
	text-align: center;
}

.order .teiki1 {
	background: url(/lp/warm/images/pc/warm_price_s.png) center top no-repeat;
	padding:38px 0 0 630px;
	margin: 0px 0px 0px 0px;
	height: 116px;
}

.order .teiki2 {
	background: url(/lp/warm/images/pc/warm_price_sd.png) center top no-repeat;
	padding: 38px 0 0 630px;
	margin: 0px 0px 0px 0px;
	height: 116px;
}

.order .teiki3 {
	background: url(/lp/warm/images/pc/warm_price_d.png) center top no-repeat;
	padding: 38px 0 30px 630px;
	margin: 0px 0px 0px 0px;
	height: 116px;
}

.order .teiki1t {
	background: url(../img/order1t.png) center top no-repeat;
	padding:38px 0 0 630px;
	margin: 0px 0px 0px 0px;
	height: 116px;
}

.order .teiki2t {
	background: url(../img/order2t.png) center top no-repeat;
	padding: 38px 0 0 630px;
	margin: 0px 0px 0px 0px;
	height: 116px;
}

.order .teiki3t {
	background: url(../img/order3t.png) center top no-repeat;
	padding: 38px 0 30px 630px;
	margin: 0px 0px 0px 0px;
	height: 116px;
}
.order .sonotudo {
	text-align: right;
	margin-right: 24px;
}
.cautionsBg {
	background-image: url(../img/bg_cautions.jpg);
	background-repeat: no-repeat;
	height: 104px;
	padding-top: 10px;
	margin: 0px 0px 0px 0px;
	}
	
.cautions {
	float: left;
	width: 200px;
	padding-left: 30px;
	padding-top: 10px;
}
.orderTxt {
	font-size: 14px;
	line-height: normal;
	text-align: left;
	padding: 5px 40px 5px 250px;
}

iframe{border:0;}


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

.point div {
	background: #fff8dc;
	border-top:3px solid #f5f5f5;
	border-left:3px solid #f5f5f5;
	border-right:3px solid #f5f5f5;
	border-bottom:3px solid #f5f5f5;
	margin: 0px 10px 0px 10px;
}

.point .mbzero{
    background-image: url('../img/qa_back.png');
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
	text-align: left;
	margin-top:10px !important;
	min-height: 300px;
	margin-bottom:10px !important;
}

.point div p {
	margin: 15px 15px 15px 15px;
	font-size: 18px;
	line-height: 160%;
}

.point div .pRight {
	height: 300px;
	float: right;
	display: inline;
	margin: 0px 5px 0px 15px;
}

.point2 {
	background: #fff8dc;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.point2 dl {
	border:2px solid #683f36;
   	padding: 5px 15px 5px 15px;
	min-height: 150px;
	height: auto !important;
}

.point2 dl p {
	font-size: 14px;
	line-height: 160%;
}

.point2 dl 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;
}

.point2 dl img {
	margin: 10px 10px 5px 10px;
}

.point3 {
	background: #ffffff;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.point3 dl {
	border:2px solid #ff4500;
   	padding: 15px 15px 15px 15px;
	min-height: 150px;
	height: auto !important;
}

.point3 dl p {
	font-size: 16px;
	line-height: 160%;
}

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


.point5 {
	padding-top:20px;
	padding-bottom:20px;
	margin:0px;
	background: #fff8dc;
	text-align: left;
}

.point5 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 15px 10px 15px;
}

.point5 .mbzero{
	padding-top:5px;
	min-height: 320px;
	margin-bottom:0px !important;
}

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

.point5 div p {
	margin: 15px 15px 15px 15px;
	font-size: 16px;
	line-height: 160%;
}

.point5 div img {
	margin: 0 5px 0px 5px;
}


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

.point5 div .pRight2 {
	height: 171px;
	float: right;
	display: inline;
	margin: 0px 2px 0px 2px;
}

.point5 div .pRight3 {
	height: 171px;
	float: right;
	display: inline;
	margin: 0px 2px 0px 2px;
}


.manual {
	padding-top:5px;
	padding-bottom:5px;
	background: #ffffff;
	text-align: left;
}

.manual div {
	background: #fff8dc;
	border:10px solid #f5f5f5;
	margin: 0px 5px 0px 5px;
}

.manual .mbzero{
	margin-bottom:0px !important;
	min-height: 70px;
}

.manual h3{
	font-size: 16px;
	font-weight: bold;
	color: #696969;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

.manual h4{
	font-size: 14px;
	font-weight: bold;
	color: #696969;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

.manual p {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 160%;
}

.hosyo {
	background: #fff8dc;
	border: 2px #b8860b solid;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.hosyo dl {
	border: 2px #ed6d35 solid;
	margin: 15px 15px 15px 15px;
    padding-top:10px;
	padding-bottom:10px;
	height: auto !important;
}

.hosyo dl dd {
	background: #fff8dc;
	padding: 15px 15px 15px 15px;
}

.hosyo dl p {
	font-size: 16px;
	color: #6f5436;
	line-height: 160%;
}

.hosyo2 {
	background: #ffffff;
	border: 2px #ed6d35 solid;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.hosyo2 dl {
	margin: 5px 15px 5px 15px;
    padding-top:10px;
	padding-bottom:10px;
	height: auto !important;
}


iframe{border:0;}

#voice{
width:992px;
height:300px;
background: #ffffff;
position:relative;
overflow:scroll;
border:2px solid #faaf6e;
padding: 5px 5px 0px 5px;
margin: 0px 10px 0px 10px ;  
z-index:0;
-webkit-overflow-scrolling: touch;
}

.voice-inner{
    position:absolute;
	z-index:1;
}

.voice-inner2{
	font-size:13px;
	line-height:150%;
	text-align:left;
}

.voice-inner2 ul{
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}

.voice-inner2 ul li{
	list-style:none;
	padding-left:5px;
	background:url(../img/list.gif) top left no-repeat;
}

.voice1 {
	border-left: 3px solid #f9b223;
	border-right: 3px solid #f9b223;
	border-bottom: 3px #f9b223 dotted;
	padding: 10px 0px 20px 0px;
	background: #ffffff;
	text-align: left;
}

.voice1 h4{
	background: #f9b223;
	padding: 0px 0px 0px 0px;
	

}

.voice1 dl {
	height: auto !important;
	margin: 0 0 0 20px;
}

.voice1 dl dd  {
	padding: 0px 0px 2px 0px;
}

.voice2 {
	border-left: 3px solid #f9b223;
	border-right: 3px solid #f9b223;
	border-bottom: 3px #f9b223 dotted;
	padding: 10px 0px 20px 0px;
	background: #ffffff;
	text-align: left;
}

.voice2 dl {
	height: auto !important;
	margin: 0 0 0 20px;
}

.voice2 dl dd  {
	padding: 2px 0px 2px 0px;
}

.voice2 h4{
	background: #f9b223;
	padding: 0px 0px 0px 0px;
}

.voice3 {
	border-left: 3px solid #f9b223;
	border-right: 3px solid #f9b223;
	border-bottom: 3px solid #f9b223;
	padding: 10px 0px 0px 0px;
	background: #ffffff;
	text-align: left;
}

.voice3 h4{
	background: #f9b223;
	padding: 10px 0px 0px 0px;
}

.voice3 dl {
	height: auto !important;
	margin: 0 0 0 20px;
}

.voice3 dl dd  {
	padding: 2px 0px 2px 0px;
}

/* -------------------------------------------------- */
/* サイト共通フッター */
div.footer{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 12px;
	color:#000000;
/*
	background-color: #f3f3f3;
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
*/
}

div.footer a{

	color:#000000;

}

div.footer div.navi{
	padding: 10px 0 10px 0;
	text-align:center;
	font-size: 100%;
}
div.footer div.navi span{
}
div.footer address{
	clear: both;
	padding: 15px 0 80px 0;
	background: #ffa500;
	font-style: normal;
	font-size: 100%;
	text-align:center;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


a:link{
	text-decoration: none;
	color: #039;
}

a:visited{
	text-decoration: none;
	color: #0073bc;
}

a:hover,
a:active{
	text-decoration: underline;
}

a img{
	border: none;
}

.about {
	text-align:left;
	margin:10px auto;
	background-color:#FFF;
}

.about p, #about li, #about dt, #about dd {
	font-size:12px;
	line-height: 1.5;
}

.about h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #ffa500;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ff8c00;
}
.about dt , #about h4 {
	font-size: 14px;
	font-weight: bold;
	color: #ff4500;
	clear:both;
}
.about h5 {
	font-size:12px;
	font-weight:bold;
	background-color: #EEE;
	margin-top: 5px;
	margin-bottom: 5px;
}
.about dd {
	margin-bottom:10px;
}
.about .guideL {
	width: 500px;
	float: left;
}
.about .guideR {
	width: 500px;
	float: right;
}
.about .icn {
	float: left;
	padding-right: 20px;
}

.uLine {
	border-top-width: 1px;
	border-top-color: #FF00B0;
	border-top-style: dotted;
}
.hed {
	font-size: 40px;
	color: #F00;
}
.mBottom {
	margin-bottom:20px;
}

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

.faq{
	margin: 0px 0px 0px;
	padding: 5px 5px 5px;
	border: 10px #dc143c solid;
	clear: both;
}

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

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

.faq dl dd{
	padding: 8px 10px 8px 45px;
	line-height: 160%;
	font-size: 14px;
	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 0px 0;
 }

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

nav li {
  width: 100%;
  padding: 0px 0px 5px 0px;
  list-style: none;
}

nav li a {
  font-size: 16px;
  padding: 10px 10px 10px 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;
}

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

#page-top {
    position: fixed;
    bottom: 0px;
    right: 40px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.thank {
	margin: 0px 0px 0px  0px;
	text-align: left;
}
.thank dl {
   	padding: 0px 12px 0px 12px;
	min-height: 50px;
	height: auto !important;
}
.thank dl p {
	font-size: 16px;
　　line-height: 160%;
}

.thank2 {
	background: #fff8dc;
	margin: 0px 0px 0px  0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
.thank2 dl {
	border:2px solid #683f36;
	background: #fff8dc;
   	padding: 10px 10px 5px 10px;
	min-height: 150px;
	height: auto !important;
}
.thank2 dl p {
	font-size: 16px;
　　line-height: 160%;
}


.thank2 dl .pRight {
	height: 297px;
	float: right;
	display: inline;
	margin: 0px 5px 0px 5px;
}

/*----------------------------------
 .company
------------------------------------*/
.company {
	font-size: 0.7em;
	color:#FFF;
	}


.company h3 img {
	margin: 0 0 25px;
}
.company dl {
	padding-bottom: 80px;
}

.company dl dt {
	font-weight: bold;
	width: 8em;
	float: left;
	clear: both;
}
.company dl dd {
	margin: 0 0 25px 9em;
}
.company dl dd ul li {
	padding: 0 0 5px;
	list-style: square inside;
}

/* 
------------------------------ 文字の装飾 */

.f-normal{ font-weight: normal; }	/* ノーマル */
.f-bold{ font-weight: bold; }	/* 太字 */
.f-underline{
	text-decoration: underline;
	font-weight: bold;
}	/* アンダーライン */
.f-middleline{ text-decoration: line-through;}	/* 打ち消し線 */
.check{
	background-image: url(../img/side-mark.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
/* 
------------------------------ 文字の装飾：色 */

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

/* 
------------------------------ 文字の装飾：強調 */
/* 文字の強調は <span class="★">文字<span> を使用すること */

.bg-r{ background: #990000;
	font-weight: bold;
	padding: 2px; }		/* 背景-赤 */
.bg-b{ background: #0033CC;
	font-weight: bold;
	padding: 2px; }		/* 背景-青 */
.bg-g{ background: #009900;
	font-weight: bold;
	padding: 2px; }		/* 背景-緑 */
.bg-y{ background: #ffff00;
	font-weight: bold;
	padding: 2px; }		/* 背景-黄 */

.bg-r-w{ color: #ffffff;
	background: #990000;
	font-weight: bold;
	padding: 2px; }		/* 背景-赤：文字-白 */
.bg-b-w{ color: #ffffff;
	background: #0033CC;
	font-weight: bold;
	padding: 2px; }		/* 背景-青：文字-白 */
.bg-g-w{ color: #ffffff;
	background: #009900;
	font-weight: bold;
	padding: 2px; }		/* 背景-緑：文字-白 */
.bg-y-r{  color: #ff3300;
	background: #ffff00;
	font-weight: bold;
	padding: 2px; }		/* 背景-黄：文字-赤 */
.bg-y-r2{  color: #990000;
	background: #ffff00;
	font-weight: bold;
	padding: 2px; }		/* 背景-黄：文字-赤 */	
.bg-black-w{  color: #ffffff;
	background: #000000;
	font-weight: bold;
	padding: 2px; }		/* 背景-黒：文字-赤 */


.bg1{
	padding: 5px;
	background-color: #FFF;
}	


/* 
------------------------------ 文字のサイズ */

.fs-12{
	font-size: 12px;
	line-height: 130%;
}	/* フォントサイズ12px */
.fs-14{
	font-size: 14px;
	line-height: 130%;
}	/* フォントサイズ14px */

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

/* 
------------------------------ 文字のポジション */

.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;
}

.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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
	
	
/* 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;
}
