body {
	font-size: 100%;
	line-height: 1.3;
	color: #444;
	background-color:#FFF;
	/*background-image: url(../img/N5.png);*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 {
	margin: 0;
}
h2 {
	margin: 1.5em auto 1.5em;
	padding: 10px 0 20px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
	text-shadow: 2px 2px 4px #FFF;
	text-align: center;
	clear: both;
	color: #D83500;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background:url(../img/stripes_line.png)  no-repeat bottom;
}
/* 追記用に左寄せ黒文字 */
h2.tsuiki {
	color: #333333;
	text-align: left;
}
/* h2左寄せ赤文字 */
h3 {
  color: #DD4E23;
  font-size: 20px;
  margin-top: 35px;
}
p {
	line-height: 1.68;
	margin-left: 20px
}
/* ちょっとした差別化用の枠組み */
.box {
	margin: 10px auto;
	width: 65%;
	border: 4px solid #F4F1E8;
	border-radius: 5px;
	background:url(../img/box_bg.png) ;
	padding: 30px;
	clear: both;
	line-height: 1.25;
	text-align: left;
	margin-bottom: 30px;
	font-size:14px;
	line-height:1.68;
}
.boxheader {
	margin: 20px 0px;
	padding: 5px 0 5px 15px;
	border-left: 7px solid #003366;
	font-size: 22px;
	line-height: 1.3;
	text-align: left;
	clear: both;
	font-weight: bold;
}
.boxheader02 {
	margin: 5px 0px 25px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #003366;
	font-size: 22px;
	line-height: 1.4;
	text-align: left;
	clear: both;
	font-weight: bold;
	color:#1B1D44;
	text-shadow: #FFF 1px 1px;
}
/* 箇条書き */
ul.bullet, ul.bullet_a, ul.bullet_b, ul.bullet_c, ul.bullet_d, ul.bullet_e {
	margin-top: 30px;
	margin-bottom: 60px
}
ul.bullet li, ul.bullet_a li, ul.bullet_b li, ul.bullet_c li, ul.bullet_d li, ul.bullet_e li {
	background: url(../img/chk_red.png) no-repeat;
	list-style: none;
	padding-left: 70px;
	margin-bottom: 40px;
	min-height: 52px;
	padding-top: 5px;
	margin-left: 0px;
	font-size: 22px;
	line-height: 1.6;
}

/* 箇条書きの画像非表示 */
.no_bret, .no_bret li {
	background: none!important;
}
/* 配置 */
.tC {
	text-align: center;
}
.tR {
	text-align: right;
}
.tL {
	text-align: left;
}
/* デコレーション */
.sa 	/*サーモン*/ {
	color: #fa8072!important;
}
.Bsa 	/*サーモン＆太字*/ {
	color: #fa8072!important;
	font-weight: bold;
}
.red 	/*赤字*/ {
	color: #CD4210!important;
}
.Br 	/*赤字＆太字*/ {
	color: #CD4210!important;
	font-weight: bold;
}
.Br_u 	/*赤字＆太字*/ {
	color: #CD4210!important;
	font-weight: bold;
	text-decoration: underline;
}
.r_YM 	/*赤字＆黄色マーカー*/ {
	color: #D82171!important;
	background-color: #FFC;
}
.Br_YM 	/*赤字＆太字＆黄色マーカー*/ {
	color: #D82171!important;
	font-weight: bold;
	background-color: #FFC;
}
.blue 	/*青字*/ {
	color: #4B4B98!important;
}
.blue_icon 	/*青字*/ {
	color: #3A98C1!important;
}
.Bb 	/*青字＆太字*/ {
	color: #4B4B98!important;
	font-weight: bold;
}
.Bold 	/*太字*/ {
	font-weight: bold;
}
.B_u 	/*太文字下線*/ {
	font-weight: bold;
	text-decoration: underline;
}
.B_YM 	/*太字＆黄色マーカー*/ {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #FDF075 0%);
}
._u 	/*下線*/ {
	text-decoration: underline;
}
/*背景*/
.gr {
	width:100%;
	background-color:#F1FAF9;
}
.green {
	width:100%;
	background-color: #EEF7F7;
}
.bg_tya{
	background: url(../img/box_bg.png);
}
.bg_line{
	background: url(../img/brickwall.png);
}

/*文字サイズ*/
.txt11 {
	font-size: 11px!important;
}
.txt12 {
	font-size: 12px!important;
}
.txt14 {
	font-size: 14px!important;
}
.txt16 {
	font-size: 16px!important;
}
.txt18 {
	font-size: 18px!important;
}
.txt20 {
	font-size: 20px!important;
}
.txt22 {
	font-size: 22px!important;
}
.txt26 {
	font-size: 26px!important;
}
.txt36{
	font-size:36px !important;
	font-weight:bold;
}
/* 画像マウスオーバー
imgをaで囲む又はフォームのsubmit/imageは自動的にマウスオーバー処理
*/
a img, input[type="submit"], input[type="image"] {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover img, input[type="submit"]:hover, input[type="image"]:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE7 */
	-ms-filter: "alpha(opacity=50)"; /* IE8 */
}
/* スタイリッシュな水平線 */
hr {
	width: 100%;
	border: 0;
	height: 1px;
	background: #999;
	background-image: -webkit-linear-gradient(left, #ccc, #999, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #999, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #999, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #999, #ccc);
}
/* ---------------------------------------------
	preset margin 
--------------------------------------------- */
.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt150 {
	margin-top:150px !important;
}
.mt1e {
	margin-top: 1em !important;
}
.mt2e {
	margin-top: 2em !important;
}
.mt3e {
	margin-top: 3em !important;
}
.mt4e {
	margin-top: 4em !important;
}
.mr00 {
	margin-right: 0 !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr12 {
	margin-right: 12px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb1e {
	margin-bottom: 1em !important;
}
.mb2e {
	margin-bottom: 2em !important;
}
.mb3e {
	margin-bottom: 3em !important;
}
.mb4e {
	margin-bottom: 4em !important;
}
.ml00 {
	margin-left: 0 !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml12 {
	margin-left: 12px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml30 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
/* ---------------------------------------------
	preset padding 
--------------------------------------------- */
.pt00 {
	padding-top: 0 !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt12 {
	padding-top: 12px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr00 {
	padding-right: 0 !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr12 {
	padding-right: 12px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pb00 {
	padding-bottom: 0 !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb12 {
	padding-bottom: 12px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl00 {
	padding-left: 0 !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl12 {
	padding-left: 12px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl30 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.row [class*="span"] > p {
	margin-top: 0;
}
/* フッター基本 */
footer {
	font-size: 12px;
	text-align: center;
	background: #000;
	color: #FFF;
	padding-bottom: 30px;
	overflow: hidden;
	background: #38AD9F; /* all browsers */
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.copy {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#f_menu {
	padding: 20px;
	text-align: center;
	color: #E9F4E8;
	height: 15px;
	border-bottom: #AFECCB 1px solid;
}
#f_content {
	margin-top: 26px;
	line-height: 1.6;
}
#f_content span {
	color: #C1EADF;
}
.contents {
	line-height: 1.68;
	clear: both;
	position: relative;
	font-size: 16px;
	padding: 25px;
}

.bulletbox {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0px;
	clear: both;
	line-height: 1.5;
}
.bulletbox dt {
	margin: 5px 0 30px;
	font-size: 22px;
	line-height: 1.5;
	background: url(../img/li_checkmark_b.png) no-repeat;
	padding: 0 0 0 35px;
	min-height: 25px;
}
.bulletbox dt span {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-decoration: underline;
}
.bulletbox dd {
	margin: 5px 0 20px;
	font-size: 1em;
	line-height: 1.25;
	padding: 0 0 0 35px;
}
.bulletbox_red {
	width: 85%;
	margin: 0 auto 30px;
	padding: 15px;
	clear: both;
	line-height: 1.5;
}
.bulletbox_red dt {
	margin: 5px 0 30px;
	font-size: 22px;
	line-height: 1.5;
	background: url(../img/li_checkmark_r.png) no-repeat;
	padding: 0 0 0 35px;
	min-height: 25px;
}
p.notice {
	color: #C00;
	margin-left: 1em;
	text-indent: -1em;
}
p.notice:before {
	content: "※";
}
.customer_box{
	background: #FFF;
	padding: 25px;
	border-radius:5px;
}
.prof_box {
	border: 1px solid #B3B3B3;
	padding: 35px;
	border-radius:5px;
}
.prof_box .span3 img {
	margin-bottom: 10px
}
.prof_box .span3 p {
	color: #777;
	line-height: 1.42
}
.profile_text {
	width:720px;
	color: #FFFFFF;
	position: absolute;
	top: 655px;
	left: 92px;
	line-height: 1.8;
}
.profile_bg {
	position:relative;
	clear: both;
	height: 1311px;
	background: url(../img/sakai_takayuki.jpg) no-repeat center top;
}
.access_box {
	border: #EEF5EC 3px solid;
	padding: 35px;
	margin-bottom: 60px;
	boder-radius: 5px;
}
#top_form {
	background: #FFFBF2;
	border: 1px solid #000026;
	border-top: 7px solid #000026;
	padding-top:5px;
}
#top_form_inner {
	padding:5px 15px 15px;
}
#top_form_mail {
width: 96%;
padding: 8px;
}
#entry_form_bottom {
margin: 30px auto 30px;
border: 3px solid #D3D3D3;
border-radius: 3px;
background: #F5F5F5;
}
.entryform_inner {
	position: relative;
	margin: 15px auto;
	margin-bottom: 10px;
	width: 752px;
	height: 320px;
	background: url(../img/mailform_bg.png) no-repeat
}
.entryform_inner input[type=image] {
	position: absolute;
	right: 21px;
	bottom: 17px;
	width: 263px
}
.entryform_inner p{
margin: 223px 0 0 90px;
float: left;
}
.position_input {
	position: absolute;
	top: 30px;
	top: 248px;
	left: 30px;
	left: 24px;
	width: 410px;
	height: 42px !important;
	border: 0
}
.entryform_txt{
	margin:0 15px 10px;
	font-size:12px;
	line-height:1.42;
}
.qa {
  margin: 0 auto;
  width: 95%;
}
.qa dt, .qa dd {
  margin: 0;
  padding: 10px;
  padding-left: 60px;
  border: 2px solid #D3D3D3;
}
.qa dt {
  padding-top: 20px;
  min-height: 34px;
  border-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #F1F8FF url(../img/qa_dt_icon.png) no-repeat 10px 12px;
  font-size: 18px;
}
.qa dd {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top-width: 1px;
  background: #fff url(../img/qa_dd_icon.png) no-repeat 10px 12px;
  font-size: 18px;
  font-weight: bold;
}
.qa dt p, .qa dd p {
  font-weight: normal;
}

#catch {
	width: 100%;
	height: 480px;
	background: url(../img/catch.png) no-repeat center top;
	text-indent: -9990px;
}
#catch_top {
	width: 100%;
	background-color:#38AD9F;
	font-size:16px;
	color: #FFFFFF;
	text-align:center;
	padding:10px 0px;
}
.container {
width: 920px;
margin-right: auto;
margin-left: auto;
position: relative;
padding:60px 0px 60px;
line-height:1.68;
}
.container p {
	margin: 5px 0;
	line-height: 1.68;
	font-size: 16px;
}
.bg_01{
	background: url(../img/code01.png) no-repeat  right;
}
.br_pc {
	display: inline;
}
.br_sp, .for_sp {
	display: none;
}
.for_pc {
	display: block;
}

/* v3.1 */
.container {
	padding-left: 0;
}
.span12 {
	width: 920px;
	margin-left: 30px;
}
.span11 {
	width: 860px;
}
.span10 {
	width: 775px;
}
.span9 {
	width: 637px;
}
.span8 {
	width: 564px;
}
.span7 {
	width: 491px;
}
.span6 {
	width: 418px;
}
.span5 {
	width: 400px;
}
.span4 {
	width: 275px;
}
.span3 {
	width: 199px;
}
.span2 {
	width: 126px;
}
.span1 {
	width: 75px;
}

a {
	color: #F7A2F9
}
a:hover, a:focus {
	color: #E2A9EB;
	text-decoration: underline;
}

.infiniteslide1{
	background: #FFFFFF;width:100%;height:150px;margin-bottom:0px;
}
li{
	list-style:none;
}

.before_msg{
	background:#EDEDED;
	margin:25px 0 10px 45px;
	padding:25px;
	text-align:left;
	border-radius:5px;
}
.after_msg{
	background:#EDEDED;
	margin:25px 10px 10px 35px;
	padding:25px;
	text-align:left;
	border-radius:5px;
}
.after_animate{
	margin-left:-40px;
}
.sashie{
	margin-bottom:15px;
}
#countdown {
  font-size: 150%;
  padding: 10px;
  text-align: center;
  color: #7392B6;
}
.bltbox {
  clear: both;
  margin: 0 auto 70px;
  padding: 0 15px 15px;
  width: 94%;
}
.bltbox dt {
  margin: 35px 0 0;
  padding: 1px 0 0 40px;
  min-height: 43px;
  background: url(../img/check_red.png) no-repeat;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.vip_title{
	font-size: 26px;
	font-weight: bold;
	min-height: 38px;
	color:#3A98C1;
	border-bottom: solid 1px #B1B1B1;
	margin-top:70px;
	margin-bottom:15px;
}
.vip_title span {
  font-size: 24px;
  font-weight: normal;
  background-color: #3A98C1;
  margin-right: 15px;
  padding: 10px;
  color: #FDFDFD;
}
.fa-13x {
  font-size: 13em;
}
.table {
  width: 70%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0 auto;
  border-top: solid 1px #CCC;
  border-right: solid 1px #CCC;
}
.table th, .table td {
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  padding: 10px;
  text-align:center;
  line-height: 130%;
  font-weight: bold;
  background:#FFFFFF;
}
.table th {
  background: #DFF5EE;
}
.table .tab1 {
  width: 40%;
}
.table .tab2 {
  width: 20%;
}
.table .tab3 {
  width: 20%;
}
.table .tab4 {
  width: 20%;
}