@charset "utf-8";

body.mainBody {
	background-color: #ffffef;
	color: #666666;
}
/***************************************/
/* a
=======================================*/
a {
	color:#960;
	text-decoration:none;
}
a:hover {
	color:#960;
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
}
a:active, a:focus {
	outline: 0;
}
.btnInput:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;

}
/***************************************/
/* header
=======================================*/
#header {
	background: url(../../img/pc/head_bg.png) 0 0 repeat-x;
	height: 111px;
	min-width: 980px;
}
#header .head {
	width:940px;
	margin: 0 auto 0;
}

.headttl {
	float: left;
}

.head2 {
	float: right;
}
/***************************************/
/* container
=======================================*/
.container {
	width: 940px;
	padding: 20px;
	margin: 0 auto;
	background-color: #ffffef;
}
.leftNavi {
	width: 230px;
	padding: 8px;
	background-color: #ffffef;
	margin-right: 20px;
	border: solid 1px #ffffef;
}
.main {
	width: 380px;
	padding: 2px;
	background-color: #FFF;
	margin-right: 20px;
	border: solid 2px #FFF;
}

.mainframe {
	overflow-x:hidden;

}
.rightNavi {
	width:230px;
	padding: 8px;
	background-color: #ffffef;
	border: solid 1px #ffffef;
}
address {
	padding: 10px 0px;
	text-align: center;
	font-style: normal;
	color: #ffffff;
}
/***************************************/
/* layout
=======================================*/
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.mb60 {
	margin-bottom:60px;
}
.ml10 {
	margin-left:10px;
	display:inline;
}
.ml20 {
	margin-left: 20px;
}
.ml40 {
	margin-left:40px;
}
.ml80 {
	margin-left:80px;
}
.mr10 {
	margin-right:10px;
	display:inline;
}
.mr20 {
	margin-right: 20px;
}
.mr40 {
	margin-right: 40px;
}
.mr60 {
	margin-right: 60px;
}
.p10 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}
.p20 {
	padding: 20px;
}
.pl10 {
	padding-left:10px;
}
.pl20 {
	padding-left:20px;
}
.pl30 {
	padding-left:30px;
}
.pl40 {
	padding-left:40px;
}
.pr10 {
	padding-right:10px;
}
.pr20 {
	padding-right:20px;
}
.pr30 {
	padding-right:30px;
}
.pr40 {
	padding-right:40px;
}
.flt {
	float:left;
}
.flr {
	float:right;
}
/***************************************/
/*  color
=======================================*/
.txt_orange {
	color: #F6921E;
}
.txt_blue {
	color: #0071BB;
}
.txt_red {
	color: #dd313d;
}
/***************************************/
/*  txt-align
=======================================*/
.txt_left {
	text-align: left;
}
.txt_right {
	text-align: right;
}
.txt_center {
	text-align: center;
}
/***************************************/
/* display
=======================================*/
.dblock {
	display: block;
}
.dinblock {
	display: inline-block;
}
/***************************************/
/*  background-color
=======================================*/
.bg_white {
	background-color: #FFF;
}
.bg_pink {
	background-color: #F58199;
}
.bg_yellow {
	background-color: #FCF9D4;
}
.marquee {
	background-color: #cc626c;
	color:#FFF;
}
/***************************************/
/*  radius
=======================================*/
.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE.htc);
	-webkit-box-shadow: 1px 2px 3px rgb(156, 156, 156);
	-moz-box-shadow: 1px 2px 3px rgb(156, 156, 156);
	-ms-box-shadow: 1px 2px 3px rgb(156, 156, 156);
	box-shadow: 1px 2px 3px rgb(156, 156, 156);
}
.radius8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(PIE.htc);
}
.radius8_top {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	behavior: url(PIE.htc);
}
.radius8_btm {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	behavior: url(PIE.htc);
}
/***************************************/
/* infoNavi
=======================================*/
.infoNavi {
	width: 100%;
	text-align: center;
}
.infoNavi ul li {
	display: inline-block;
	line-height: 14px;
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid #999;

}
.infoNavi ul li:last-child {
	border-right: none;

}

.infoNavi ul li a {
	color:#333;

}
/***************************************/
/*  menuList
=======================================*/
ol.menuList li {
	list-style-type: decimal;
	list-style-position: inherit;
	margin-left: 40px;
}
dl.menuDl dt {
	font-weight: bold;
	color: #9D1107;
}
dl.menuDl dd {
	margin-left: 15px;
	margin-bottom: 10px;
}
/***************************************/
/*  infoTable
=======================================*/
table.infoTable {
	font-size: 12px;
}
table.infoTable .ttl_iT {
	background: #FFC85A;
}
table.infoTable .bgiT {
	background-color: #d9d0e1;
}
table.infoTable th {
	padding: 5px;
	border: 1px solid #010135;
}
table.infoTable tr td {
	padding: 5px 15px 5px 15px;
	border: 1px solid #010135;
}
/***************************************/
/*  clearfix
=======================================*/
.container:before, .container:after, .footerNav:before, .footerNav:after, .boxWrap:before, .boxWrap:after, .inner:before, .inner:after, .head:after, .head:before {
	content:"";
	display:table;
}
.container:after, .footerNav:after, .boxWrap:after, .inner:after, .head:after, .head:before  {
	clear:both;
}
.container, .footerNav, .boxWrap, .inner, .head {
	zoom:1;
}

/***************************************/
/* addition topbtn
=======================================*/

#top_btn{
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px 0;
	position: fixed;
	bottom: 0 !important;
	left: 50%;
	transform: translateX(-50%);
}

.btn-point, .btn-point:visited {
	width: 200px;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	padding: 0px;
	display: block;
	background-color:#d822ff;
	border-radius:15px;
	border-bottom:3px solid #a000c2;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	padding:16px 76px;
	text-decoration:none;
	text-shadow: 0 1px 1px rgba(25,25,25,0.3);
	text-decoration: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	opacity: 1;
}
.btn-point:hover, .btn-point:active, .btn-point:focus {
	opacity: 0.8;
}
.btn-send-msg-jump, .btn-send-msg-jump:visited {
	width: 220px !important;
	height: 44px !important;
	line-height: 44px !important;
	margin: 0 auto;
	box-shadow:inset 0px 10px 0px 0px #a3d9a5;
	background:linear-gradient(to bottom, #5cb85c 5%, #4cae4c 100%);
	background-color:#5cb85c;
	border-radius:30px !important;
	border:2px solid #4cae4c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	text-align: center;
	font-size:20px !important;
	font-weight:bold;
	padding:16px 76px !important;
	text-decoration:none;
	text-shadow:0px 1px 0px #3e8f3e;
	text-shadow: 0 1px 1px rgba(25,25,25,0.3);
	text-decoration: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	opacity: 1
}
.btn-send-msg-jump:hover, .btn-send-msg-jump:focus {
	opacity: 0.8;
}
.btn-send-msg-jump:active {
	opacity: 0.6;
	transform: scale(0.95);
	box-shadow: inset 0px 5px 0px 0px #a3d9a5;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}