@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : section.css
 Style Info : コンテンツに関するスタイル指定
=================================================================== */

/* メインイメージ要素
----------------------------------------------------------- */














/*-------------------------------------------------------------------
　　新着情報
--------------------------------------------------------------------*/	
article.single h2, article.archive h2 {
	margin:0 auto 30px;
	padding:10px 20px;
	background: #F0F0F0;
	border-left:10px solid #666;
}
.post .body {
	padding:20px;
	clear:both;
	overflow:hidden;
}
.post .body img {
	max-width: 100%;
	width: inherit;
	height: auto;
}
.post .body h1, .post .body h2, .post .body h3, .post .body h4, .post .body h5, .post .body h6 {
	margin:20px auto 10px;
	padding:5px 10px;
	border-bottom:1px dotted #666;
}
.post .date {
	text-align:right;
}
.dropdown {
	text-align:right;
	margin:20px 20px;
}
.dropdown div {
  float:right;
  margin-left:20px;
}
/*-------------------------------------------------------------------
　プライバシーポリシー
--------------------------------------------------------------------*/	
#privacy {
  margin-bottom:50px;
}
/*-------------------------------------------------------------------
　よくあるご質問
--------------------------------------------------------------------*/	
#faq {
}
/*-------------------------------------------------------------------
　　404 notfound
--------------------------------------------------------------------*/	
#notfound .body {
	padding:0 30px 30px;
}
/* お問い合わせフォーム
----------------------------------------------------------- */	
em.require {
    background-color: #d60000;
    padding: 3px 4px;
    color: #FAFAFA;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 0px 0px 0px 10px;
    line-height: 9px;
    border-radius: 3px;
    font-family: "ＭＳ ゴシック","MS Gothic","Osaka−等幅",Osaka-mono,monospace;
}

.contactTel {
    border: 1px solid #d60000;
    margin: 0px 40px 20px;
    padding: 20px;
    line-height:1.8;
    text-align: center;
}
.contactInput {
  padding:10px 0px 30px 0px;
}
.contactConfirm,.contactComplete {
  padding:30px 0px;
}
.contactComplete p{
  padding-bottom:30px;
}
.contactTel .number a{
    font-size: 30px;
    color: #d60000;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-decoration:none;
}
.contactTel .number {
    font-size: 30px;
    color: #d60000;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    text-decoration: none;
}
.contactNotice {
  padding:30px 0px 50px 0px;
}

/*----------------------------------------------------------
    form
----------------------------------------------------------- */
.iqfm-table th, .iqfm-table td {
}
.iqfm-table th {
}
.iqfm-table td p {
	margin:0;
	padding:0;
}
/*-------------------------------------
    送信確認ボタン
--------------------------------------*/
#main .check_btn {
	background:url(../img/buttons/btn_confirm.jpg) no-repeat;
	padding:0;
	height:45px;
	width:185px;
	text-indent:-9999px;
	border:none;
	display:block;
	margin:20px auto;
}
/*-------------------------------------
    送信ボタン
--------------------------------------*/	

.btnArea {
	text-align: center;
	margin: 20px auto;
}
#main .submit_btn {
	background:url(../img/buttons/btn_submit.jpg) no-repeat;
	padding:0;
	height:45px;
	width:185px;
	text-indent:-9999px;
	border:none;
}
/*-- ボタン共通指定 --*/
.btnArea input[type="submit"] {
	border-style: none;
	padding: 10px 30px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btnArea input[type="submit"]:hover {
	opacity: .75;
}
/*-- 送信確認ボタン --*/
.btnArea input[name="submitConfirm"] {
	color: #FFF;
	background: #d60000;
}
/*-- 戻るボタン --*/
.btnArea input[name="submitBack"] {
	margin-right: 10px;
	color: #fff;
	background: #666;
	padding: 9px 29px;
	border: 1px solid #ddd;
}
/*-- 送信するボタン --*/
.btnArea input[name="submitSubmit"] {
	color: #FFF;
	background: #d60000;
}
/*-------------------------------------
    戻るボタン
--------------------------------------*/	
#main .return {
	background:url(../img/buttons/btn_return.jpg);
	padding:0;
	height:45px;
	width:185px;
	text-indent:-9999px;
	border:none;
}
/*-------------------------------------
    完了画面のトップへ戻るボタン
--------------------------------------*/
#main .return_top, #main .returnTop {
    border-style: none;
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    background: #333;
    color: #fff;
    text-decoration: none;
}
/*-------------------------------------
    ボタンホバー
--------------------------------------*/
#main .return:hover, #main .submit_btn:hover, #main .check_btn:hover, #main .return_top:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	cursor:pointer;
}
/*-------------------------------------
    必須
--------------------------------------*/
#main th span.kome {
	margin-left:10px;
	background-color:#C33;
	padding:3px 4px;
	color:#fafafa;
	font-size:9px;
	letter-spacing:1px;
	margin: 0px 0px 0px 10px;
	line-height:9px;
	border-radius:3px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	zoom:normal;
}
/*-------------------------------------
    TOP
--------------------------------------*/
