@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.menu_box1 {
	width:950px;
	height:100%;
	position:relative;
	left:-17px;
}

.menu_box1 img:hover {
	opacity:.7;
}

.menu_box2 {
	width:950px;
	height:100%;
	position:relative;
	left:-17px;
	top:-7px;
}

.menu_box2 img:hover {
	opacity:.7;
}

.menu_btn {
	float:left;
	width:188px;
	height:100%;
	padding:0px 1px 1px 1px;
}

@media screen and ( max-width:950px ){
.menu_box1,.menu_box2 {
	width: 190px;
	margin:0 auto;
	position:static;
	padding-left:25px;
	}}
	
@media screen and ( max-width:950px ){
.menu_btn {
	width: auto;
	margin:-2px auto;
	padding:0px;
	}}

@media screen and ( max-width:950px ){
.menu_btn img {
	width:158px;
	height:100%;
	}}


.pdt_title {
	float:left;
	width:950px;
	margin:25px auto;
}


@media screen and ( max-width:950px ){
.pdt_title {
	width: auto;
	margin:15px 10px;
	}}
	
@media screen and ( max-width:950px ){
.pdt_title img{
	width: 100%;
	}}




