@charset "Shift_JIS";



/* [slide]------------------------------------------------------------------------------------*/

#cutout_body{
	width:960px;
	margin:0 auto;
	background: none;
	/*
	background: rgb(0,26,56);
	background: -moz-linear-gradient(left,  rgba(0,26,56,1) 0%, rgba(0,71,153,1) 30%, rgba(0,71,153,1) 70%, rgba(0,26,56,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,26,56,1) 0%,rgba(0,71,153,1) 30%,rgba(0,71,153,1) 70%,rgba(0,26,56,1) 100%);
	background: linear-gradient(to right,  rgba(0,26,56,1) 0%,rgba(0,71,153,1) 30%,rgba(0,71,153,1) 70%,rgba(0,26,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a38', endColorstr='#001a38',GradientType=1 );
	*/
}

#cutout_body .hover{
	cursor: pointer;
}

.slide_superbox{
	position:relative;
}

.slide_superbox div.slideObj{
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:1;
}

.slide_superbox div.slideObj.slActiveOn{
	z-index:5;
}

.slide_superbox div.slideObj.slActive{
	z-index:10;
}

.slide_superbox .btn{
	position:absolute;
	top:48%;
	z-index:300;
	cursor:pointer;
}

.slide_superbox .btn#btnPrev{
	left:2%
}

.slide_superbox .btn#btnNext{
	right:2%
}

.srThumbnail{
	display:flex;
	justify-content: center;
	padding:15px 0;
}

.srThumbnail li:nth-child(n+2){
	margin-left:30px;
}



.bgThumbnail {
	height: 794px;
	background-image:url("../../images/design/01/thumbnail_bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
}


/* /[slide]------------------------------------------------------------------------------------*/





.txtRight {text-align: right;}
.txtLeft  {text-align: left;}

.fuchumiyanishi .caption p {line-height: 1.4em;}


.fuchumiyanishi .bgImg {
	background: url("../../images/bg.png") fixed;
	padding: 60px 0;
}



/**************************************************************************************/
/**************************************************************************************/
/* SP Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 640px) {



/* [slide]------------------------------------------------------------------------------------*/
#cutout_body{
	width:100%;
}

.slide_superbox{
	width:100%;
}

.slide_superbox img{
	width:100%;
}

.bgThumbnail {
	background-image:none;
	background-color: #fff;
	height: 58vw !important;
}
/* /[slide]------------------------------------------------------------------------------------*/






#contents .inner{
	width:94% !important;
	max-width: 600px;
}



.fuchumiyanishi p {font-size: 13px;}


.fuchumiyanishi .sectionTitle {
	width:94%;
	max-width: 600px;
	min-width: inherit;
}
/*
.fuchumiyanishi .sectionInner{
	width:94%;
	max-width: 600px;
}
*/

.fuchumiyanishi #mainArea .lead p {
	font-family:"ƒqƒ‰ƒMƒm–¾’© ProN W3",Hiragino Mincho ProN,"Ÿà–¾’©",YuMincho,"ƒƒCƒŠƒI",Meiryo,"HGS–¾’©E","HGMinchoE","‚l‚r ‚o–¾’©","‚l‚r –¾’©",MS PMinchof;
	font-size: 15px;
	line-height: 26px;
	width: 94%;
	margin: 10px auto 0;
}
.fuchumiyanishi .bgImg {
	padding: 6vw 0;
}



}