#page_img_box{
	background-image:url(../images/media_contact/main.png);
	border-bottom: 15px solid #17194C;
}
#page_img{
	width:1200px;
	margin:0px auto;
	position:relative;
	font-weight:normal;
}
#page_img > div{
	color:#1E0940;
	position:absolute;
	left:50px;
	top:65px;
	margin:auto auto;
}
#page_img > div > h2{
	font-weight:normal;
}
#page_img > #woman{
	position:absolute;
	width:1200px;
	margin:auto;
	top:0;
	left:0;
}
#shiryou_box{
	width:1200px;
	margin:0px auto;
	margin-top:25px;
}
p.check{
	color:red;
	margin:20px 0px;
}
#shiryou_input{
	width:100%;
	border-collapse:collapse;
	background-color:#ffffff;
}
#shiryou_input tr.error_tr{
	background-color:#FFDAE7;
}
#shiryou_input th{
	text-align:left;
	padding:15px;
	font-weight:normal;
	border:1px solid #000000;
	width:250px;
	vertical-align:top;
}
#shiryou_input th > span{
	color:red;
	float:right;
	clear:right;
}
#shiryou_input th > span.detail{
	float:left;
	clear:left;
}
#shiryou_input td{
	border:1px solid #000000;
}
#shiryou_input td.button_box{
	padding:10px 20px;
	line-height:1.3em;
}
input.user_input{
	width:98%;
	margin:0px auto;
	display:block;
	font-size:1.4em;
}
textarea{
	width:98%;
	margin:5px auto;
	display:block;
	height:200px;
	font-size:1.2em;
}
div.contact_action{
	width:1200px;
	margin:0px auto;
	margin-top:35px;
	text-align:center;
}
div.contact_action > div{
	width:1200px;
	margin:0px auto;
}
div.contact_action > label > a{
	border-bottom:1px solid #000000;
}
/*　デフォルト表示を消す　*/
input[type="radio"],input[type="checkbox"] {
    display:none;
}
/*　ラジオボタン 未選択時の背景指定　*/
input[type="radio"] + label {
    padding:3px 0 3px 50px;
    background:url(../images/media_contact/radio_off.png) no-repeat left center;
    background-size:28px 28px;
    cursor:pointer;
    display:block;
}
 
/*　ラジオボタン 選択時の背景指定　*/
input[type="radio"]:checked + label {
    background:url(../images/media_contact/radio_on.png) no-repeat left center;
    background-size:28px 28px;
    cursor:pointer;
    display:block;
}
 
 
/*　チェックボックス 未選択時の背景指定　*/
input[type="checkbox"] + label {
    padding:3px 0 3px 50px;
    background:url(../images/media_contact/check_off.png) no-repeat left center;
    background-size:28px 28px;
    cursor:pointer;
    display:block;
}
 
/*　チェックボックス 選択時の背景指定　*/
input[type="checkbox"]:checked + label {
    background:url(../images/media_contact/check_on.png) no-repeat left center;
    background-size:28px 28px;
    cursor:pointer;
    display:block;
}

/*　チェックボックス 未選択時の背景指定　*/
input[type="checkbox"] + label.send_check {
    padding:3px 0 3px 50px;
    background:url(../images/media_contact/check_off.png) no-repeat 270px center;
    background-size:28px 28px;
    cursor:pointer;
    display:block;
}
 
/*　チェックボックス 選択時の背景指定　*/
input[type="checkbox"]:checked + label.send_check {
    background:url(../images/media_contact/check_on.png) no-repeat 270px center;
    background-size:28px 28px;
    cursor:pointer;
    display:block;
}



input[type="submit"]:disabled{
	cursor:not-allowed;
	margin-top:20px;
	border:0px;
	width:235px;
	height:74px;
	background:url(../images/media_contact/button_off.png) left top no-repeat;
}
input[type="submit"]{
	cursor:pointer;
	margin-top:20px;
	border:0px;
	width:235px;
	height:74px;
	background:url(../images/media_contact/button_on.png) left top no-repeat;
}
