@charset "Shift_JIS";

/*2015-3-19　テーブルやめてDIVに変更　tableで記述するスタイルはバックアップファイル内にあります*/

div.div_l_r{
	background-image:url(../img/dot_01.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div.div_l_01{
	font-weight:bold;
}
div.div_r_01{
}

@media screen and (min-width: 600px) {/*PC&タブレット*/
div.div_l_01{
	float:left;
	width:212px;
	padding-top:24px;
	padding-bottom:10px;
	padding-left:20px;
}
div.div_r_01{
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}
input.hissu_name, input.address, input.hissu_email{
	width:580px;
}
input.age{
	width:80px;
}
select.hissu_toi{
	width:395px;
	height:30px;
	margin:5px 0;
}
textarea.comment{
	width:580px;
}
}
@media screen and (max-width: 600px) {/*スマホ*/
div.div_l_r{
	margin-right:20px;
}
div.div_l_01{
	padding-top:10px;
	padding-bottom:5px;
}
div.div_r_01{
	padding-bottom:15px;
}
input.hissu_name, input.address, input.hissu_email{
	width:373px;
}
input.age{
	width:80px;
}
select.hissu_toi{
	width:395px;
	margin:5px 0;
}
textarea.comment{
	width:373px;
}
}


.point_02{
	background-color:#4F0010;
	color:#FFF;
	margin-left:10px;
}
@media screen and (min-width: 600px) {/*PCタブレット*/
.point_02{
	font-size:14px;
	padding:0px 5px;
}
.txt_small01{
	font-size:14px;
}
}
@media screen and (max-width: 600px) {/*スマホ*/
.point_02{
	font-size:18px;
	padding:3px 5px;
	border-radius:2px;
}
.txt_small01{
	font-size:18px;
	line-height:20px;
}
}


div.tx_cent{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	width:240px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color:#4F0010;
	color:#FFF;
}

@media screen and (min-width: 600px) {/*PCタブレット*/
input[type="submit"]{
}
input[type="reset"]{
	margin-left:20px;
}
}
@media screen and (max-width: 600px) {/*スマホ*/
input[type="submit"]{
}
input[type="reset"]{
	margin-top:10px;
}
}





/* ----------------------------------------- CSS Information 
Lust up date:   2015.2.23
Style Info:     お問い合わせページcss
--------------------------------------------------------- */  

/*CommonCSS_link*/
/*@import url(base.css);*/
/*@import url(common.css);*/
/*-------------------------------------------------Content*/
/*#form {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: left;
	margin: 10px 0 20px;
}
#form th {
	background-color: #F0F0F0;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 5px 10px;
}
#form td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px 10px;
}
.point_02 {
	color: #FF0000;
}
#law ul {
	padding: 10px 10px 0;
}
#law li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
}*/