@charset "utf-8";

/*
Theme Name: Design Now Template No.1
Theme URL: http://www.designnow.net/
Author: DesignNow
Version: 1.0

*/


/*-------------------------------------*/
div#mainImgBox{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

div#header {
	height:77px;	/*背景画像のサイズに合わせてボックスの高さを指定*/
	background-image:url("index/img/headimg.jpg");	/*ヘッダ部分の背景画像*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
	background-color:;		/*ヘッダ部分の背景色*/
}
h1 {
	padding:20px 0px 0px 30px;		/*見出し内容の位置調整*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}
/*-------------------------------------*/
/*メインイメージ p#mainImg */
/*-------------------------------------*/

div#mainImgBox{
	width: 100%;
	margin:30px auto 15px;
	text-align: left;
	width: 960px;
}

div#mainImgBox strong{
	font-weight: bold;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
}

.auto-style2 {
	font-family: メイリオ;
	font-style: italic;
}
.auto-style3 {
	font-size: 11pt;
	margin-right: 49;
}
.auto-style4 {
	font-size: 13pt;
}
.auto-style5 {
	font-family: メイリオ;
	font-weight: bold;
}
.auto-style6 {
	font-family: "Segoe Script";
	font-size: 13pt;
	color: #666666;
}
.auto-style7 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 0;
}
.auto-style8 {
	font-size: 30pt;
	color: #FF0000;
	font-style: italic;
}
.auto-style10 {
	color: #FF0000;
	font-style: italic;
}
.auto-style14 {
	margin-bottom: 10px;
}
.auto-style17 {
	margin-bottom: 0px;
}
.auto-style18 {
	font-family: メイリオ;
	font-size: 14pt;
	font-weight: bold;
}
.fast{
	margin-bottom:30px;
}
/*-------------------------------------*/
.inq1{
	font-size:xx-large;
	padding-left:10px;
	margin-bottom:20px;
    background: rgb(235,241,246);
    background: -moz-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%);
    background: linear-gradient(to bottom, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 );
}

.inq1-1{
	margin-left:2%;
	font-size:medium;
}

.first{
	overflow:auto;
	width:90%;
	height:200px;
	border:2px gray outset;
	margin-left:auto;
	margin-right:auto;
}
.h1{
	font-size: 18px;
	text-align:center;
	font-family:HGP明朝B;
}
.h2-1{
	font-size: 16px;
	padding-left:30px;
	padding-right:30px;
	font-family:"ＭＳ 明朝";
}
.h2{
	font-size: 16px;
	padding-left:30px;
	padding-right:30px;
	font-family:"ＭＳ 明朝";
	margin-top:30px;
	font-weight:bold;
}
.h3{
	font-size: 14px;
	font-family:"ＭＳ 明朝";
	padding-left:40px;
	padding-right:30px;
}
.h4{
	font-size: 14px;
	font-family:"ＭＳ 明朝";
	text-align:center;
	margin-top:30px;
}
.h4-1{
	font-size: 14px;
	font-family:"ＭＳ 明朝";
	text-align:center;
}
.h5{
	font-size: 12px;
	font-family:"ＭＳ 明朝";
	padding-left:40px;
}
.h6{
	font-size: 12px;
	font-family:"ＭＳ 明朝";
	padding-left:40px;
	margin-top:20px;
}
.h6-1{
	font-size: 12px;
	font-family:"ＭＳ 明朝";
	padding-left:460px;
}
.h7{
	padding-left:440px;
	font-size: 12px;
	font-family:"ＭＳ 明朝";
	margin-top:20px;
}
.h7-1{
	padding-left:460px;
	font-size: 12px;
	font-family:"ＭＳ 明朝";
}
.bteria{
	margin-top:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.lbtn{
	float:left;
	width:48%;
	text-align:right;
	padding-top:1px;
	padding-bottom:1px;
}
.btn1{
    text-align:center;
    font-family:HGS明朝E;
    font-size:large;
    width:130px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background:#C0C0C0;/*ボタン色*/
    color:#000000;
    border-bottom: solid 4px #666666;
    border-right:solid 4px #666666;
    border-radius: 3px;
}
.btn1:hover{
    background:#999999;/*ボタン色*/
    color:#FFFFFF;
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    border-right:none;
}
.rbtn{
	float:right;
	width:48%;
}
.btn2{
    text-align:center;
    font-family:HGS明朝E;
    font-size:large;
    width:130px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background:#C0C0C0;/*ボタン色*/
    color:#000000;
    border-bottom: solid 4px #666666;
    border-right:solid 4px #666666;
    border-radius: 3px;
}
.btn2:hover{
    background:#999999;/*ボタン色*/
    color:#FFFFFF;
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    border-right:none;
}


/*-------------------------------------*/
div#wBg{
	background: #fff;
}

div#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/*-------------------------------------*/


