@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;
}
#mainmenu {
}

/*ロゴの設定*/
header h1 {
	padding-top: 20px;
	text-align: center;
	position: static;
}



/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#mainmenu ul {
	height: auto;
	width: auto;
	position: static;
	top: auto;
	right: auto;
}
/*各メニューの設定*/
nav#mainmenu ul li a {
	float: none;
	height: 130px;
	width: 480px;
	line-height: 70px;
	margin-right: 0;
}
nav#mainmenu ul li {
	display: inline-block;
	width: 110px;
	height: 110px;
}
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;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
	margin-bottom: 30px;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
}
#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;
	margin-bottom: 20px;
}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 0.8em;
}


div.menu img.menu_p{
width: 35vw;
display: block;
margin: 0 auto;
float: left;
}

div.menu table{
width: 58vw;
font-size:0.9em; 
}

div.menu table td:first-child{  width: 1.5em; padding-left: 0.5em;}
div.menu table td:nth-child(2){ background: url(../images/menu/menu_dot.png) repeat-x right 0px bottom 10px;}
div.menu table td:last-child{  width: 3em; padding-left:0.5em;}
div.menu table td.menutext{ 
	padding:0 5vw 5vw 8vw;  
	font-size: 95%; 
}

div.menu table:after{
clear: both;
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 96%;
}

#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;
}