/**************************************************
smart 
***************************************************/
@media screen and (max-width:414px){
/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
margin: 0 auto;
font-size: 14px;
color: #666;
-webkit-text-size-adjust: 100%; 
}

.thisclear {
clear: both;
}

a{
text-decoration:none;
}

ul {
list-style: none;
}

section {
display: block;
}

img{
max-width: 100%;
height: auto;
width:auto;　
}

div#wrapper{
	width: 100%;
	margin: 0;
}
div.contentsInside{
	margin: 0 auto;
	padding: 0 20px;
}
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
header#pc{
	display: none!important;
}
header#smart {
	width: 100%;
	height: 65px;
	background-color: #FFF; 
	border-bottom: solid 2px #1e91d1;
	position: fixed; 
	z-index: 2;
}
header#smart h1,header#smart nav,header#smart p{
}
header#smart h1 img{
	width: 50%;
	margin-top: 8px;
}
header#smart h1 a{
	display: block;
}
header#smart p{
	font-size: 1.35em;
	font-weight: bolder;
	vertical-align: middle;
	text-align: right;
}
header#smart p#tel{
	display: none;
}
header#smart nav{
	vertical-align: middle;
}
header#smart nav {
	width: 100%;
	vertical-align: middle;
	font-size: 0.7em;
	position: absolute;
	top: 66px;
}
ul#menu2{
  display: none;
  top: 25px;
}

ul#menu2 li{
	width: 100%;
	padding: 15px;
	display: block;
	background: #FFF;
	border-bottom: solid 1px #247AB6;
	opacity: 0.95;
	font-size: 1.5em;
}
ul#menu2 li a{
	color: #0fb3f2;
	display: block;
}
p#toggle{
  display: block;
  position: fixed;
  width: 100%;
  top: 35px;
}

p#toggle a{
  padding: 12px 0 10px;
  border-bottom: 1px solid #347EB2;
  color: black;
  text-align: center;
  text-decoration: none;
}

p#toggle:before{
  display: block;
  content: "";
  position: absolute;
  left: 90%;
  width: 25px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}

#toggle a:before, #toggle a:after{
  display: block;
  content: "";
  position: absolute;
  left: 90%;
  width: 25px;
  height: 3px;
  background: #006CB8;
}

#toggle a:before{
  margin-top: -6px;
}

#toggle a:after{
  margin-top: 2px;
}


/*------------------------------------------------------------------------------
key_visual
------------------------------------------------------------------------------*/
section#key_visual{
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 20px;
    background-image: url(../img/key_visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contentsInside {
    height: 100%;
    position: relative;
}

div#key_left{
    width: 100%;
    color: #FFF;
}

div#key_left h1{
    font-size: 1.15em;
    font-weight: bolder;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}

div#key_left h1 span {
    font-size: 1.75em;
    margin: 0 3px;
    line-height: 120%;
}

div#key_left p{
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}

div#key_left ul#list01{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    margin:20px 0 15px 0;
    border-spacing: 3px;
}

div#key_left ul#list01 {
    width: 100%;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
}

div#key_left ul#list01 li{
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
}

div#key_left ul#list01 li figure img {
    width: 100%;
}

div#key_left ul#list01 li:last-child {
    margin-right: 0;
}

div#key_left ul#tel_box {
    margin-top: 40px;
}

div#key_left ul#tel_box li{
    margin: 0 auto;
    width:70%;
    text-align:center;
    display: block;
    border: 2px solid #666;
    background-color:#ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 10px;  
    color:#666;
    font-weight:bold;
    font-size:1.25em;
}

section#key_visual div#actionArea{
    margin: 30px auto 20px auto;
    width: 95%;
    padding: 15px;
    border: 1px solid #FFF;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
    box-sizing: border-box;
}

section#key_visual div#actionArea h2 {
    margin-bottom: 5px;
    color: #666;
    text-align: center;
    padding: 5px 0;
    font-size: 1.35em;
}

section#key_visual div#actionArea ul{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
}

section#key_visual div#actionArea li {
    width: 100%;
}

section#key_visual div#actionArea li:last-child {
	margin-top: 10px;
}

section#key_visual div#actionArea li a{
    display: block;
    width: 100%;
    height: 53px;
    line-height: 53px;
    background-color: #e14f35;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;      
}
section#key_visual div#actionArea li a:hover{
    background-color: #DA7A68;
}

section#key_visual div#actionArea dl {
    color: #666;
    padding: 15px 10px 5px 10px;
    border-top: 1px solid #666;
}

section#key_visual div#actionArea dl dt {
    display: inline-block;
    font-size: 1.45em;
    font-weight: bolder;
    margin-right: 15px;
}

section#key_visual div#actionArea dl dd {
    display: inline-block;
}

div#key_right{
    width: 270px;
    text-align: center;
    vertical-align: middle;
    padding-top:50px;
}

div#key_right a:hover img{
    opacity: 0.8;
}

div#key_bottom {
	padding: 0 2.5%;
}

div#key_bottom ul{
    width: 100%;
    color: #FFF;
    font-size: 0.85em;
}

div#key_bottom ul li{
    text-align: left;
}

div#flowImage{
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
/*countdown*/
div#countdown{
    width: 100%;
    margin: 0 auto 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;        
    text-align: center;
    background-color: #ddd;
    padding: 15px 0;
}
p.showCountDown{
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.25em;
    color: #E14F35;
    text-shadow: 1px 1px 1px #CCC;
}

/*------------------------------------------------------------------------------
flow
------------------------------------------------------------------------------*/
#flow {
    background-color: #e1e7eb;
    padding: 45px 2.5%;
}

#flow h1 {
    text-align: center;
    font-size: 1.8em;
}

#flow ol {
    list-style: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #FFF;
}

#flow ol li {
    width: 100%;
}


#flow ol li section {
    position: relative;
}

#flow ol li section::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    color: #FFF;
    font-weight: bold;
    font-size: 1.15em;
    background-color: #1e91d1;
}

#flow ol li section::after {
    position: absolute;
    top: 59px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
	content: '';
	display: block;
    border-style: solid;
    border-color: #1e91d1 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

#flow ol li section p {
    color: #1e91d1;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center;
}

#flow ol li section h4 {
    background: #E3E7EB;
    border-radius: 5px;
    margin: 0 30px;
    text-align: center;
    padding: 5px;
    font-size: 1.25em;
}

#flow ol li section ul {
    padding: 15px 30px 30px 30px;
}

#flow ol li section ul li {
    width: 100%;
}

#flow ol li section ul li small {
    font-size: 0.85em;
}

#flow ol li:first-child section::before {
    content: 'STEP01';
}

#flow ol li:nth-child(2) section::before {
    content: 'STEP02';
}


#flow ol li:nth-child(3) section::before {
    content: 'STEP03';
}

#flow ol li:nth-child(4) section::before {
    content: 'STEP04';
}

#flow .flow_btm {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 60px;
    position: relative;
    background: #1e91d1;
    color: #FFF;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

#flow .flow_btm::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -9px;
    transform: translateX(-50%);
    border-style: solid;
    border-color: transparent transparent #1e91d1 transparent;
    border-width: 0 10px 10px 10px;
}

#flow .flow_btm + ul {
    margin-top: 5px;
}

#flow .flow_btm + ul small {
    font-size: 0.85em;
}

/*------------------------------------------------------------------------------
point
------------------------------------------------------------------------------*/
section#point{
	width: 100%;
	padding: 45px 0;
}
section#point h1{
	text-align: center;
	font-size: 1.8em;
}
section#point p{
	text-align: justify;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;	
}

section#point p br {
	display: none;
}

/*------------------------------------------------------------------------------
example
------------------------------------------------------------------------------*/
section#example{
	width: 100%;
	padding: 45px 0;
	border-top: 1px solid #CCC;
}
section#example h1{
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 40px;
}

section#example figure {
	margin-bottom: 40px;
}

section#example p{
	text-align: justify;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;	
}
ul#exampleList li section ul li{
	display: list-item;
	padding-left: 35px;
	font-size: 0.85em;

}
ul#exampleList li section p{
	text-align: left;
	font-weight: bolder;
}
div#example02{
	width: 100%;
	padding-top: 25px;
	border-top: 1px solid #CCC;
}
div#example02 p{
	margin-top: 50px;
	width: 100%;
}

/*------------------------------------------------------------------------------
tableList
------------------------------------------------------------------------------*/
section#TableList{
	width: 100%;
	padding: 25px 0;
	background-color: #e1e7eb;
}
section#TableList h1{
	text-align: center;
	font-size: 1.8em;
}
section#TableList table{
	width: 100%;
	margin-top: 25px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 0.85em;
}
section#TableList table thead{
	background-color: #707476;
	color: #FFF;
}
section#TableList table thead td{
	font-weight: bolder;
}
section#TableList table tbody{
	background-color: #FFF;
}
section#TableList table tbody th{
	font-weight: bolder;
	background: #F2F2F2;	
}
section#TableList table th,
section#TableList table td{
	font-size: 1.1em;
	font-weight: normal;
	border: solid 1px #CCC;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}
section#TableList table td.special{
	background-color: #FDFDE3;
}
section#TableList table td span{
	margin-right: 5px;
	padding: 2px 5px;
	background-color: #e14f35;
	text-align: center;
	color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 0.85em;  
}
.borderNB{
	border-bottom: none !important;
}
.borderNT{
	border-top: none !important;
}
.borderNL{
	border-left: none !important;
}
.borderNR{
	border-right: none !important;
}


/*------------------------------------------------------------------------------
service
------------------------------------------------------------------------------*/

section#service{
	width: 100%;
	padding: 45px 0;
}
section#service h1{
	text-align: center;
	font-size: 1.8em;
}
section#service p{
	text-align: justify;
	width: 80%;
	margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
section#service ul#serviceList{
	width: 100%;
	table-layout: fixed;
	border-spacing: 3px;
	margin-top: 25px;
}
section#service ul#serviceList li{
	font-size: 1.5em;
	background-color: #e1e7eb; 
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 20px;
    padding: 10px;    	
}

section#service ul#serviceList li section h1{
	font-size: 1.0em;
}
section#service ul#serviceList li section p{
	text-align: center;
	width: 100%;
	font-size: 0.85em;
}

section#service01{
	width: 100%;
	padding: 45px 0;
}
section#service01 h1{
	text-align: center;
	font-size: 1.8em;
}
section#service01 p{
	text-align: justify;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;	
}
section#service01 p.imgArea{
	text-align: center;
	width: 100% !important;
}

div#service01_02 ul {
	padding: 0 2.5%;
}

div#service01_02 ul li{
	width: 100%;
	background-color: #e1e7eb;
	margin-bottom: 5px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 2px;
}

div#service01_02 ul li h1 {
    text-align: left;
    font-size: 1.35em;
    color: #1e91d1;
    margin-bottom: 5px;
}

div#service01_02 ul li p{
	width: 100%;
    text-align: left;
    margin: 0;
}

section#service02{
	width: 100%;
	padding: 45px 0;
	padding-bottom: 0;
    background-color: #e1e7eb;
}
section#service02 h1{
	text-align: center;
	font-size: 1.8em;
}
section#service02 p{
	text-align: justify;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;	
}

div#service02_01{
	width: 96%;
	margin: 0 2% 40px 2%;
}

div#service02_01 ul li {
	margin-bottom: 40px;
}

div#service02_01 ul li:last-child {
	margin-bottom: 0;
}

div#service02_01 figure {
	text-align: center;
	margin-bottom: 10px;
}

div#service02_01 section h1 {
	font-size: 1.6em;
	text-align: left;
}

div#service02_01 section p {
	text-align: justify;
	margin: 20px 0 0 0;
	width: 100%;
}

div#service02_01_R h1{
	text-align: left;
	font-size: 1.8em;
}
div#service02_01_R p{
	text-align: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;	
	}

/*------------------------------------------------------------------------------
security
------------------------------------------------------------------------------*/
#security {
	padding: 45px 2.5%;
}

#security h1 {
	text-align: center;
	font-size: 1.8em;
}

#security ul {
	margin-top: 30px;
}

#security ul li {
	margin-bottom: 60px;
}

#security ul li:last-child {
	margin-bottom: 0;
}

#security ul li section {
	display: block;
}

#security ul li section figure {
	padding: 30px;
	margin: 0 auto 15px auto !important;
	box-sizing: border-box;
	background-color: #fafafa;
}

#security ul li section figure img {
	width: 100%;
}

#security ul li section div h3 {
	font-size: 1.35em;
	margin-bottom: 5px;
}

/*------------------------------------------------------------------------------
company
------------------------------------------------------------------------------*/
#company {
	padding: 45px 2.5%;
	background-color: #e1e7eb;
}
    
#company .contentsInside h1 {
	text-align: center;
	font-size: 1.8em;
}

#company .contentsInside h1 + p {
    text-align: justify;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
    
#company .contentsInside .contentsInsideBox {
	display: block;
}
    
#company .contentsInside .contentsInsideBox figure {
	width: 100%;
}  
    
#company .contentsInside .contentsInsideBox figure img {
    background: #FFF;
    padding: 50px 0;
    border-radius: 10px;
}

#company .contentsInside .contentsInsideBox div {
	width: 100%;
	margin-top: 20px;
}

#company .contentsInside .contentsInsideBox div dl {
	display: flex;
	flex-wrap: wrap;
}

#company .contentsInside .contentsInsideBox div dl dt {
    width: 30%;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
    
#company .contentsInside .contentsInsideBox div dl dt:nth-last-child(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#company .contentsInside .contentsInsideBox div dl dd {
    width: 70%;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}

#company .contentsInside .contentsInsideBox div dl dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/*------------------------------------------------------------------------------
atention
------------------------------------------------------------------------------*/
section#atention{
	width: 90%;
	padding: 25px 0;
	margin: 0 5%;
}
div#atention01 {
	margin: 0 auto;
	border: solid 1px #CCC;
	padding: 15px;
}
div#atention01 ul li{
	list-style: disc;
	list-style-position: inside;
	font-size: 0.8em;
}

/*------------------------------------------------------------------------------
flow
------------------------------------------------------------------------------*/
div#backTop{
	text-align: right;
}

div#backTop p{
    padding-bottom: 20px;
}

div#backTop p a{
	text-decoration: underline;
	color: #1E91D1;
}
div#backTop p a:hover{
	text-decoration: none;
	color: #7EB1CD;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
footer{
	background-color: #999ea5;
	color: #FFF;
}
div#footer01{
	overflow: hidden;
	font-size: 0.60em;
	text-align: center;
}
div#footer01 ul{
	display: table;
	border-spacing: 10px;
}
div#footer01 ul li{
	display: table-cell;

}
div#footer01 p{
	text-align: center;
	line-height:20px; 
}
div.footer_subMenue{
	width: 90%;
	margin: 10px 5%;
}
div.footer_subMenue ul{
	display: table;
	border-spacing: 20px 0;
}
div.footer_subMenue li{
	display: table-cell;
}
div.footer_subMenue li a:link{
	text-decoration: underline;
	color: #551A8B;
}
div.footer_subMenue li a:hover{
	text-decoration: none;
}

/*------------------------------------------------------------------------------
form
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
form
------------------------------------------------------------------------------*/
section#form{
	width: 100%;
	padding: 95px 0;
}
section#form h1{
	text-align: center;
	font-size: 1.7em;
}
section#form p{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;	
}
section#form p span{
	padding: 5px 10px;
	background-color: #1E91D1;
	line-height: 55px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;	
}
div#formNav ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: solid 1px #CCC;
	margin-bottom: 50px; 
	margin:  0 auto;
}
div#formNav li{
	color: #CCC;
	display: table-cell;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 25px;
}
div#formNav li.active{
	color: #1E91D1;
}
section#form table{
	width: 100%;
}
section#form table thead th{
	font-size: 1.1em;
	color: #666;
	border-bottom: dotted 1px #CCC;
}
section#form table th,
section#form table td{
	font-size: 1.0em;
	vertical-align: middle;
}
section#form table th{
	display: inherit;
	text-align: left;
}
section#form table td{
	width: 100%;
	display: inline-table;
	text-align: left;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;	
	margin-bottom: 10px;
}
section#form table td a{
	text-decoration: underline;
}
section#form table td a:hover{
	text-decoration: none;
}
section#form table td input,
section#form table td textarea{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #CCC;
    padding: 10px 1%;
}

section#form table tbody tr th span.hissu{
	background: #E14F35;
	padding: 2px 5px;
	color: #FFF;
	margin: 0 5px;
	font-size: 0.85em;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
}

section#form table td ul.kojin_houjin{
	clear: both;
}
section#form table td ul.kojin_houjin li{
	float: left;
	margin-right: 25px;
}
span.text2{
	color: #E14F35;
	line-height: 35px;
	font-size: 0.85em;
}

div#thankyou{
	width: 76%;
	margin: 0 auto;
	border: solid 1px #CCC;
	padding: 15px;
	margin-top: 35px;
}
div#thankyou a{
	text-decoration: underline;
}
div#thankyou a:hover{
	text-decoration: none;
}


div#examination{
	font-size: 0.8em;
	width: 70%;
	border: solid 1px #CCC;
	padding: 5px 10px;
	margin: 0 auto;
	margin-top: 45px;
}
div#examination dt{
	font-weight: bold;
	margin-bottom: 10px;
}
div#examination dd{
	margin-bottom: 10px;
}
div#examination dd li.title{
	font-weight: bolder;
}
div#examination dl dd ul li　a:link {
	text-decoration: underline !important;
}
div#examination dl dd ul li a:hover{
	text-decoration: none !important;
}

input#company_name,
input#company_address,
input#companyname,
input#name,
input#rep_name,
input#shop_name,
input#shop_address,
input#email,
input#turnover,
input#shop_bank1,
input#shop_areasquare,
input#shop_url,
input#charge_name,
input#charge_email{
	width: 97%;
}
input#tel1,
input#tel2,
input#tel3,
input#rep_tel1,
input#rep_tel2,
input#rep_tel3,
input#shop_tel1,
input#shop_tel2,
input#shop_tel3,
input#charge_tel1,
input#charge_tel2,
input#charge_tel3{
	width: 27%;
}
textarea{
	width: 97%;
}

li.back{
	display: none;
}

/*------------------------------------------------------------------------------
actionTab
------------------------------------------------------------------------------*/
div.actionArea{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 25px;
	border-bottom: solid 1px #CCC;
}

div.actionTab{
	margin: 0 auto;
}
div.actionTab ul.action_Top{
	border-spacing: 5px;
	margin-bottom: 25px;
	overflow: hidden;
}
div.actionTab ul.action_Top li{
}
div.actionArea ul{
	margin-top: 30px;
	clear: both;
	overflow: hidden;
	padding: 0 1%;
}
div.actionTab ul.action_Top li a,
div.actionTab ul.action_Top li input{
	float: left;
	width: 98%;
	margin: 1%;
	height: 63px;
	line-height: 63px;
	background-color: #e14f35;
	text-align: center;
	color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 1.3em;
	font-weight: bold;    	
}
div.actionTab ul.action_Top li.back a{
	width: 255px;
	height: 63px;
	line-height: 63px;
	margin-right: 20px;
	background-color: #CCC;
	text-align: center;
	color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 1.1em;
	font-weight: bold;    
}
div.actionTab ul.action_Top li a:hover,
div.actionTab ul.action_Top li input:hover{
	background-color: #DA7A68;
}
div.actionTab ul.action_Top li.back a:hover{
	background-color: #E4E4E4;
}
div.actionTab ul.action_Bottom{
	margin: 25px 0 25px 0;
	text-align: center;
}
div.actionTab ul.action_Bottom li.phone{
	font-size: 2em;
	font-weight: bolder;
	color:#e14f35;
}
/*------------------------------------------------------------------------------
important
------------------------------------------------------------------------------*/
td.important{
background: #F7F5E0;
}

td.important label{
	color: red !important;
	font-weight: bold!important;
}

div.shinsa{
	margin: 0 auto;
}
div.shinsa h3{
	border-left: solid 6px #1E91D1;
	padding-left: 10px;
	color: #1E91D1;
}
div.textShinsa p{
	text-align: left !important;
	width: 100% !important;
	font-weight: bold;
	margin-bottom: 0 !important;
}
div.textShinsa02 p{
	text-align:  left !important;
	width: 100% !important;
	margin-bottom: 0 !important;
	border: solid 1px #CCC;
	padding: 5px;
	font-size: 0.8em;

}
p.btSinsa a{
width: 280px;
height: 63px;
line-height: 63px;
margin-right: 20px;
background-color: #e14f35;
text-align: center;
color: #FFF;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size: 1.1em;
font-weight: bold;
padding: 15px;
color: #FFF;
}

div.textShinsa03{
	text-align:  left !important;
	width: 100% !important;
	margin-bottom: 0 !important;
	font-size: 0.8em;

}
div.textShinsa03 p{
	width: 100% !important;
	margin: 0 !important;
	text-align: left !important;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px !important;
}
div.textShinsa03 li{
	list-style-type: square;
}
div.textShinsa03 dl{
	margin-bottom: 15px;
}
div.textShinsa03 dt{
	font-weight: bold;
	font-size: 1.2em;
}
/***************************************************************************************************************************
LightBox-Panel
***************************************************************************************************************************/
div#lightbox-panel{ 
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 100%;
    margin: -25% -50%;
    background: #F6F6F6;
    color: black;
    text-align: center;
    z-index: 100000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius:5px;
}
div#lightbox-inside{ padding: 10px; overflow: hidden; clear: both; }

div#lightbox-panel span#close-panel{ 
    width: 100%;
    background-image: url("../img/close.png")!important;
    background-repeat: no-repeat;
    padding: 25px 25px;
    position: relative;
    left: 2%;
    /* background-position-y: 10px; */
    cursor: default;	
 }

div#lightbox-panel h3{ font-size: 1.4em; font-weight: bold; margin : 15px 0; color: #575757; }

div#lightbox-panel ul{ width: 100%; margin: 0 auto; }

div#lightbox-panel textarea{ margin: 15px 0; max-width: 100%; min-width: 100%; max-height: 160px; min-height: 160px; overflow: auto; }
/* Lightbox表示時に背景を黒に */
div#BlackWindow{ display:none; background:black; opacity:0.7;/*黒地の背景の調整はこの数値で調整*/ filter:alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*/ position:fixed; top:0px; left:0px; min-width:100%; min-height:100%; z-index:10000;}
li.moviebtn{
	margin-bottom: 25px;
}
li.moviebtn a{
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.25em;
    line-height: 1.6;
    height: 60px;
    background: #ef7f1a;
    color: #fff;
    text-align: center;
    line-height: 60px;
    padding: 0 15px;
    margin-top: 25px!important;
    text-decoration: none;
}
li.moviebtn a:hover{
  text-decoration: underline;
  background-color: #F9973F;
}

/*******************************
link to cat lp
**********************************/
div#shop_card{
	margin-bottom: 25px;
}
div#shop_card a{
	color: #1F9ADE;
	text-decoration: underline;
}
div#shop_card a:hover{
	text-decoration: none;
}



}