@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 共通設定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴシック Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    color:#FFF;
    text-align: center;
    background-color: #001a34;
}
a:hover, a{
	color: #FFF;
	text-decoration:none;
}
a:hover, a:hover {
	text-decoration:underline;
}

/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/*マウスオーバー設定*/
a:hover img.hoverimg {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul{
	list-style: none;
}

h3 {
    font-weight:normal;
    margin:68px auto 105px;
}

/*ルビ*/
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.2em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
    line-height: 1.8;
    display: block;
    text-align: center;
}


/* header part */
#header{
    background-color: #001a34;
    margin-bottom:35px;
}
#header .inner{
	position:relative;
	width:960px;
	margin:0 auto;
	height:42px;
}
#header h1{
	position:absolute;
	top:10px;
	left:0px;
}
#header h2{
	position:absolute;
	top:10px;
	right:0px;
}
#header .btnClose{
	position:absolute;
	top:38px;
	right:0px;
}

/*ボタン*/
.btnEntry00{
    width:718px;
    margin:30px auto;
}

.risou {
    background:url("../../images/photo.jpg") center top 50px no-repeat;
    padding:0px 0 700px ;
}
#area {
    width:956px;
    margin:30px auto 50px;
    background-color: #1a3149;
    padding-bottom:20px;
}
#area h4{
    background:url("../../images/area_bg.gif") center top no-repeat;
    color:#000;
    font-weight: normal;
}
#area h4.btn_red a{
    background-color: #8b1b20;
    color:#FFF;
	text-decoration:none; 
}
#area h4.btn_red a:hover{
    background-color: #a02e33;
}
#area h4.btn_red{
    background:none;
}
#area h4 a{
	display:block;
    color:#000;
	width:100%;
	height:80px;
	text-decoration:underline;
}

#area p {
    width:906px;
    margin:0px auto 0px;
}
#area p.p_out {
    width:956px;
	padding-top:5px;
    margin:0px auto 0px;
	background-color: #001a34;
}
#area p.read {
    margin:30px auto 20px;
}
#area ul {
    width:640px;
    margin:0px auto 30px;
}
#area ul li{
    float:left;
    width:300px;
    margin:10px;
}
#area ul li:last-child{
    width:640px;
    text-align: center;
}

#designer {
    margin:40px auto 50px;
}

.catarog {
    margin:70px auto 50px;
}
    
/* footer part */
#footer{
    padding-top:10px;
		margin-bottom: -20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/*chormeのみcssハック*/
	#footer{
	}
}
#footer .inner{
	position:relative;
	margin:0px auto;
	width:960px;
	height:48px;
}
#footer ul.fNavi{
	position:absolute;
	left:0px;
	top:17px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#footer ul.fNavi li{
	display:inline;
	font-size:10px;
}

#footer p.copy{
	position:absolute;
	right:0px;
	top:17px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}

ul.btnBodyBottom00{
	list-style-type:none;
	text-align:right;
	line-height:1px;
	width: 960px;
	padding: 75px auto 10px;
}
ul.btnBodyBottom00 li{
	display:inline-block;
	width:200px;
	padding-left:10px;
}
ul.btnBodyBottom00 li a{
	display:block;
	padding:0px 16px;
	background:#feab1a;
	height:24px;
	text-align:left;
	border-radius:8px;
　　-webkit-border-radius:8px;
　　-moz-border-radius:8px;
}


/* content part */

	
    
.mb31 {
	margin-bottom:31px;	
}
.mb25 {
	margin-bottom:25px;	
}

.mincho {
    font-family: "Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}

.fo14{
    font-size:14px;
    line-height:18px;
    text-align: left;
}
.fo24{
    font-size:24px;
}
.fo18{
    font-size:18px;
    line-height:32px;
}
.fo26{
    font-size:26px;
    line-height:80px;
}
.fo28{
    font-size:28px;
    line-height:1.5em;
}
.fo30{
    font-size:30px;
}

    ul:after {
        content: "."; 
        display: block; 
        height: 0; 
        font-size:0;	
        clear: both; 
        visibility:hidden;
    }
