@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝お問い合わせ ＝＝＝＝＝＝＝＝＝＝＝＝*/
/*フォントカラー
--------------*/
div#main{
	color:#40474D;
}
/*各ページタイトルエリア
----------------------------------*/
/*h2タイトル
--------------*/
div#header div.h2 h2{
	background-image: url(../images/inquiry_index_h2.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 941px;
}
/*h3タイトル
--------------*/
h3.h3_ct01{
	text-indent:-9999px;
	height: 35px;
	width: 675px;
	margin:0 0 20px 25px;
	padding:0;	
	clear:both;
	background-image: url(../images/inquiry_index_h3_01.gif);
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------------
(index.html)
(お問い合わせ index)
--------------------------------------------------------------------*/
p.req{
	clear:both;
	margin:20px 50px 0 0;
	padding:0;
	text-align:right;
	color:#EF5233;
}

form[name=frm]{
    padding:15px;
}

table.form{
	width:640px;
	border: 1px solid #e2eaf0;
	margin:0 0 20px 25px;
	padding:18px 0 18px 18px;
	font-size:93%;
	clear:both;
    margin-top:20px;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    table.form{
        width:100%;
        margin:0;
        padding:0 15px;
    }  
}


th.table-title{
	padding:10px;
	background-color:#5A7389;
	color:#FFF;
	text-align:left;
}

table.form tr td{
	padding:10px;
    border-bottom:1px solid #e1e1e1;
}
@media screen and (max-width:768px) {
    table.form tr td{
        display: block;
        border-bottom:none;
        border-right:1px solid #e1e1e1;
    }
    table.form tr td:last-child{
        border-bottom:1px solid #e1e1e1;
    }    
}
table.form tr td:first-child{
	border-right: 1px dashed #B6C3CB;
    font-weight: bold;
    width:35%;
}
@media screen and (max-width:768px) {
    table.form tr td:first-child{
        width:auto;
        border-right:1px solid #e1e1e1;
        padding-bottom:0;
    }
}

table.form form#name label input{
	width:150px;
	height:18px;
	margin:5px 5px 5px 0;
}
table.form form#age input{
	margin:5px 5px 0 10px;
}
table.form form#mail label input{
	width:200px;
	height:18px;
	margin:5px 5px 5px 0;
}
table.form form#zip label{
	float:left;	
}
table.form form#zip label.label2{
	margin:8px 0 0 0;
}
table.form form#zip label input{
	width:40px;
	height:18px;
	margin:5px;
}
table.form form#zip p#auto{
	background-image: url(http://www.maruchou.co.jp/images/request_privacy_btn04.jpg);
	background-repeat: no-repeat;
	width:83px;
	height:20px;
	float:left;
	padding:0;
	margin:5px 0 0 5px;
}
table.form form#zip p#auto a{
	width:83px;
	height:20px;
	text-indent:-9999px;
	display:block;
}
table.form form#zip p#auto a:hover{
	background-image: url(../images/request_privacy_btn04_on.jpg);
	background-repeat: no-repeat;
}
table.form form#add{
	clear:both;	
}
table.form form#add select{
	width:100px;
	height:18px;
	margin:10px 0;
}
table.form form#magazin input{
	margin:5px 5px 0 10px;
}
table.form form#other label input{
	width:435px;
	height:100px;
}
#main ul.button_under {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
	height: auto;
    margin:0;
    
}
#main ul.button_under li {
	margin-right: 15px;
}
#main ul.button_under li.back ,
#main ul.button_under li.back a {
	display: block;
	width: 108px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/request_privacy_btn02.jpg) top left no-repeat;
}
#main ul.button_under li.back a:hover {
	background: url(../images/request_privacy_btn02_on.jpg) top left no-repeat;
}

#main ul.button_under li.check ,
#main ul.button_under li.check a {
	display: block;
	width: 152px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/request_privacy_btn03.jpg) top left no-repeat;
}
#main ul.button_under li.check a:hover {
	background: url(../images/request_privacy_btn03_on.jpg) top left no-repeat;
}
#main ul.button_under li.submit ,
#main ul.button_under li.submit a {
	display: block;
	width: 212px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/request_privacy_btn05.jpg) top left no-repeat;
}
#main ul.button_under li.submit a:hover {
	background: url(../images/request_privacy_btn05_on.jpg) top left no-repeat;
}
#main ul.button_check {
	margin-left: 0;
}
@media screen and (max-width:768px) {
    #main ul.button_check {
        margin-left: 0;
    }
}

.inner-textarea{
    border-radius: 5px;
    width: 100%;
    height: 150px;
    padding: 10px 30px 10px 10px;
    border: 1px solid #A2A2A2;
    color: #333333;
    font-size: 14px;
    box-sizing: border-box;
}


/*----------------------------------------------
イベントフォーム　eventmihara
------------------------------------------------*/

.h2event{
	background-image: url(../images/info_h2.gif);
	background-repeat: no-repeat;
	height: 114px;
	width: 941px;
	text-indent:-9999px;
}

.eventmain{
	width:850px;
    color: #40474D;
    height: auto;
    padding-bottom: 20px;
	padding:30px;
    text-align: center;
}
.event_explain{
	text-align:left;
	width:88%;
	padding:5px;
	margin:0 auto;
	margin-bottom:10px;
	font-size:20px;
	line-height:1.8em;
}
.event_box{
    margin-bottom: 20px;
	padding:0 0 30px 30px;
}
.event_img{
	width:250px;
	margin-left:3px;
	display:inline-block;
}

.img_responsive{
	width:100%;
}
.img_round{
	border:none;
	border-radius:0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
}

table.eventform{
	width:95%;
	padding:0;
    margin: 0 20px 20px 25px;
}

.eventform_title{
    margin: 0 auto;
	padding:20px;
    border-top: 1px solid #343434;
    width: 90%;
    font-size: 22px;
    color: #204463;
}


span.hissu {
	display:inline;
	font-size:12px;	
	color:#F3060A;
	border:#D10D10 1px solid;
	padding:1px 5px;
	margin:0 10px;
	vertical-align: middle;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    white-space: nowrap;

}

select,
input[type="text"]{
	padding:5px 9px;
    margin-bottom:5px;
}


.go_top a{
    display: block;
    width: 122px;
    height: 26px;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/common/go_top.gif) top left no-repeat;
}

.chk_button,
.submit_button{
	font-size:18px;
	margin:0 auto;
}
.chk_button a,
.submit_button a{
	color:#FFFFFF;
	display:inline-block;
	text-decoration:none;
	width:200px;
	height:auto;
	padding:12px 25px;
	background:#D65B1D;
	border:1px solid #DA601C;
	border-radius:5px;
}
.chk_button a:hover,
.submit_button a:hover{

	background:#FF925A;
}



/*--------------------------------------------------------------------
(confirm.html)
(確認画面 confirm)
--------------------------------------------------------------------*/
#main p.confirm01 {
	margin: 0 0 20px 30px;
}

/*--------------------------------------------------------------------
(completion.html)
(お申し込み完了  completion)
--------------------------------------------------------------------*/
div#area01{
    width: auto;
    border: 1px solid #e2eaf0;
    margin: 30px;
    padding: 20px;
    font-size: 1.2rem;
}
p#comp{
	margin:80px 0 120px;
    text-align: center;
    
}
