body{
	background-image: url('img/back.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	color: #555;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

a{
	color: #e14f85;
	text-decoration: none;
}

img{
	border: 0;
}

#all{
	width: 1280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* menu */

#menu{
	position: fixed;
	background-color: #fff;
	color: #252525;
	font-size: 87.5%;
	width: 100%;
	height: 60px;
	z-index: 100;
	border-bottom: #555 solid 2px;
}
.main_menu{
	position: fixed;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
}
.menu_logo{
	float: left;
}
a.a_menu{
	float: left;
	display: block;
	color: #555;
	letter-spacing: 5px;
	text-decoration: none;
	vertical-align: middle;
	height: 40px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
a.a_menu:hover{
	color: #ffbdd5;
	background: -moz-linear-gradient(top,  
            rgba(60,100,50,0),  
            #e24f86);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom,  
            from(rgba(60,100,50,0)),  
            to(#e24f86));　/* Safari,Google Chrome用 */
}

/* top */

.box{
	clear: both;
	padding-top: 680px;
	width: 1280px;
}

.contentsT{
	margin-left: 30px;
	margin-top: 70px;
}

#product{
	width: 1280px;
	height: 900px;
}
#bxSlider{}

.information{
	background-image: url('img/information.png');
	width: 1100px;
	height: 220px;
	margin-left: 90px;
	margin-bottom: 80px;
}

.info{
	border: 0;
	padding-top: 70px;
	margin-left: 100px;
	width: 900px;
	height: 130px;
}

.info a{color:#555;}
.info td{vertical-align:top; padding: 2px; color:#e24f86;}
.info .data{color:#555;}

/* News */

#news{
	width: 1280px;
}

.conTitle{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.conNewsA{
	margin-top: 30px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.conNewsA th{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	color: #e14f85;
	font-size: 120%;
	font-weight: 900;
	line-height: 130%;
}

.conNewsA td{
	padding: 20px;
	text-align: left;
	vertical-align: baseline;
	line-height: 150%;
}

.conNewsB{
	margin-top: 50px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.nImg{
	padding: 20px;
}

.nCap{
	padding-top: 20px;
	width: 600px;
	text-align: left;
	vertical-align: baseline;
	line-height: 150%;
}

.bTitle{
	font-size: 150%;
	margin-top: 0;
	margin-bottom: 10px;
}

.bData{
	font-weight: 900;
	color: #e14f85;
	margin-bottom: 10px;
}

/* about */

#about{
	width: 1280px;
	margin-bottom: 100px;
}

.conAbout{
	margin-top: 30px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.aImg{
	padding: 20px;
}

.aText p{
	color: #e14f85;
	font-size: 150%;
}

/* Illust */

#illust{
	width: 1280px;
}

.conIllust{
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.smn{
	width: 200px;
	margin: 5px;
}

/* Works */

#works{
	margin-top: 100px;
	min-width: 1280px;
	background-image: url('img/back_works.jpg');
	background-position: center center;
}

.conWorks{
	width: 1280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 90px;
	color: #fff;
}

.wl{
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 30px;
}

ul{
	list-style-type: circle;
	line-height: 150%;
}

.more{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.wmore{
	display: inline-block;
	padding: 20px 20px;
	border: solid 2px #fff;
	border-radius: 10px;
	background: rgba(0,0,0,0.2);
	width: 100px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	transition: 0.5s;
}

.wmore:hover{
	color: #555;
	background-color: #fff;
}

/* Contact */

#contact{
	width: 1280px;
	margin-bottom: 80px;
}

.conContact{
	margin-top: 30px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.aText{
	vertical-align: baseline;
}

/* footer */

#footer{
	min-width: 1280px;
	height: 80px;
	background-color: #e24f86;
	letter-spacing: 2px;
	color: #fff;
}
.foot{
	text-align: center;
	padding: 15px;
}


