﻿@import url("common/style1.css");
*, *::before, *::after {
  box-sizing: border-box;
	margin:0;
	padding:0;
}
/*新ヘッダー画像　07/26変更*/

#header_color{
	background-color: #000000;
}

#header_image{
	height: 0;
	padding-top: 22%;
	background-image:url("../images/header_image_big.png");
	background-repeat:no-repeat; 
	background-size:contain;
}
/*旧ヘッダー画像用*/
#header_visual{
	width:1000px;
	margin:0 auto;
	
}

/*新トップ画像下の帯07/26変更*/
#top_contents_color{
	background-color:#000000;
}
#top_contents{
	background-color:#000000;
	margin:0 auto;
	margin-bottom:10px;

	
}
#top_contents h5{
	color:#ffffff;
	font-size:18px;
	letter-spacing:1px;
	text-align:center;
	padding-top:4px;
	padding-bottom:2px;
	margin:0;	
}


/*メイン右側のスタイルここから↓*/
#main_right{

}
#right_center{
	width:360px;
	float:left;
}
#right_center p{
	text-align:center;
	background-color:yellow;
}
#intro_table{
	width:300px;
	border-collapse:collapse;
	margin:0 auto;
	margin-top:20px;
	
}
#intro_table th{
	width:70px;
	border:1px solid #000000;
	background-color:#cccccc;
	text-align:center;
}
#intro_table td{
	width:230px;
	border:1px solid #000000;
}
#intro_table tr{
	height:40px;
}
#intro_table tr:last-child{
   	height:60px;
}
/*メイン右側の右*/
#right_right{
	width:200px;
	float:right;
	
}
#intro_explain{
	margin-bottom:10px;
}
#intro_explain dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#order{
	border-bottom:1px solid #000000;
	padding-bottom:20px;
	margin-bottom:20px;
}
.form_clear{
	overflow:hidden;
	width:200px;
	margin:20px 0;
}
.form_left{
	width:50px;	
	float:left;	
}
.form_right input{
	display:inline-block;
}
.form_right{
	width:150px;
	float:left;
}
#counter input{
	line-height:18px;
	text-align:center;
}
#counter button{
	border:1px solid #000000;
	display:inline-block;
	width:22px;
	text-align:center;
}
#counter button:hover{
	cursor:pointer ;
}

/*送信ボタンのスタイル*/
#submit{
	text-align:center;
	margin:30px 0;
}

.btn{
	display:inline-block;
	padding:5px 20px;
	text-decoration:none;
	background-color:red;/*ボタン色*/
	border-radius: 3px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	width:200px;
}
#submit a:visited {
    text-decoration: none;
    color:#ffffff;
}

.color_change{
	color:red;
}
.font_change{
	font-size:11px;
	padding-left:1em;
	text-indent:-1em;
}
@media (max-width: 750px){
/*ヘッダー部分*/
#header_visual img{
	width:750px;
}
/*メイン部分右側*/
#main{
	width:750px;
	margin:0 auto;
}

}
