@charset "utf-8";

/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
body > h1 {
	display: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
.container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

.slider {
	width: 100%;
	margin: 0 auto;
    }

.container1200 {
	width: auto !important;
	margin-right: 6px;
	margin-left: 6px;
}


.slider {
	width: 100%!important;
	margin: 20px auto;
	text-align: center;
    }
.slide-img{
    width: 100%;
    height: auto;
	overflow: hidden;
	margin:0px auto;	
}


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: auto;
	position: static;
	text-align: center;
}
/*h1ロゴの設定*/
header h1 {
	padding-top: 20px;
	text-align: center;
	position: static;
}
header h1 img {
	width: 90%;
	height: auto;
}

footer{
	font-size:80%;
	
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#mainmenu ul {
	height: auto;
	width: auto;
	position: static;
	top: auto;
	right: auto;
}
/*各メニューの設定*/
nav#mainmenu ul li a {
	float: none;
	height: 130px;
	width: 135px;
	line-height: 70px;
	margin-right: 0;
}
nav#mainmenu ul li {
	display: inline-block;
	width: 65px;
	height: 65px;
}
nav#mainmenu ul li img {
	width: 100%;
	height: 100%;
}
#main {
	padding-top: 10px;
}

/*マウスオン時の設定*/
nav#mainmenu ul li a:hover {
	border: 5px solid #eb537b;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: auto;
}
/*mainコンテンツのh1タグの設定*/
#main h1 {
	padding: 2px 5px 2px 10px;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 5px 1em;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
}
#mainimg img {
	border: 5px solid #FFF;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h1.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #e6e6e6);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #e6e6e6);
min-height: 20px;
}
section#new h1.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #e6e6e6);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #e6e6e6);
min-height: 20px;
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	display: block;
	font-size: 0.9em;
	margin-bottom: -3em;
}

div.order_select{
clear: both;

}


div.menu img.menu_p{
float: none;
}

div.menu table{
display: 	block;
position: relative;
float: left;
width: 97.5vw;
font-size:0.9em; 
}

div.menu table td:first-child{  width: 1.5em; padding-left: 0.5em;}
div.menu table td:nth-child(2){  width:35em; background: url(../images/menu/menu_dot.png) repeat-x 0em 0.8em;}
div.menu table td:nth-child(2) span.name{ background-color: #fff5fa; padding: 0.2em 0.5em;}
div.menu table td:last-child{  width: 5em; padding-left:1em;}

div.menu table td.menutext{ 
	padding:0 5vw 5vw 8vw;  
	font-size: 95%; 
}
div.order_select{
margin-top:3em;

}



/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	float: none;
	margin: 1em auto;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}


div.about img {
	float: none;
	width: 95%;
}
div.aboutdesc {
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	width: 95%;
}
div.menu img {
	float: none;
	width: 95%;
}
div.menudesc {
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	width: 95%;
}

.ta1 a {
        color:#7c7c7c;
}
        
img.bt{
    width:100%;
}

/*キャンペーンブロック全体の設定*/

/*キャンペーンバナー
-------------------------------------------------------------------------
#cp-banner .linkimg{
width:100%;
}
--*/

#cp-banner li{
	display: block;
	width: 100%;
	float: none !important;
	margin: 0.5em 0px;
	height: auto !important;
}
#cp-banner li img{
	displa:block;
	width: 100% !important;
}

.special_pop img{
	width:95% !important;
	padding: 0 auto;
	margin: 0 auto 1vw auto;
}




