@charset "utf-8";


/*============================================================
3.Individual.css
--------------------------------------------------------------

File Name:	individual.css
Summary:	ページ毎、あるいはパーツ毎に固有のスタイル
Created:	2016/03/10
Modified:	2020/01/08[見本デザイン関連で色々追加]


============================================================*/



/*============================================================
目次
--------------------------------------------------------------
	
3.	Indivdual Style

============================================================*/



/*============================================================
3-0.	Common Style
------------------------------------------------------------*/


/* 
全階層共通で使用
-----------------------------  */

/*
サブコンテンツ部分の余白やボーダーの調整
----------------------*/






/*============================================================
3-1.	Home Style
------------------------------------------------------------*/

body#home {
	background-image: url(../../images/layout/bg_header.png);
	background-position:center top;
	background-repeat:no-repeat;
}

body#home #global_header{
	margin-bottom:30px;
}

body#home #global_nav li{
	font-size:18px;
	font-size:1.8rem;
}

body#home #main_visual{
	width:100%;
	margin:-40px auto 0;
	min-height:500px;
	padding:60px 0 40px;
	background-image:url(../../../images/bg_home_mainvisual_x-large.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:transparent;
}


body#home #main_catch{
	max-width:800px;
	color:#4a4a4a;
	background-color:rgba(255,255,255,0.50);
	margin:25px auto 0;
}


body#home #main_catch h2{
	text-align:center;
	font-weight:bold;
}

body#home #main_catch p{
	text-align:center;
	font-size:18px;
	font-size:1.8rem;
	margin:0 0 30px;
}


#main_catch ul.contact_button{
	margin-bottom:0;
}

#main_catch ul.contact_button li{
	display:inline-block;
}

#main_catch ul.contact_button li:first-child{
	margin-right:80px;
}

body#home #global_nav li a{
	padding:27px 25px;
}


/* 
リードコンテンツ
--------------------- */

section#data_form p{
	padding-top:30px;
}

section#one_thing_cloth p{
	padding-top:30px;
}


/* トップのお知らせ 2018.08.08追加 */

.main_news{
	max-width: 1000px;
	padding:15px;
	margin: 50px auto;
	background-color:rgba(255,255,255,0.8);
	border:2px solid #ffaaa2;
}

.main_news h3{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ffaaa2;
}

.main_news p{
	margin: 0 0 5px;
}



/* トップページの新着デザイン
--------------------- */

.home_new_sample{
  /*background-color: rgba(255,255,255,0.62);*/
  border-bottom: 2px solid #ccc;
}




/* 価格表
--------------------- */

#products_price{
	text-align:center;
}

#products_price h1{
	font-size:36px;
	font-size:3.6rem;
}

#products_price h2{
	font-size:24px;
	font-size:2.4rem;
}

#products_price .go_detail_button{
	text-align:center;
}

#products_price table{
	margin:0 auto 30px;
}


/* 生地について */

#about_cloth p{
	font-size:16px;
	font-size:1.6rem;
	line-height:1.7;
}

#about_cloth img{
	max-width:100%;
	height:auto;
	border-radius:10px;
	-webkit-border-radius:10px;
}


/* デザイン見本 */

#banner_sample{
	margin:0 auto 60px;
	text-align:center;
}

#banner_sample:after{
	display:block;
	content:"";
	clear:both;
}

#banner_sample p{
	text-align:left;
}

#banner_sample .go_detail_button{
	text-align:center;
}


@media (max-width:768px) {
	body#home #main_visual{
		min-width:inherit;
		min-height:inherit;
		background-image:url(../../images/layout/bg_mainvisual_right_x-small.png);
		background-position:right center;
		background-size:80%;
		margin:-20px 0 0;
		padding:30px 0 30px;
	}
	body#home #main_catch{
		margin:0 10px 30px;
		padding:15px 10px;
		background-color:rgba(255,255,255,0.90);
	}
	body#home #main_catch h2{
		margin-bottom:15px;
	}
	body#home #main_catch p{
		font-size:16px;
		font-size:1.6rem;
	}
	#products_price div.large_table table{
		margin-bottom:0;
	}
	section#data_form p,
	section#one_thing_cloth p{
		padding-top:0;
	}
}

@media (max-width:479px) {
	body#home{
		background-image:none;
	}
	body#home #main_visual{
		padding:10px 0;
		background-image:none;
	}
	#main_catch ul.contact_button li:first-child{
		margin-right:0;
	}
	body#home #main_catch{
		margin-bottom:0;
		background-color:#fafafa;
	}
	body#home #main_catch h2{
		font-size:18px;
		font-size:1.8rem;
		font-weight:normal;
	}
	body#home #main_catch p{
		font-size:14px;
		font-size:1.4rem;
		text-align:left;
	}
	#products_price h1{
		font-size:20px;
		font-size:2.0rem;
	}
	#products_price h2{
		font-size:16px;
		font-size:1.6rem;
	}
	#about_cloth p{
		text-align:left;
		font-size:14px;
		font-size:1.4rem;
	}
}


/*============================================================
3-2.	Oudanmaku & Kensuimaku Style
------------------------------------------------------------*/

#banner_design_sample .inner,
#curtain_design_sample .inner{
	clear:both;
	/*margin-bottom:60px;*/
}

#banner_design_sample .inner h1 + p,
#curtain_design_sample .inner h1 + p{
	margin-bottom:30px;
}

.design_sample{
	background-color:rgba(255,255,255,1.0);
	/*border:2px solid #143268;*/
	padding:30px 15px 15px;
	margin-bottom:30px;
	border-radius:10px;
}

.design_sample:after{
	content:"";
	display:block;
	clear:both;
}

.design_sample h2{
	font-size:20px;
	font-size:2.0rem;
	margin:0 0 30px;
	/*text-align:center;*/
	position:relative;
	padding:0 0 10px 30px;
	border-bottom:2px solid #143268;
}

.design_sample h2:after,
.design_sample h2:before{
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-13px;
	/*margin-left:-50px;*/
	border-radius:5px;
	-webkit-border-radius:5px;
}

.design_sample h2:before{
	width:20px;
	height:20px;
	background-color:#143268;
	border:2px solid #fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	left:-2px;
	margin-top:-16px;
}

.design_sample h2 a{
	color:#143268;
	text-decoration:none;
}

.design_sample h2 a:hover{
	color:#ff7800;
}

.design_sample ul{
	text-align:left;
}

#banner_design_sample .column_3 .image_list li{
	margin-right:0;
	margin-left:0;
}

.design_sample p{
	font-size:12px;
	font-size:1.2rem;
	margin:0 15px 15px;
}

.design_sample img{
	max-width:100%;
	height:auto;
}


/* 横断幕indexページデザイン
2020.1.14追加 */

.category_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sample_category{
  width: 30%;
  background-color: #f5f2ff;
  margin-bottom: 25px;
}

.sample_category:nth-child(even){
  background-color: #f1f1f1;
}

.sample_category img{
  max-width: 100%;
  height: auto;
}

.sample_category a{
  text-decoration: none;
  padding: 15px;
  display: block;
  transition: 0.5s;
}

.sample_category a:hover{
  background-color: #FFEFD8;
}

.sample_category h3{
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: none;
  padding: 0;
  margin: 0 0 15px;
  display: block;
  position: relative;
  color: #006dba;
}

.sample_category a h3,
.sample_category a p{
  transition: 0.5s;
}

.sample_category a:hover h3,
.sample_category a:hover p{
  color: #E16A00;
  text-decoration: underline;
}

.sample_category h3:before{
	font-family:"FontAwesome";
	font-size:18px;
	font-size:1.8rem;
	content:"\f101";
  margin-right: 0.2em;
}

.sample_category h3 em{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.sample_category h3:after{
  display: none;
}

.sample_category p{
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0.5em 0 1em 0;
  line-height: 1.5;
}


@media (max-width:800px) {
  
  .sample_category {
    width: 45%;
  }
  
}


@media (max-width:600px) {
  
  .sample_category{
    width: 100%;
  }
  
}



/* 活用事例 */

.use_example{
	border:2px solid #143268;
	padding:15px;
	margin-bottom:45px;
	border-radius:10px;
}

.use_example h2{
	font-size:24px;
	font-size:2.4rem;
	margin:0 0 15px 0;
	padding:10px 0 10px 0;
	border-bottom:2px solid #143268;
	position:relative;
}

.use_example h2 em{
}

.use_example h2 .caption{
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	background-color:#143268;
	display:inline-block;
	padding:4px 15px;
	position:absolute;
	left:-17px;
	top:-34px;
	border-radius:5px;
	-webkit-border-radius:5px;
}


.use_example p{
	font-size:14px;
	font-size:1.4rem;
	margin:0 0 10px 0;
}


/* その他の用途 */

.others{
	text-align:center;
	margin:0 0 30px;
	padding:20px;
	border:1px solid #143268;
	border-radius:10px;
	-webkit-border-radius:10px;
}

.others dt{
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:15px;
}

.others dd{
	margin:0;
}

.others dd ul li{
	display:inline-block;
	margin:0 10px 10px 0;
}

.others dd ul li a{
	color:#143268;
	font-size:16px;
	font-size:1.6rem;
	text-decoration:none;
	display:inline-block;
	padding:8px 15px 8px 15px;
	border:1px solid #333;
}

.others dd ul li a:hover{
	color:#ff7800;
}

.others dd ul li a:before{
	font-family:"FontAwesome";
	font-size:16px;
	font-size:1.6rem;
	content:"\f105";
	margin-right:5px;
}


/* 2020.01.07追加
見本デザインページに関するスタイル */




/* 個別ページデザイン */

.sample_detail{
  /*border: 2px solid #ccc;
  padding: 15px;*/
  margin: 0 0 25px 0;
  /*text-align: center;*/
}

.sample_detail .sample_image{
  text-align: center;
}

.sample_detail img{
  max-width: 100%;
  height: auto;
}

.sample_detail h2{
  color: #269EE1;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 8px 10px 5px;
  display: inline-block;
  border: 2px solid #269EE1;
}



/* ページ送り */

.nav_list {
  text-align: center;
}

.nav_list li{
  font-size: 16px;
  font-size: 1.8rem;
  display: inline-block;
  /*border-left: 1px solid #333;*/
}

.nav_list li a{
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 0.4em 0.6em;
  background-color: #fff;
  line-height: 2.5;
}

.nav_list li:first-child{
  border-left: none;
}

.nav_list li a:after,
.nav_list li a:before{
 	font-size:18px;
	font-size:1.8rem;
	font-family:"FontAwesome";
}

.nav_list li.all a:after{
  content: "\f102";
  padding-left: 0.4em;
}

.nav_list li.back a:before{
  content: "\f100";
  padding-right: 0.4em;
}

.nav_list li.next a:after{
  content: "\f101";
  padding-left: 0.4em;
}



.add_info{
  /*background: #fff;*/
  /*border: 2px solid #f9461e;*/
  /*border: 2px solid #f9461e;*/
  background-color: #FFFCF3;
  padding: 10px 10px 10px;
  margin: 0 0 25px 0;
  border-radius: 10px;
}

.add_info h2{
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 1px dotted #333;
  margin: 0 0 25px 0;
  padding: 8px 10px 5px;
  letter-spacing: 0.1em;
}

.add_info ol{
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 15px 0;
  padding: 0 1em 0 2em;
}

.add_info ol li{
  margin: 0 0 1.5em 0;
  line-height: 1.7;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.2em;
}

.add_info em{
  font-weight: bold;
}




/* 問い合わせ部分 */

.order_box{
  margin:50px auto ;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  padding: 2em 2em 1em;
}

.order_box contact_button{
  margin:0 ;
}

.order_box .with_tel{
  margin-left: 50px;
}

.order_box ul.tel_and_fax{
  font-size: 22px;
  font-size: 2.2rem;
  color: #f9461e;
  margin-bottom: 10px;
}

.order_box ul.tel_and_fax em{
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}

.order_box .with_tel p{
  margin: 0;
}


/* その他の横断幕デザイン部分 */

.other_sample{
  margin: 50px auto 100px;
  padding: 50px 0;
  background-color: rgba(255,255,255,0.6);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.other_sample h1{
  border-bottom: 2px solid #ccc;
  padding: 0 0.5em 0.2em;
  margin: 0 0 25px 0;
}


.other_sample_wrapper{
  flex-wrap: wrap;
}

.other_sample_wrapper ul.thum_list{
  display: flex;
  flex-wrap: wrap;
}

.other_sample_wrapper ul.thum_list li{
  margin: 0 15px 15px;
}

.other_sample_wrapper ul.thum_list li img{
  max-width: 100%;
  height: auto;
}

.other_sample_wrapper ul.thum_list li a{
	transition:0.5s;
	-webkit-transition:0.5s;
  -moz-transition:0.5s;
}


.other_sample_wrapper ul.thum_list li a:hover{
  opacity: 0.6;
}



.sample_wrapper{
  display: flex;
  flex-wrap: wrap;
}


.sample_box{
  width: 33%;
  padding: 15px 25px;
}

/*.sample_box:nth-child(even){
  background-color: rgba(255,255,255,0.66);
}*/

.sample_box h2{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 6px solid #0071CD;
  padding: 0 0.5em 0 0.3em;
}


.sample_box h2 .caption{
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #666;
}

.sample_box h2 a{
  text-decoration: none;
  color: #0071CD;
}

.sample_box h2 a:hover{
  color: #ff7800;
}


.sample_box .sample_image{
  padding: 0;
  margin: 2em 0;
}


.sample_box .sample_image a{
	transition:0.5s;
	-webkit-transition:0.5s;
  -moz-transition:0.5s;
}


.sample_box .sample_image a:hover{
  opacity: 0.6;
}

.sample_box img{
  max-width: 100%;
  height: auto;
}


.sample_box ul{
  border: 1px dashed #ccc;
  padding: 0.5em;
}

.sample_box ul li{
  padding: 0.2em 0;
  border-bottom: 1px dashed #ccc;
}

.sample_box ul li:last-child{
  border-bottom: none;
}

.sample_box ul .number{
  font-weight: bold;
}

#banner_design_sample h1{
  margin-top: 0;
}


/* 新着デザイン部分 */

.new_sample_oudanmaku{
  margin: 50px 0;
}

.new_sample_oudanmaku h1{
  margin: 0 0 25px 0;
  border: 3px solid #ccc;
  padding: 0.5em 1em;
  position: relative;
}

.new_sample_oudanmaku h1:before{
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  background-color: #FF6700;
  padding: 0.2em 0.5em;
  margin: 0;
  position: absolute;
  top: -1em;
  left: -3px;
  content: "New";
  transform: rotate(-15deg);
}

.new_sample_oudanmaku .sample_box h2{
  border-left-color: #FF6700;
}

.new_sample_oudanmaku .sample_box h2 a{
  color: #FF6700;
}




@media (max-width:1000px) {
  
  .sample_box{
    width: 50%;
  }
  
}



@media (max-width:768px) {
  
  .sample_detail h2{
    font-size: 18px;
    font-size: 1.8rem;
  }
  
  .sample_box{
    padding: 15px;
  }
  
  .add_info{
    padding: 15px;
  }
  
  .add_info h2{
    font-size: 18px;
    font-size: 1.8rem;
  }
  
  .add_info ol{
    font-size: 16px;
    font-size: 1.6rem;
  }
  
  .order_box{
    display: block;
  }
  
  .order_box .contact_button{
    font-size: 24px;
    font-size: 2.4rem;
  }
  
  .order_box .with_tel{
    text-align: center;
    margin:15px 0 0;
  }

  .order_box .with_tel p{
    text-align: center;
  }
  
}


@media (max-width:650px) {
  .sample_box{
    width: 100%;
  }
}



@media (max-width:479px) {
	.others dt{
		font-size:16px;
		font-size:1.6rem;
		margin-bottom:15px;
	}
	.others dd ul li a,
	.others dd ul li{
		display:block;
	}
  
  .sample_detail h2{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.2em 0.3em;
    margin: 0 0 15px 0;
  }
  
  .add_info{
    padding: 0px 0 10px 0;
  }
  
  .add_info h2{
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
    border-bottom: 2px solid #f9461e;
  }
  
  .add_info ol{
    
  }
  
  .order_box .contact_button{
    font-size: 24px;
    font-size: 2.4rem;
  }
  
  .order_box .contact_button a{
    padding-left: 2.5em;
  }
  
  .order_box .contact_button a:before{
    top: 50%;
    margin-top: -12px;
    margin-top: -1.2rem;
  }
  
  .order_box ul.tel_and_fax{
    font-size: 20px;
    font-size: 2.0rem;
    color: #f9461e;
    margin-bottom: 10px;
  }

  .order_box ul.tel_and_fax em{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
  }
  
  .other_sample{
    padding: 15px 0;
    margin: 0 0 25px;
    text-align: center;
  }
  
  .other_sample h1{
    font-size: 18px;
    font-size: 1.8rem;
  }
  
  .other_sample_wrapper ul.thum_list{
    justify-content: center;
  }
  
}



/*============================================================
3-3.	Price Style
------------------------------------------------------------*/

#tromat_price,
#tarpaulin_price{
	text-align:center;
}



@media (max-width:768px) {

}

@media (max-width:479px) {
	#tromat_price h1,
	#tarpaulin_price h1{
		font-size:16px;
		font-size:1.6rem;
	}
}


/*============================================================
3-4.	Flow Style
------------------------------------------------------------*/

.flow_chart{
	border:2px solid #143268;
	padding:30px 30px 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 0 60px;
	position:relative;
}

.flow_chart:after{
	color:#143268;
	font-family:"FontAwesome";
	font-size:100px;
	font-size:10.0rem;
	content:"\f063";
	position:absolute;
	bottom:-85px;
	left:50%;
	margin-left:-50px;
}

#flow_01{
	margin-top:80px;
}

#flow_04:after{
	content:"";
}


.flow_chart h2{
	font-size:30px;
	font-size:3.0rem;
	border-bottom:2px solid #143268;
	margin:0 0 30px;
	padding:0 0 10px 0px;
	position:relative;
}

.flow_chart h2 .number{
	font-size:45px;
	font-size:4.5rem;
	color:#fff;
	background-color:#143268;
	position:absolute;
	left:-32px;
	top:-75px;
	padding:5px 15px;
	border-radius:10px;
}

.flow_chart p{
	font-size:18px;
	font-size:1.8rem;
}

.flow_chart .contact_box{
	font-size:24px;
	font-size:2.4rem;
	margin:0 0 30px;
}

/* 問い合わせ部分 */

.flow_chart .contact_box{
	background-color:rgba(255,255,255,0.40);
}

.flow_chart .contact_box dt{
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 0 10px;
	position:relative;
}

.flow_chart .contact_box dt.email{
	color:#f9461e;
}

.flow_chart .contact_box dt.email:before{
	font-size:30px;
	font-size:3.0rem;
	margin-right:10px;
}

.flow_chart .contact_box dd{
	margin:0;
	line-height:1.0;
}

.flow_chart .contact_box dd address{
	display:block;
}

/* 注意事項等 */

.remarks{
	font-size:18px;
	font-size:1.8rem;
	width:100%;
	padding:15px;
	margin:0 0 20px;
}

.remarks dt{
	font-size:22px;
	font-size:2.2rem;
	border-bottom:1px solid #143268;
	border-top:1px solid #143268;
	font-weight:bold;
	padding:20px 10px 15px;
	margin-bottom:30px;
}

.remarks dt:before{
	color:#f9461e;
	font-size:30px;
	font-size:3.0rem;
	font-family:"FontAwesome";
	content:"\f129";
	margin-right:15px;
}

.remarks dd{
	margin:0 0 20px;
	padding:0 10px 20px;
	border-bottom:1px solid #143268;
}

.flow_chart ol{
	margin:30px 0 30px;
	padding-left:1.5em;
}

.flow_chart ol li{
	margin-bottom:15px;
	margin-left:0
}

.flow_chart .go_detail_button,
.flow_chart .contact_button_m{
	text-align:left;
}

.flow_chart .tel_and_fax{
	font-size:24px;
	font-size:2.4rem;
	margin:30px 0;
}

.flow_chart .tel_and_fax li{
	margin-bottom:15px;
}

.flow_chart .tel_and_fax li em{
	color:#f9461e;
	font-size:30px;
	font-size:3.0rem;
}


@media (max-width:768px){

}

@media (max-width:479px){
	#flow_01{
		margin-top:20px;
	}
	.flow_chart{
		padding:30px 15px 15px;
	}
	.flow_chart h2{
		font-size:18px;
		font-size:1.8rem;
	}
	.flow_chart h2 .number{
		font-size:24px;
		font-size:2.4rem;
		top:-54px;
		left:-20px;
	}
	.flow_chart p{
		font-size:14px;
		font-size:1.4rem;
	}
	.remarks{
		font-size:14px;
		font-size:1.4rem;
		padding:0;
	}
	.remarks dt{
		font-size:16px;
		font-size:1.6rem;
		padding:10px;
		position:relative;
	}
	.remarks dt:before{
		display:none;
	}
	.flow_chart .contact_box{
		font-size:18px;
		font-size:1.8rem;
	}
	.flow_chart .tel_and_fax{
		font-size:16px;
		font-size:1.6rem;
	}
	.flow_chart .tel_and_fax li em{
		font-size:22px;
		font-size:2.2rem;
	}
}



/*============================================================
3-5.	Company Style
------------------------------------------------------------*/

#company_info .data_table{
	margin:0 0 30px;
}


@media (max-width:768px){
}


@media (max-width:479px){

}





/*============================================================
3-6.	Price Style
------------------------------------------------------------*/

.price_standard{
	width:28%;
	float:left;
}

.price_others{
	width:68%;
	float:right;
}

.price_others .category{
	width:48%;
	float:left;
	margin:0 1% 30px;
}

#products_price .category h4{
	font-size:18px;
	font-size:1.8rem;
}

#pur_gluegun_price{
	clear:both;
}


@media (max-width:768px){
	.price_standard,
	.price_others,
	.price_others .category{
		width:100%;
		float:none;
	}
}


@media (max-width:479px){

}


/*============================================================
3-7.	Contact Style
------------------------------------------------------------*/

#contact_section{
	margin-bottom:60px;
}

#contact_section .normal_section{
	margin-bottom:15px;
}

#contact_section .normal_section h2{
	font-size:30px;
	font-size:3.0rem;
	margin:0 0 20px 0;
}

.info_box{
	padding:30px;
	border:3px solid #143268;
	border-radius:10px;
	-webkit-border-radius:10px;
}

.info_box ul.tel_and_fax{
	font-size:28px;
	font-size:2.8rem;
}

.info_box ul.tel_and_fax em{
	font-size:34px;
	font-size:3.4rem;
	color:#f9461e;
}

.info_box ul.tel_and_fax li{
	margin:0 0 30px 0;
}

#contact_mail .info_box p{
	font-size:24px;
	font-size:2.4rem;
}

.info_box div.contact_button{
	text-align:left;
	margin-bottom:0;
	margin:0 0 0 0;
}


@media (max-width:479px){
	#contact_section .normal_section h2{
		font-size:18px;
		font-size:1.8rem;
	}
	.info_box ul.tel_and_fax{
		font-size:18px;
		font-size:1.8rem;
	}
	.info_box ul.tel_and_fax em{
		font-size:22px;
		font-size:2.2rem;
	}
	#contact_mail .info_box p{
		font-size:18px;
		font-size:1.8rem;
	}
	#contact_form .info_box{
		border:none;
		padding:0;
	}
	.info_box{
		padding:15px;
	}
}



/*============================================================
3-8.	Form Style
------------------------------------------------------------*/

#form_section .normal_section{
	margin-bottom:0;
}


/* base */

form#mailformpro {
	padding: 10px 0px;
}

form#mailformpro dl{
	font-size:14px;
	font-size:1.4rem;
}

form#mailformpro dl dt {
	clear: both;
	font-weight:bold;
	font-size: 100%;
	padding: 15px 15px 5px 70px;
	border-top: solid 1px #CCC;
	margin: 0px;
	position:relative;
}
form#mailformpro dl dd {
	margin: 0px;
	padding: 10px 5px 10px 70px;
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
	margin:0px 0px 15px 0px;
}

form#mailformpro dl dd ul,
form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}

form#mailformpro dl dd ul li,
form#mailformpro dl dd ol li {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

.must,
.option{
	display:inline-block;
	background-color: #C00;
	padding: 4px 5px;
	font-size: 90%;
	color: #FFF;
	margin: 0px 15px 0px 0px;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	position:absolute;
	top:10px;
	left:15px;
}

.option{
	background-color:#3C49D5;
}


span.example{
	font-weight:normal;
	font-size:90%;
	color:#999;
	margin:0px 0px 0px 1.5em;
	padding:0px 0px 0px 1.5em;
	border-left:1px solid #999;
}

/*span.radio{
	margin:10px 0px 0px;
	display:block;
}*/

div#mfp_phase_confirm table{
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:30px;
}


div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	font-size:16px;
	font-size:1.6rem;
}

div#mfp_phase_confirm div#mfp_phase_confirm_inner table th,
div#mfp_phase_confirm div#mfp_phase_confirm_inner table td{
	font-size:16px;
	font-size:1.6rem;
}

div#mfp_phase_confirm div#mfp_phase_confirm_inner div.mfp_buttons{
	text-align:center;
}

div#mfp_phase_confirm div#mfp_phase_confirm_inner button{
	padding:8px 10px;
	margin:0 10px;
}


/* input */

form#mailformpro input,
form#mailformpro textarea {
	padding: 3px;
	vertical-align: middle;
}
form#mailformpro select {
	vertical-align: middle;
	font-size: 14px;
	margin-bottom:10px;
}


form#mailformpro textarea.order{
	width:500px;
	height:200px;
	overflow:auto;
}


/* button */

div.send_buttons,
div#mfp_buttons{
	font-size:16px;
	font-size:1.6rem;
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.send_buttons button#send_button_send {
}

div.send_buttons button#send_button_cancel {
}

div.send_buttons button,
div#mfp_buttons .mfp_element_button{
	font-size: 110%;
	margin: 20px;
	padding: 8px 15px;
}

div.send_buttons button.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

div#mfp_buttons{
}



/* label */

form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: block;
}
form#mailformpro label:hover{
	cursor:pointer;
	background-color:#FFEAEA;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}

/* stripe */

.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}


@media(max-width:768px){
	body#form section.form_section h2 + p{
		display:none;
		margin:0;
	}
	form#mailformpro textarea.order{
		max-width:100%;
		overflow:auto;
	}
	form#mailformpro dl{
	}
	form#mailformpro dl dt{
		margin:0 0 8px;
		padding:0 0 0 10px;
	}
	form#mailformpro dl dt span.must,
	form#mailformpro dl dt span.option{
		width:100%;
		display:block;
		position:relative;
		margin:0 0 5px 0;
		left:-10px;
		top:0;
	}
	form#mailformpro dl dd {
		padding-left:20px;
	}
	form#mailformpro input,
	form#mailformpro textarea {
		max-width:100%;
	}
}

@media(max-width:479px){
	body#form div#topic_path{
		font-size:90%;
	}
	body#form section.normal_section{
		background-color:transparent;
	}
	section.form_section h2{
		font-size:110%;
		font-weight:normal;
		margin-bottom:15px;
	}
	form#mailformpro dl dt span.must,
	form#mailformpro dl dt span.option{
		width:100%;
		display:block;
		position:relative;
		margin:0 0 5px 0;
		left:0;
		top:0;
	}
	span.example{
		display:none;
	}
	form#mailformpro dl dd {
		padding-left:10px;
	}
	form#mailformpro input,
	form#mailformpro textarea,
	form#mailformpro select{
		display:block;
		margin-bottom:15px;
	}
	form#mailformpro label{
		border:1px solid #ccc;
		padding:3px 3px 3px 20px;
		position:relative;
	}
	form#mailformpro label input{
		display:inline-block;
		margin:0 5px 5px 0;
	}
}





/*============================================================
3-9.	Sitemap Style
------------------------------------------------------------*/

nav.sitemap_links{
	text-align:left;
	margin:0 0 0 15px;
}


nav.sitemap_links a{
	text-decoration:none;
}

nav.sitemap_links ul{
	margin:0px auto;
}

nav.sitemap_links ul li ul{
	clear:both;
	margin:0 0 0 20px;
	padding:10px 0 0 10px;
	border-left:2px solid #fff;
}

nav.sitemap_links ul li ul ul{
	border-left:none;
	padding-left:0;
}

nav.sitemap_links ul li{
	margin-bottom:20px;
	display:block;
}

nav.sitemap_links ul li a{
	padding:0;
	position:relative;
}

nav.sitemap_links ul li a:before{
	font-family: "FontAwesome";
	font-size:14px;
	font-size:1.4rem;
	content:"\f105";
	position:absolute;
	left:-10px;
	left:-1rem;
	top:0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}


@media (max-width:479px){
	nav.sitemap_links{
		text-align:left;
	}
	nav.sitemap_links ul{
		margin-left:15px;
	}
}


/* User style */

table.enter { margin:80px auto; width:400px; border:1px solid #0080c0; border-collapse:collapse; }
table.enter th { border:1px solid #0080c0; padding:1em; background:#0080c0; color:#fff; text-align:left; }
table.enter td { border:1px solid #0080c0; padding:1em; background:#fff; font-family:verdana,helvetica,arial; }
input.len { width:220px; margin-bottom:1em; }
div.btn { text-align:right; }
div.btn input { font-family:verdana,helvetica,arial; width:100px; height:32px; }
div.main { text-align:center; width:100%; }










/*============================================================


					4. For Js Style


------------------------------------------------------------*/


/* For Flex Slider */

div.flexslider{
	width:1080px;
	margin:0px auto;
}


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/common/fonts/flexslider-icon.eot');
	src:url('/common/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/common/fonts/flexslider-icon.woff') format('woff'),
		url('/common/fonts/flexslider-icon.ttf') format('truetype'),
		url('/common/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
/*.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }*/
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 10px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 18px; height: 18px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/* For Light Box
*********************************/


/* Preload images */
body:after {
  content: url(/common/images/plug-in/close.png) url(/common/images/plug-in/loading.gif) url(/common/images/plug-in/prev.png) url(/common/images/plug-in/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/common/images/plug-in/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/common/images/plug-in/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/common/images/plug-in/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/common/images/plug-in/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/*============================================================


					5. For Plug-in


------------------------------------------------------------*/


/* For Mail Form
*********************************/

/* common */

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}



/* confirm */

table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}

table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}


/* confirm_flat */


div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	
}


/* confirm_overlay */

div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}


/* price */

div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}



/* error */

div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(/common/images/plug-in/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}


div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}


/* warning */

div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}



/* loading */

div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(/common/images/plug-in/mfp_loading.gif);
}




/* phase */


button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}

ul#mfp_phase_stat {
	padding: 10px;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}


