@charset "utf-8";


/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Playball);

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #000;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/1 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	/*background: #ca1a6d url(../images/bg.jpg) repeat-x top;	背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #CCC;	/*リンクテキストの色*/
}
a:hover {
	color: #FFCC00;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 980px;	/*ボックス幅*/
	margin: 0 auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;	/*ヘッダーブロックの幅*/
	height: 700px;	/*ヘッダーの高さ*/
	position: relative;
}

#header-c{
	width: 100%;	/*ヘッダーブロックの幅*/
	height: 102px;	/*ヘッダーの高さ*/
	position: relative;
}


#header-c h1 {
	font-size: 12px;			/*文字サイズ*/
	color: #0000FF	;	/*文字色*/
	font-weight: normal;	/*デフォルトの太字を標準に。太字がいいならこの１行削除。*/
	line-height: 20px;
	bottom: 30px;	/*ヘッダーブロックに対して下から0pxの位置に配置。*/
	text-align:center;
}

/*ヘッダー内の画像*/
header aside#mainimg img {
	vertical-align: bottom;
	width: 100%;	/*画像の幅*/
	height: auto;	/*画像の高さ*/
}
/*h1見出しタグ設定*/
header h1 {
	font-size: 12px;			/*文字サイズ*/
	color: #0000FF	;	/*文字色*/
	font-weight: normal;	/*デフォルトの太字を標準に。太字がいいならこの１行削除。*/
	line-height: 20px;
	bottom: 30px;	/*ヘッダーブロックに対して下から0pxの位置に配置。*/
	text-align:center;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/

/*メニューブロック全体の設定*/
nav#menubar {
	background: #f78500;	/*背景色*/
	height: 57px;			/*高さ*/
	padding: 0px 0px 0px 0px;	/*左から、上、右、下、左側への余白*/
}

nav#menubar ul{
	margin-left:100px;
}

/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 200px;	/*メニュー幅*/
	margin-right: 0px;	/*メニューの右側にあけるスペース*/
}
nav#menubar ul li a {
	height:57px;
	width:200px;
	text-indent:-9999px;
	text-decoration: none;
	display: block;
	background-image:url(../images/navi.jpg);
	color: #333;	/*文字色*/
}

nav#menubar ul li.menu1 a { background-position:0 0;}
nav#menubar ul li.menu2 a { background-position:-200px 0;}
nav#menubar ul li.menu3 a { background-position:-400px 0;}
nav#menubar ul li.menu4 a { background-position:-600px 0;}

/*マウスオン時*/
nav#menubar ul li a:hover {
	width:200px;
	text-indent:-9999px;
	text-decoration: none;
	display: block;
	background-image:url(../images/navi.jpg);
	}
	
nav#menubar ul li.menu1 a:hover { background-position:0 -58px;}
nav#menubar ul li.menu2 a:hover  { background-position:-200px -58px;}
nav#menubar ul li.menu3 a:hover  { background-position:-400px -58px;}
nav#menubar ul li.menu4 a:hover  { background-position:-600px -58px;}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	background: #FFFFFF;	/*背景色*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 650px;	/*メインコンテンツ幅*/
	padding: 0px 55px 50px 0px;	/*上、右、下、左への余白*/
}

#contact {
	float: none;
	width: 750px;
	margin: 0px auto;
	padding: 0px 0px 50px;	/*上、左右、下への余白*/
}

body.c1 #main {
	float: none;
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 50px;	/*上、左右、下への余白*/
}
/*mainコンテンツのh2タグの設定*/
*#main h2 {
	clear: both;
	height:30px;
	font-size: 16px;
	line-height:18px;
	color:#3366CC;
	padding: 22px 10px 5px 20px;	/*左から、上、右、下、左側への余白*/
	background:url(../images/title_bk.jpg) no-repeat;
	background-position: left bottom ;
	}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	font-size: 100%;
	clear: both;
	background-color: #670d38;	/*背景色*/
	padding: 5px 10px 5px 20px;	/*左から、上、右、下、左側への余白*/
	border-radius: 10px;	/*角丸のサイズ*/
	color: #FFF;			/*文字色*/
	border: 1px solid #f21f84;	/*枠線の幅、線種、色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 10px 20px 15px;	/*左から、上、左右、下への余白*/
}

.main_img{
	padding: 15px 10px 15px 20px;	/*左から、上、右、下、左側への余白*/
 }

/*menu.html内のブロック
---------------------------------------------------------------------------*/

/*各ボックスの設定*/
#main section.list section {
	height: 300px;	/*ボックスの高さ*/
	width: 255px;	/*ボックスの幅*/
	/*border-radius: 10px;	/*角丸のサイズ*/
	/*background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	/*background-image: -webkit-linear-gradient(#FFF, #f6f6f6);	/*同上*/
	/*background-image: linear-gradient(#FFF, #f6f6f6);	/*同上*/
	padding: 5px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 0px 0px;
	overflow: hidden;
	position: relative;
}


#main section.list_option section {
	height: 300px;	/*ボックスの高さ*/
	width: 190px;	/*ボックスの幅*/
	/*border-radius: 10px;	/*角丸のサイズ*/
	/*background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	/*background-image: -webkit-linear-gradient(#FFF, #f6f6f6);	/*同上*/
	/*background-image: linear-gradient(#FFF, #f6f6f6);	/*同上*/
	padding: 5px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 0px 0px;
	overflow: hidden;
	position: relative;
}

body.c1 #main section.list section {
	width: 252px;	/*ボックスの幅*/
}
/*ボックス内の段落タグ設定*/
#main section.list section p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
}

#main section.list_option section p {
	padding: 5px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
}


/*ボックス内のh4タグ設定*/
#main section.list_option section h4 {
	font-size: 100%;
	text-align:center;
	color: #3300FF;	/*文字色*/
	margin-bottom: 5px;
}
/*ボックス内の写真設定*/
#main section.list section figure img {
	width: 100%;
	height: auto;
}

/*ボックス内の写真設定*/
#main section.list_option section figure img {
	width: 100%;
	height: auto;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding: 0px 0px 50px 55px;	/*上、右、下、左への余白*/
}
body.c1 #sub {
	display: none;
}
/*subコンテンツのh2タグの設定*/
#sub h2 {
	background-color: #fc2189;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fc3c97), to(#fc2189));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fc3c97, #fc2189);	/*同上*/
	background-image: linear-gradient(#fc3c97, #fc2189);		/*同上*/
	color: #FFF;	/*文字色*/
	font-size: 100%;
	font-weight: normal;
	padding: 5px 5px 5px 10px;	/*上、右、下、左の余白*/
}
/*subコンテンツのpタグの設定*/
#sub p {
	padding: 5px;	/*余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニューブロック全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*ブロックの下にスペースを空ける設定*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #666;	/*下線の幅、線種、色*/
	padding: 2px 2px 2px 10px;	/*上、右、下、左の余白*/
	color: #333;	/*文字色*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	color: #FA2227;				/*マウスオン時の文字色*/
	background-color: #FFCC00;	/*マウスオン時の背景色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	background: #FFF;	/*背景色*/
	color: #333;		/*文字色*/
	padding: 5px;		/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下にスペースを空ける設定*/
}

/*フッター設定
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width:100%;
	height:30px;
	text-align: center;
	padding-top: 15px;
	background:#016bd4;
	color:#FFFFFF;
	margin:0px;
	
}
#footer .pr {
	display: block;
	font-size: 80%;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	margin: 5px 20px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 96%;
	margin: 0px auto;
	background-color: #FFF;	/*背景色*/
	color: #333;	/*文字色*/
}

.ta2 {
	margin: 0px 0px;
	background-color: #FFF;	/*背景色*/
	color: #333;	/*文字色*/
}

.ta1 a {
	color: #333;	/*文字色*/
}
.ta1, .ta2, .ta2 td, .ta1 td, .ta1 th{
	border: 2px solid #FFF;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1;
}
/*テーブル内の右側*/
.ta1_water{
	padding: 10px;
	background-color:#e4f7f9;
}

.ta1_water_c{
	width:280px;
	padding: 10px;
	background-color:#e4f7f9;
	text-align: center;
}

/*テーブル内の左側*/
.ta1_blue{
	width: 180px;
	padding: 10px;
	text-align: center;
	color:#FFFFFF;
	background-color: #1dc6d9;	/*背景色*/
}

.ta1_blue2{
	padding: 10px;
	text-align: center;
	color:#FFFFFF;
	background-color: #1dc6d9;	/*背景色*/
}

/*テーブル内の左側*/
.ta1_text_blue{
	width: 150px;
	padding: 10px;
	text-align: center;
	color: #0066CC;
	font-weight:bold;
	background-color:#e4f7f9;;	/*背景色*/
}

/*テキスト*/
.red{
 font-weight:bold;
 color:#D61E03;
}

.text_bold{
	font-weight:bold;
}

.price{
	font-size:22px;
}

/*右配置のボックス*/
.box-right{
	float:right;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	height: 45px;
	margin:0px;

}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	margin:0px 150px 0px 0px;
	background:#016bd4;;
}
/*マウスオン時*/
#pagetop a:hover {
	color: #FFF;		/*文字色*/
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*「NEW」表示
---------------------------------------------------------------------------*/
.new {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #36b2eb;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #222;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FFCC00;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}



/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: auto;	/*ヘッダーの高さ*/
}
/*h1見出しタグ設定*/
header h1 {
	display: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menubar {
	height: auto;
	padding: 0px;
	overflow: hidden;
	margin:auto;
}

nav#menubar ul{
	margin:0px;
}


/*メニュー１個ごとの設定*/
nav#menubar ul li {
	margin: 0px;
	width: 50%;
}


nav#menubar ul li a{
background-image:url(../images/navi_back.jpg);
width:100%;
text-indent:0px;
text-align: center;	/*文字をセンタリング*/
color: #FFF;	/*文字色*/
font-size:18px;
border-bottom: 1px solid #FFF;	/*下側の線の幅、線種、色*/
padding-top:22px;
}

/*奇数番目のメニューの設定*/
nav#menubar ul li a:nth-child(odd) {
	border-left: 1px solid #FFF;
	box-sizing: border-box;
}

nav#menubar ul li a:hover{
background-image:url(../images/navi_back.jpg);
text-indent:0px;
text-align: center;	 /*文字をセンタリング*/
color: #333;	/*文字色*/
font-size:18px;
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto !important;
	padding: 20px 0px 50px 0px;
}

/*menu.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list section {
	height: 300px;	/*ボックスの高さ*/
	width: 46% !important;	/*ボックスの幅*/
	margin: 0px 2% 2%;
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}

#main section.list_option section {
	height: 300px;	/*ボックスの高さ*/
	width: 46% !important;	/*ボックスの幅*/
	margin: 0px 2% 2%;
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

}


/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: auto;	/*ヘッダーの高さ*/
}
/*h1見出しタグ設定*/
header h1 {
	display: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*メインメニュー
---------------------------------------------------------------------------*/


/*メニューブロックの設定*/
nav#menubar {
	height: auto;
	padding: 0px;
	overflow: hidden;
}

nav#menubar ul{
	margin:0px;
}


/*メニュー１個ごとの設定*/
nav#menubar ul li {
	margin: 0px;
	width: 50%;
}


nav#menubar ul li a{
background-image:url(../images/navi_back.jpg);
width:100%;
height:40px;
text-indent:0px;
text-align: center;	/*文字をセンタリング*/
color: #FFF;	/*文字色*/
font-size:14px;
border-bottom: 1px solid #FFF;	/*下側の線の幅、線種、色*/
padding-top:15px;
}

/*奇数番目のメニューの設定*/
nav#menubar ul li a:nth-child(odd) {
	border-left: 1px solid #FFF;
	box-sizing: border-box;
}

nav#menubar ul li a:hover{
background-image:url(../images/navi_back.jpg);
width:100%;
height:40px;
text-indent:0px;
text-align: center;	/*文字をセンタリング*/
color: #FFF;	/*文字色*/
font-size:14px;
border-bottom: 1px solid #FFF;	/*下側の線の幅、線種、色*/
padding-top:15px;
}



/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto !important;
	padding: 10px 0px 20px 0px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグの設定*/
#main h2 {
	height:auto;
	font-size:90%;
	padding: 10px 10px 10px 20px;	/*左から、上、右、下、左側への余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 10px 5px 15px;	/*左から、上、左右、下への余白*/
}


#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	margin:0px;
	background:#016bd4;;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/bg1.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3));	/*マイナスアイコンと背景画像とグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/bg1.png) no-repeat right center, -webkit-linear-gradient(#fff, #e5e5e5 49%, #d3d3d3 50%);			/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/bg1.png) no-repeat right center, linear-gradient(#fff, #e5e5e5 49%, #d3d3d3 50%);	/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/bg1.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3));	/*プラスアイコンと背景画像とグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/bg1.png) no-repeat right center, -webkit-linear-gradient(#fff, #e5e5e5 49%, #d3d3d3 50%);				/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/bg1.png) no-repeat right center, linear-gradient(#fff, #e5e5e5 49%, #d3d3d3 50%);	/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*menu.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list section {
	float: none;
	height: auto;	/*ボックスの高さ*/
	width: 90% !important;		/*ボックスの幅*/
	margin: 0px auto 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main section.list_option section {
	float: none;
	height: auto;	/*ボックスの高さ*/
	width: 90% !important;		/*ボックスの幅*/
	margin: 0px auto 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}
