@charset "utf-8";

/*============================================================================
	PC非表示
==============================================================================*/

.menuBoxTitle{
	width: 940px;
	margin: -60px auto 40px auto;
	text-align: center;
	color: #444;
	font-size: 20px;
}
.menuBox{
	width: 600px;
	margin: 0 auto 40px auto;
}

.menuBoxS{
	width: 300px;
	float: left;
	margin-bottom: 8px;
}
.menuBoxS .menuBoxSLeft{
	width: 100px;
	float: left;
	margin-right: 10px
}
.menuBoxS .menuBoxSRight{
	width: 180px;
	float: left;
	line-height: 160%;
	font-size: 14px;
	color: #333;
}


.hiddenPc{
visibility: hidden;
display: none;
width: 0px;
height: 0px;
}

.gFont{
font-family: 'Oswald', sans-serif;
}
/*============================================================================
	index頭部
==============================================================================*/

#headBg {
	margin-top: 90px;
	width: 100%;
	height: 670px;
	background-size: auto;
	background-position: center center;
/*	background: url(../img/aiqos_slider01.jpg) center top ;*/
	}
.txtWrap{
	text-align: center;
	z-index: -1;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}
.txtWrap .title{
  position: relative;
	padding-top: 250px;
	font-size: 50px;
	line-height: 150%;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	text-align: center;
	font-weight: bold;
	width: 600px;
	margin: 0 auto;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.3rem;
}
.txtWrap .text{
  position: relative;
	padding-top: 30px;
	font-size: 30px;
	line-height: 150%;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	text-align: center;
	font-weight: normal;
	width: 600px;
	margin: 0 auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.txtWrap .copy{
  position: relative;
	padding: 20px 10px;
	width: 100px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
  margin-bottom:40px;
	background: url(../img/aiqos_slider01.jpg) center top ;
}
.txtWrap .copy img{
	width: 80px;
	height: auto;
}
.txtWrap .scl{
  position: relative;
	padding-top: 80px;
  margin-bottom: 10px;
}
.txtWrap .scl img{
	width: 80px;
	height: auto;
}


/*============================================================================
	shop頭部
==============================================================================*/

#shopHeadBlock {
	margin-top: 90px;
	width: 100%;
	height: 590px;
	background-size: auto;
	background-position: center center;
	background: url(../img/aiqos_slider01.jpg) center top ;
	}
.shopHeadWrap{
	text-align: center;
	z-index: -1;
	width: 1000px;
	margin: 0 auto;
	padding-top: 130px;
}
.shopHeadWrap .shopLogo{
  position: relative;
	font-size: 60px;
	line-height: 150%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 300px;
	padding: 20px 20px;
	margin: 0 auto;
	background:  url(../img/aiqos_slider02.jpg) center top;
}


/*============================================================================
	頭の話header#globalHeader
==============================================================================*/

h1#logo{
	margin: 30px auto 8px 15px;
	float: left;
}
h1#logo a{
    display:block;

	width:150px;
	height:40px;
	background: url(../img/aiqos_logo.png) no-repeat;
	background-size: 150px 40px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
    overflow:hidden;

}
h1#logo a:hover { text-decoration:none;}

/*
.loginBox{
	float: right;
	text-align: center;
	width: 202px;
	margin-left: 40px;
	margin-top: 0;
}
.loginBox span.loginBoxText{
	font-size: 100%;
	font-weight: bold;
	color: #483503;
	display: block;
	margin-bottom: 3px;
}
.loginBox a.loginBtn{
	display: block;
	width: 190px;
	background:#fdd000 url(../img/bg_mail.png) no-repeat 20px center;
	background-size: 37px 20px;
	color: #483503;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 10px 10px;
	margin-bottom: 5px;
	border: 1px solid #c19200;
	border-radius: 5px;
}
.loginBox a.loginBtn:hover{
	text-decoration: none;
	background:#fbb000 url(../img/bg_mail.png) no-repeat 20px center;
	background-size: 37px 20px;
	border: 1px solid #c19200;
}
*/

nav {
display: block;
width: 500px;
float: right;
margin: 39px 0 0 0;
}
#menu{
list-style-type: none;
text-align: center;
width: 500px;
margin: 0 auto;
padding: 0;
}
#menu li{
list-style-type: none;
display: inline-block;
margin-right: 30px;
box-sizing: border-box;
text-align: center;
}
#menu li:last-child{
padding-top: 0px;
}
#menu li a{
display: block;
text-align: center;
margin: 0 auto;
padding: 0 0 0 6px;
font-size: 110%;
color: #344955;
text-decoration: none;
}
#menu li:hover > a{
color: #999;
}
#menu > li:hover > a{
}

div.fbBox{
	float: right;
	width: 30px;
	margin: 37px 10px 0 32px;
}
div.fbBox a i{
	font-size: 180%;
	color: #333;
}

/*
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
}
#menu li ul li a{
  padding: 14px 15px;
  color: #FFF;
  background-color: #53a10f;
  text-align: center;
  font-size: 97%;
  font-weight: normal;
}
#menu li:hover ul li{
  overflow: hidden;
  height: 40px;
  margin-bottom: -4px;
  border-bottom: 1px solid #448a08;
}
#menu li:hover ul li:last-child a{}
*/

/*============================================================================
	bg
==============================================================================*/

/* 見出し */
#aboutMidashi{
	width: 100%;
	background: url(../img/bg_00.png) center center;
	height: 170px;
	padding-top: 70px;
}
/* 白背景 */
.about000{
	clear: both;
	width: 100%;
	height: 100%;
	background: #e7f0f6;
	padding-bottom: 20px;
}
/* 網目 */
.about100{
	clear: both;
	width: 100%;
	height: 100%;
	background: url(../img/bg_about_100.gif) center center;
	background-size: 6px 6px;
	padding-bottom: 20px;
}
/* 色 */
.about200{
	clear: both;
	width: 100%;
	height: 100%;
	background: #e7f0f6;
	padding-bottom: 20px;
}
/* 鍋 */
.about300{
	clear: both;
	width: 100%;
	height: 100%;
	background: url(../img/bg_about_02.jpg) center center;
	background-size:cover;
	padding-bottom: 20px;
}
/* 店内 */
.about400{
	clear: both;
	width: 100%;
	height: 100%;
	background: #e7f0f6;
	padding-bottom: 20px;
}


/* rec使用 */
#mainHeadBlockRec{
	width: 100%;
	height: 220px;
	background: url(../img/bg_rec.jpg) center center;
	background-size: cover;
}
#mainHeadBlockCom{
	width: 100%;
	background: url(../img/bg_com.jpg) center center;
	background-size: cover;
}

/* 店内 */
.aboutBg01{
	clear: both;
	width: 100%;
	height: 100%;
	background: url(../img/bg_01.jpg) center center;
	padding-bottom: 20px;
}

/*============================================================================
	中の話#mainCont
==============================================================================*/

/* Main部分バナー */
.mainBn{
	width:994px;
	margin: 0 auto;
	padding:80px 0 80px 0;
	text-align:center;
	clear: both;
}
.mainBnMap{
	width:994px;
	margin: 0 auto;
	padding:80px 0 80px 0;
	text-align:center;
	clear: both;
}
.mainBn300{
	width:300px;
	margin: 0 auto;
	padding:30px 0 30px 0;
	text-align:center;
	clear: both;
}
.mainBn600{
	width:80%;
	margin: 0 auto;
	padding:30px 0 30px 0;
	text-align:center;
	clear: both;
}
.mainBn550t{
	width:550px; margin: 0 auto;
	padding:80px 0 0 0;
	text-align:center;
	clear: both;
}
.mainBn550b{
	width:550px;
	margin: 0 auto;
	padding:36px 0 80px 0;
	text-align:center;
	clear: both;
}
.mainBnBill{
	width:550px;
	margin: 0 auto;
	padding:10px 0;
	text-align:center;
	clear: both;
}
.mainBnInsta{
	width:900px;
	 margin: 0 auto;
	 padding:20px 0 80px 0;
	 text-align:center;
	 clear: both;
 }

/* マージン */
.mt40{
	margin-top: 40px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.mtM10{
	margin-top: -10px;
}
.mtM20{
	margin-top: -20px;
}


/* ページ見出し部分 */
h2{
	clear: both;
	font-size: 50px;
	color: #344955;
	font-weight: bold;
	text-align: center;
	margin:0px auto 0 auto;
	padding-top: 10px;
	letter-spacing: 0.3rem;
}
.h2Read{
	font-size: 35px;
	color: #344955;
	text-align: center;
	margin:30px auto 20px auto;
	padding-bottom: 20px;
/*	background: url(../img/bg_title.png) no-repeat center bottom;*/
	background-size: 90px 6px;
	border-bottom: solid 5px #fff;
  position: relative;
	width: 28%;
 	letter-spacing: 0.1rem;
}

.h2Read:after{
	position: absolute;
 	content: " ";
 	display: block;
 	border-bottom: solid 5px #0a95d6;
 	bottom: -5px;
 	width: 25%;
}


h3.titleH3{
	clear: both;
	width: 600px;
	font-size: 24px;
	color: #af0000;
	font-weight: bold;
	text-align: left;
	margin:0px auto 10px auto;
	font-family: 'Oswald', sans-serif;
}
.menuLink{
	float: right;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.h3Read{
	font-size: 15px;
	color: #74A92D;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin:10px auto 80px auto;
}

h6.titleH6{
	clear: both;
	width: 704px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
	margin:0px auto 10px auto;
}
.h6Read{
	font-size: 15px;
	color: #666;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin:10px auto 60px auto;
}

h5{
	clear: both;
	margin:60px auto 30px auto;
	text-align: center;
	font-size:20px;
	color:#333;
	font-weight:bold;
	padding-bottom: 20px;
	background: url(../img/bg_title.png) no-repeat center bottom;
	background-size: 90px 6px;
}

p{
	width: 960px;
	margin:20px auto;
	color: #666;
	font-size: 110%;
	line-height:180%;
	margin-bottom: 20px;
}
p.noWidth{
	width: 90%;
	color: #666;
	font-size: 16px;
	line-height:180%;
	margin-bottom: 20px;
}

.subMidashi{
	clear: both;
	font-size: 24px;
	color: #1d5aa4;
	text-align: center;
	margin:70px auto 0 auto;
}

.centerText{
	text-align: center;
}
.textRight{
	width: 710px;
	margin:20px auto;
	text-align: right;
	font-size: 16px;
}


.infoBox{
	width: 900px;
	margin: 10px auto 20px auto;
}
.infoBox dt{
  float: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px;
}
.infoBox dd{
  margin-left: 100px;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px;
}

/*============================================================================
	下の話footer#globalFooter
==============================================================================*/

/* page-top */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gotop.png);
	background-size: 68px 68px;
	width: 68px;
	height: 68px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gotop.png);
	background-size: 68px 68px;
}


.footMiddle{
	width: 1200px;
	margin: 0 auto;
}

/* footRight */
#footRight {
	margin: 0 20px 0 40px;
	width: 280px;
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 180%;
}
#footRight a{
	color: #999;
}
#footRight img{
	width: 150px;
}

/* footLeft */
#footLeft {
	margin: 0 auto;
	width: 860px;
	float: left;
}
.footList{
	width: 150px;
	float: left;
	vertical-align: top;
	margin: 0 0px 0 84px;
	text-align: left;
	padding-left: 16px;
	border-left: 1px solid #999;
}
.footList li.footMenu{
	list-style: none;
	padding: 5px 0 5px 0;
}
/*
.footList li.footMenu:first-child{
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
*/
.footList li.footMenu a{
	font-size: 100%;
	color: #999;
	font-family: 'Oswald', sans-serif;
}
.footList li.footMenu a:hover{
	color: #999;
	text-decoration: underline;
}

/* footCenter */
#footLogoBox {
	clear: both;
	width: 1200px;
	margin: auto;
	padding-top: 0.5rem;

}
#footLogoBox a.footlogo{
	display: block;
	margin: 0 auto;
	width:150px;
	height:40px;
	background: url(../img/aiqos_logo.png) no-repeat;
	background-size: 150px 40px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
    overflow:hidden;
}

#footBtm{
	width: 100%;
	background: #0a95d6;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
	text-align: center;
	color: #fff;
}

/*============================================================================
	index
==============================================================================*/

.swiper-container{
	margin-bottom: 40px;
}

.arrowImg{ width:994px; margin: 0 auto; padding:0; text-align:center; clear: both;}

.indexTitle{
	width: 940px;
	margin: 60px auto 30px auto;
	text-align: center;
	color: #444;
	font-size: 36px;
}
.indexText{
	width: 980px;
	margin: 30px auto 30px auto;
	text-align: center;
	line-height: 180%;
	color: #344955;
	font-size: 140%;
}

/* メニュー注意書き */
ul.sample {
	width: 830px;
	margin: 0 auto ;
text-align:right;
	}
ul.sample li.takeoutText {
  list-style-type: none;
  background-image: url(../img/takeout.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 2em;
  padding: 12px 0 10px 36px;
  display:inline-block;
}

/* ロゴ */
.floatLogoBox{
	width: 920px;
	margin:90px auto 80px auto;
}
.floatLogoBoxRight{
	width: 560px;
	float: right;
	color: #333;
	font-size: 16px;
	line-height:160%;
}
.floatLogoBoxLeft{
	width: 300px;
	float: left;
	padding-right: 50px;
	color: #333;
	font-size: 16px;
	text-align: center;
}
.floatLogoBoxLeft img{
	width: 150px;
	margin: 0 auto;
}

/* freeBox */
.freeBlackBox{
	width: 900px;
	padding: 5%;
	margin: 10px auto 20px;
	background: rgba(0,0,0,0.8);
}
.freeBlackBoxTit{
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 120%;
}
.freeBlackBoxT{
	color: #FFF;
	font-size: 1.2rem;
	line-height: 120%;
}


/* 2 */
.inlineBlock2{
	margin: 70px auto 80px auto;
	text-align: center;
}
.inlineBlock2 a.inlineBlockOne2{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 400px;
	margin: 0 10px 10px 10px;
	border-radius: 8px;
	text-decoration: none;
}
.inlineBlock2 a.inlineBlockOne2 .inlineBlockText20{
	margin: 9px auto 10px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 140%;
	box-sizing: padding-box;
	border: 1px solid #222;
	padding: 6px 0;
}
.inlineBlock2 a.inlineBlockOne2 h4.inlineBlockTitle2{
	text-align: center;
	font-size: 22px;
	color: #666;
	font-weight: normal;
	margin: 10px auto 10px auto;
}
.inlineBlock2 a.inlineBlockOne2 .inlineBlockImg2{
	text-align: center;
	width: 100%;
	margin:0 auto 10px;
}
.inlineBlock2 a.inlineBlockOne2 .inlineBlockText2{
	width: 80%;
	margin: 10px auto 10px;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 140%;
}
.inlineBlock2 a.inlineBlockOne2 .inlineBlockBtn2{
	display: block;
	text-align: center;
	width: 200px;
	font-size: 14px;
	color: #FFF;
	background: #222;
	border-radius: 6px;
	padding: 8px 0;
	margin:0 auto 10px;
}

.titleIcon_book{
	background: url(../img/title_icon_book.png) no-repeat center bottom;
	background-size: 80px 80px;
}



/* floatBox */
.floatBox{
	width: 660px;
	margin:0 auto 30px auto;
}
.floatBoxLeft{
	width: 200px;
	margin-right: 20px;
	float: left;
	color: #333;
	font-size: 18px;
	line-height:180%;
}
/*
.floatBoxLeft img.action{
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.floatBoxLeft img.action:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
*/
.floatBoxRight{
	width: 420px;
	float: right;
	color: #333;
	font-size: 16px;
	line-height:180%;
}

/* 3 */
.inlineBlock3{
	margin: 60px auto 10px auto;
}
.inlineBlock3 .inlineBlockOne3{
	vertical-align: top;
	width: 830px;
	margin: 20px auto;
	border-radius: 8px;
}

.inlineBlockOne3Left{
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockImg3{
	margin:0 auto 18px;
}

.inlineBlockOne3Right{
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockText30{
	font-size: 27px;
	color: #222222;
	border-bottom: 1px solid #cc0000;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 16px;
	font-family: 'Oswald', sans-serif;
}
.takeout{
	width: 40px;
	height: 40px;
	background: url(../img/takeout.png) no-repeat center bottom;
	background-size: 40px 40px;
}
.inlineBlock3 .inlineBlockOne3 h4.inlineBlockTitle3{
	font-size: 130%;
	color: #344955;
	font-weight: normal;
	line-height: 160%;
	margin: 16px auto;
	margin: 2em auto;
	padding: 2em;
	background-color: #fff; /* 背景色 */
	box-shadow: 2px 2px 5px #ccc;
	border-radius: 1.5rem;
}
.price{
	float: right;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockText3{
	font-size: 100%;
	color: #666;
	margin: 10px auto 30px auto;
	line-height: 180%;
	text-align: left;
}
.service_image{
	width: 90%;
 	padding-bottom: 5rem;
	margin: 0 auto;;
}


/* 4 */
.inlineBlock4{
	margin: 60px auto 80px auto;
}
.inlineBlock4 .inlineBlockOne4{
	vertical-align: top;
	width: 830px;
	margin: 20px auto;
	border-radius: 8px;
}

.inlineBlockOne4Left{

}
.inlineBlock4 .inlineBlockOne4 .inlineBlockImg4{
	margin:0 auto 18px;
}

.inlineBlockOne4Right{
	float: left;
	margin-right: 40px;
}
.inlineBlock4 .inlineBlockOne4 .inlineBlockText40{
	font-size: 27px;
	color: #222222;
	border-bottom: 1px solid #cc0000;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 16px;
	font-family: 'Oswald', sans-serif;
}
.inlineBlock4 .inlineBlockOne4 h4.inlineBlockTitle4{
	font-size: 130%;
	color: #344955;
	font-weight: normal;
	line-height: 160%;
	margin: 16px auto;
	margin: 2em auto;
	padding: 2em;
	width: 112%;
	background-color: #fff; /* 背景色 */
	box-shadow: 2px 2px 5px #ccc;
	border-radius: 1.5rem;
}
.inlineBlock4 .inlineBlockOne4 .inlineBlockText4{
	font-size: 100%;
	color: #666;
	margin: 10px auto 30px auto;
	line-height: 180%;
	text-align: left;
}


/* 33本日のスペシャル */
.inlineBlock33{
	margin: 60px auto 80px auto;
}
.inlineBlock33 .inlineBlockOne33{
	vertical-align: top;
	width: 600px;
	margin: 20px auto;
	border-radius: 8px;
}
.inlineBlockOne33Right{
	width: 600px;
	margin-left: 0px;
}
.inlineBlock33 .inlineBlockOne33 .inlineBlockText330{

	font-size: 20px;
	color: #b36c00;
	border-bottom: 1px solid #666;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 12px;
	font-family: 'Oswald', sans-serif;
}
.inlineBlock33 .inlineBlockOne33 h4.inlineBlockTitle33{
	font-size: 130%;
	color: #333;
	font-weight: bold;
	margin: 16px auto;
}
.price{
	float: right;
}
.inlineBlock33 .inlineBlockOne33 .inlineBlockText33{
	font-size: 100%;
	color: #666;
	margin: 10px auto 30px auto;
	line-height: 180%;
	text-align: left;
}


/*============================================================================
	ボタン関係
==============================================================================*/

.btnBox{
	clear: both;
	margin: 80px auto;
}

a.mainBtn{
	display: block;
	width: 500px;
	background:#344955;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	border-radius: 5rem;
	padding: 22px 6px 18px 6px;
	margin: 0 auto 50px auto;
}
a.mainBtn:hover{
	text-decoration: none;
	background:#54768a;
}

a.mailBtn{
	display: block;
	width: 300px;
	background:#000;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 22px 6px 18px 6px;
	margin: 0 auto 5px auto;
}
a.mailBtn:hover{
	text-decoration: none;
	background:#666;
}

a.mailbackBtn{
	display: block;
	width: 120px;
	background:#666;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 8px 6px 8px 6px;
	margin: 28px auto 15px auto;
}
a.mailbackBtn:hover{
	text-decoration: none;
	background:#999;
}

.btnInput {
	display: block;
	width: 300px;
	background:#000;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 22px 6px 18px 6px;
	margin: 0 auto 5px auto;
	border: 1px solid #999;
}
.btnInput:hover{
	text-decoration: none;
	background:#666;
}

.btnInputNo {
	display: block;
	width: 300px;
	background:#999;
	color: #eee;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 22px 6px 18px 6px;
	margin: 0 auto 5px auto;
	border: 1px solid #999;
}


.mailMainText{
	font-size: 110%;
	color: #333;
	display: block;
	margin: 36px auto 36px auto;
	text-align: center;
}
.logBox {
	clear: both;
	width: 920px;
	height: 400px;
	overflow: auto;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #FFF;
	border: 1px solid #979a9f;
}

.hisu{
	float: right;
	display: block;
	text-align: center;
	width: 30px;
	margin: 0 2px;
	padding:2px; 1px;
	font-size: 60%;
	font-weight: normal;
	line-height: 130%;
	background-color: #CC0000;
	color: #FFF;
	border-radius: 3px;
	border: 1px solid #990000;
}

/*============================================================================
	デフォルト テーブル
==============================================================================*/

.defTable table {
	width: 600px;
	margin: 0 auto 60px auto;
	border-collapse: collapse;
}

.defTable th, .defTable td {
	font-size: 16px;
	padding: 10px 20px;
	line-height: 180%;
	color: #333;

}
.defTable th {
	font-weight: bold;
	white-space: nowrap;
	border-right: 1px solid #333;
	text-align: right;
}
.defTable td.bigTd{
	font-size: 140%;
}
.defTable th.borNone, .defTable td.borNone {
	border-bottom: none;
}

/* 偶・奇数
---------------------------------*/
.defTable table tr.odd td {
	background: #efefef;
}
.defTable table tr.even td {
	background: #999999;
}


/*============================================================================
	レスポテーブル
==============================================================================*/

section table	{ width: 850; margin: 30px auto;}
section th, section td	{ padding: 5px 0; font-size: 110%; color: #666;}
section th	{ vertical-align: top; font-weight: normal; }
section th.borNone, section td.borNone {
	border-bottom: none;
}
section th.borOn {
	border-top: 1px solid #70cfeb;
}
section td.borOnPc {
	border-top: 1px solid #70cfeb;
}

/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
.demo01 th	{ width: 250px; text-align: left; line-height: 160%; padding: 20px; border-top:;}
.demo01 td	{ width: 500px; text-align: left; line-height: 160%; padding: 20px; border-top:;}
@media only screen and (max-width:480px){
	.demo01	{ margin: 0 0px; }
    .demo01 th,
    .demo01 td{
    	border-top: 2px solid #70cfeb;
		width: 100%;
        display: block;
		border-top: none;
    }
	.demo01 tr:last-child th{ border-top: 2px solid #70cfeb;}
	.demo01 tr:last-child td{ border-top: 2px solid #70cfeb;}
}

input.wL{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 500px;
}
input.wM{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 200px;
}
input.wS{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 60px;
}
textarea.wArea{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width:500px;
	height:200px;
}




/*============================================================================
	未使用
==============================================================================*/



/*============================================================================
	lightBox周り
==============================================================================*/

.photoBox{
	width: 994px;
	margin: 10px auto 0px auto;
	text-align: center;
}
.photoBox a.photoBoxOne{
	width: 210px;
	padding: 0px 5px 5px 5px;
	text-align: center;
	display: inline-block;
}
.lightbox{

}

.lightBoxTitle{
	margin: 20px 40px;
	font-size: 160%;
	text-align: center;
}
.lightBoxText{
	margin: 20px 40px;
	font-size: 120%;
}

/*============================================================================
	WORKING
==============================================================================*/

/* 5 */
.inlineBlock5{
	width: 960px;
	margin: 40px auto 70px auto;
	text-align: center;
}
.inlineBlock5 .inlineBlockOne5{
	float: left;
	text-align: center;
	vertical-align: top;
	width: 160px;
	margin: 0;
	border-radius: 8px;
}
.inlineBlock5 .inlineBlockOne5 h4.inlineBlockTitle5{
	text-align: center;
	width: 115px;
	font-size: 18px;
	color: #205ea9;
	font-weight: normal;
	margin: 0 auto 16px;
}
.inlineBlock5 .inlineBlockOne5 .inlineBlockImg5{
	background: url(../img/bg_01.png) center center;
	border-radius: 8px;
	color: #FFF;
	font-size: 15px;
	text-align: left;
	margin-bottom: 18px;
	padding:0 20px 24px 20px;
	line-height: 160%;
}
.stepTitle5{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 32px;
	padding-bottom: 24px;
}
.stepArrow5{
	width: 14px;
	float: left;
	margin: 0 13px;
	padding-top: 130px;
}

/* 6 */
.inlineBlock6{
	width: 960px;
	margin: 70px auto 70px auto;
	text-align: center;
}
.inlineBlock6 .inlineBlockOne6{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 272px;
	margin: 0 20px;
	border-radius: 8px;
}
.inlineBlock6 .inlineBlockOne6 .inlineBlockImg6{
	text-align: center;
	margin: 0 auto 20px;
	width: 144px;
}
.inlineBlock6 .inlineBlockOne6 h4.inlineBlockTitle6{
	text-align: center;
	font-size: 24px;
	color: #205ea9;
	font-weight: bold;
	margin: 36px auto;
}
.inlineBlock6 .inlineBlockOne6 .inlineBlockText6{
	margin: 36px auto;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 180%;
	word-break:break-all;
}

#voiceBox{
	width: 960px;
	margin: 70px auto 70px auto;
}
.voiceBlockOne{
	display: block;
	float: left;
	width: 472px;
	height: 313px;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 0px 1px #666;
}
.voiceBlockOne:nth-child(even){
	margin-right: 0;
}
/*
.voiceBg01{
	background: url(../img/voice_bg01.png) center center;
}
.voiceBg02{
	background: url(../img/voice_bg02.png) center center;
}
.voiceBg03{
	background: url(../img/voice_bg03.png) center center;
}
.voiceBg04{
	background: url(../img/voice_bg04.png) center center;
}
*/
.voiceBlockText{
	float: left;
	width: 170px;
	padding-top: 46px;
	padding-left: 46px;
	padding-right: 10px;
	font-size: 15px;
	line-height: 160%;
	color: #333;
}
.voiceBlockImg{
	float: right;
	padding-top: 46px;
	padding-right: 46px;
}





.stepTitle4{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 32px;
	padding-bottom: 24px;
}
.stepArrow{
	width: 14px;
	float: left;
	margin: 0 13px;
	padding-top: 120px;
}

/* 1 */
.inlineBlock{
	margin: 100px auto 80px auto;
	text-align: center;
}
.inlineBlock .inlineBlockOne{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 440px;
	margin: 0 20px;
	background: #1d5aa4;
/*	background: url(../img/bg_03.png) center bottom; */
	border-radius: 8px;
}
.inlineBlock .inlineBlockOne h4.inlineBlockTitle{
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	margin: 40px auto;
}
.inlineBlock .inlineBlockOne .inlineBlockImg{
	text-align: center;
	margin-bottom: 20px;
}
.inlineBlock .inlineBlockOne .inlineBlockText{
	width: 80%;
	margin: 40px auto;
	text-align: left;
	font-size: 18px;
	color: #FFF;
	line-height: 180%;
}
