/*///基本設定/////*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

p{
	margin-bottom:0 !important;
}

#Outline{
	background-image:url(../img/back_seat.jpg) , url(../img/back_pattern.jpg);
	background-position:center center , 0 0;
	background-repeat:no-repeat , repeat;
	overflow:hidden;
	
}
#content{
	width:960px;
	margin:30px auto 30px;
	overflow:hidden;
}
#main_title{
	margin:0 auto 20px;
	text-align:center;
}
#main_title img{
}
#title_txt{
	font-weight:bold;
	color:#572801;
	font-size:19px;
	margin:20px auto;
	width:862px;
}
#menu_s{
	width:960px;
	margin:5px 0;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}
#menu_s li{
	float:left;
	margin:0 auto;
}


div#Outline h1.topcomm{
	text-decoration: none;
	color: transparent;
	font-size: 1px;
	background-color: #d5e6ef;
}

.Right{
	float: right;
}
.Left{
	float: left;
}


.demo01 a {
	width: 418px;
	height: 122px;
    background: url("../img/gencho_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
	margin: 0 auto;
}
 
.demo01 a:hover {
    background-image: url("../img/gencho_on.png");
	width: 418px;
	height: 122px;
	margin: 0 auto;
}

#banner a:hover{
	opacity:0.8;
}


/*/現調シート/*/
#Outline2{
	background:url(../img/back_seat2.jpg);
	overflow:hidden;
}
div#Outline2 h1.topcomm{
	text-decoration: none;
	
	color: transparent;
	font-size: 1px;
	background-color: #d5e6ef;
}
.menu {
	overflow:hidden;
	margin:20px auto;
	text-align:center;
	width:864px;
}
.menu li{
	float:left;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.menu li img{
	margin:0 auto;
	text-align:center;
}

#title{
	margin:15px 0 0;
}
#type_contents{
	overflow:hidden;
	float:left;
	margin-top:15px;
}
.type{
	background:#fff;
	float:left;
	width:310px;
	height:720px;
	padding:12px;
	margin:0 5px;
}
.type_title{
	color:#003177;
	font-size:19px;
	font-weight:bold;
}
.type_title span{
	font-size:30px;
}
.type_title2{
	color:#003177;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}

.type_img{
	margin:10px 0;
}

.type_img img{
	border:1px solid #ccc;
}
.type_item{
	font-weight:bold;
}
.btn{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border:1px solid #003177;
	color:#003177;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.btn:hover{
	background-color:#003177;
	color:#fff;
}
#features_contents{
	background:#fff;
	overflow:hidden;
	padding:20px;
	margin-top:20px;
}
.inner{
	overflow:hidden;
	padding-top:15px;
}
h3 {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #003177;
	border-bottom: 1px solid #003177;
	margin-bottom:15px;
	color:#003177;
	font-size:19px;
}
#pattern01{
	width:310px;
}
#pattern02{
	width:564px;
}
#symbol{
	width:48%;
}
.inner_img,.inner_img img{
	text-align:center;
}
.inner_txt{
	text-align:left;
}
#arrow{
	width:400px;
	margin:25px auto 0;
	overflow:hidden;
}
#arrow li{
	font-size:16px;
	color:#003177;
	width:31%;
	text-align:center;
	float:left;
	padding:8px;
	margin-left:2%;
	font-weight:bold;
}
#arrow li:hover{
	text-decoration:underline;
}
#dl_btn{
	text-align:center;
	margin:20px auto;
	float:right;
}
#sample_btn{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border:1px solid #003177;
	color:#003177;
	width:145px;
	text-align:center;
	float:left;
	padding:8px;
	margin-top:45px;
}
#sample_btn:hover,#sample_btn a:hover{
	background:#003177;
	color:#fff;
}
#sample_btn a{
	text-decoration:none;
	color:#003177;
}
#content_btn{
	width:650px;
	margin:0 auto;
	overflow:hidden;
}

/*/ページ用CSS/*/
div.MainArea{
	margin: 15px auto;
	background-color: #fff;
	box-shadow: 2px 2px 4px #883d00;
	padding: 40px;
	text-align: left;
}
div.MainArea h3{
	border-left :15px solid #00b7ee;
	padding: 2px 0 0 10px;
}
div.MainArea p{
	margin:20px 30px;
}

ul.template {
	list-style: none;
	margin: 20px auto;
	width: 820px;
}
ul.template li{
	width: 190px;
	height: 300px;
	padding: 15px 0;
	background-color: #e4eaee;
	float: left;
	text-align: center;
	font-size: 80%;
	margin: 0 7px 30px;
}

ul.template li img{
	width: 150px;
}
ul.template li a:hover img,a:hover img.temp{
	opacity: 0.7;
}
img.temp{
	margin: 30px auto 20px;
	display: block;
	border: 1px solid #CCC;
}
div.MainArea hr{
	width: 90%;
	height:1px;
	border-top: 1px solid #c5dced;
	border-bottom: 1px solid #f3f9fe;
	margin: 0 auto 10px;
}
div.Detail{
	margin: 0 auto;
	text-align: center;
	color: #555;
}
div.att{
	width: 75%;
	margin: 0 auto;
	text-align: left;
	background-color: #F5F5F5;
	font-size: 80%;
	padding: 20px;
}
div.att p{
	margin: 0;
	line-height:160%;
}
div.souhu{
	margin-top: 20px;
	background-color: #f9fce4;
	padding: 20px 10px;
}
div.souhu h3{
	text-align: center;
	text-shadow:1px 1px 2px #bbb;
	font-size: 135%;
	font-weight: bold;
}
div.souhu p{
	margin-left: 20px;
}
div.souhu ol{
	font-size: 85%;
	display: block;
	width: 330px
}
div.souhu ol li{
	margin-bottom: 10px;
}

div.nav{
	text-align: center;
	margin-top: 10px;
}


img#fileDownload:hover {
    cursor:pointer;
    opacity: 0.7;
}

/*/ダウンロード用ポップアップ/*/


div#fileDown{
		display:none;
		position:absolute;
		width:85%;
		margin-top:5%;
		margin-left:5%;
		border:5px solid #CCC;
		padding:0 0px 10px 10px;
		z-index:9500;
		background:#fff;
	}


div#fileDown p.dl_lead{
	margin:0;
	margin-left:-10px;
	padding:0;
	line-height:40px;
	background:#CCC url(../img/logo_s.gif) no-repeat;

}
div#fileDownClose{
	width:45px;
	height:45px;
	cursor:pointer;
	position:absolute;
	bottom:-5px;
	right:-5px;
}


div#fileDown{
		display:none;
		position:absolute;
		top:50%;
		left:50%;
		width:540px;
		margin-top:20px;
		margin-left:-275px;
		border:5px solid #CCC;
		padding:0 0px 10px 10px;
		z-index:9500;
		background:#fff;
	}

#waitIMG{
	margin:15px 0;
	width:500px;

}

div#fileDown p.dl_lead{
	margin:0;
	margin-left:-10px;
	padding:0;
	line-height:40px;
	text-indent:20px;
	background:#CCC url(../img/logo_s.gif) no-repeat;

}

div#fileDownClose{
	width:45px;
	height:45px;
	cursor:pointer;
	position:absolute;
	top:-5px;
	right:-5px;
}


/** 詳細 ここから　**********************************/


/*ファイルダウンロード*/
ul#fileDownload{
		padding:40px 0 10px;

	}

	ul#fileDownload li {
	float: left;
	width: 18%;
	margin-right: 2%;
	background: #f76771;
	background:#55a88d;
	color: #fff;
	line-height: 3em;
	text-align: center;
	display: block;
	cursor: pointer;
}

	ul#fileDownload li:hover{
	background: #f76771;
	}
/* download popup */
div#fileDownCover{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#000;
	opacity:0.8;
	z-index:9000;
}
div#dlBtnbox p{
	text-align:center;
	letter-spacing:1.1;
}
div#dlBtnbox p span{
	font-size:1.8em;
	font-weight:bold;
}
div#ADdown{
	margin-top:12px;
	margin-left:36px;
}
div#dlBtnboxBtn{
	display:none;
	width:50%;
	height:2.5em;
	line-height:2.5em;
	text-align:center;
	margin:0 auto;
	color:#fff;
	background:#54B551;
	border-bottom:4px solid #009908;
	border-radius:5px;
	cursor:pointer;
}
div#dlBtnboxBtn:hover{
	background:#FC0;
	border-bottom:4px solid #F90;
}
div#dlBtnboxBtn a{
	text-decoration:none;
	color:#fff;
	display:block;
}


@media only screen and (max-width: 640px){
#Outline,#Outline2,#content,.menu,.menu li img,#menu_s,#menu_s li img,#pattern02,#symbol,#type_contents,.type_img,.type_img img,#arrow,#content_btn{
	width:100% !important;
}
#content{
	margin:20px 0;
}
.menu{
	margin:10px 0 10px 0;
}
.menu li,#menu_s li{
	width:50%;
	padding:0;
	margin:0;
}
#features_contents{
	width:100%;
	padding:0;
}
.att{
	width:95% !important;
	padding:10px !important;
}
#title{
	width:90% !important;
}
.inner,.type,.MainArea{
	width:95%;
	margin:0 auto;
	padding:20px 10px !important;
}
#title_txt{
	width:95%;
	margin:10px auto;
	font-size:15px;
}
.type{
	width:95%;
	margin:2% 5px;
	height:auto;
}
#symbol{
	margin-top:10px;
}
.type_img{
	height:auto;
}
#sample_btn{
	margin-top:20px;
}
#dl_btn{
	margin-top:10px;
}
div#fileDown{
	width:100% !important;
	left:0% !important;
	margin-left:0 !important;
		margin-top:20px;
		border:5px solid #CCC;
		padding:0 !important;
		z-index:9500;
}
.type_img img{
	height:auto !important;
}
}

@media only screen and (min-width: 641px) and (max-width: 1024px){
#Outline,#Outline2,#content,.menu,.menu li img,#menu_s,#menu_s li img,#pattern02,#symbol,#type_contents,.type_img,.type_img img,#arrow{
	width:100% !important;
}
#title{
	width:40%;
}
#content_btn{
	width:92%;
}
#main_title{
	width:75%;
}
.menu li{
	width:50%;
}
.inner,.MainArea,#title_txt{
	width:95%;
	margin:0 auto;
	padding:20px 10px !important;
}
.type{
	width:31%;
	height:660px;
}
#menu_s li{
	width:calc(100%/5);
}
.type_img img{
	height:auto !important;
}
}