@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #333;
	background: #FFF;
}

.blue {
	color: blue;
}

.red {
	color: #d14;
}


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;
	vertical-align: bottom;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

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

.pagebtn {
    height:19px;
    width:90px;
    margin: 0 auto;
    font-size:10px;
    text-decoration:none;
    display:block;
    padding:2px 0 2px;
    color:#333;
    border:1px solid #333;
}

.pagebtn:hover {
	background-color: #ffe4e1;
}

a:hover {
	color: #dc0000;
	text-decoration: underline;
}

h1 {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-align: right;
}

#container {
	width: 980px;
	margin: 0px auto;
}

header {
	height: 46px;
	position: relative;
}

header #logo {
	position: absolute;
	left: 0px;
	top: -5px;
	margin-bottom: 3px;
}


/*mainimg
----------------------------------------*/
.mainimg {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 5px;
	margin-top: -23px;
}

/*contens ～ main/sub
----------------------------------------*/
#contents {
	clear: left;
	padding-top: 10px;
}

/*main
----------------------------------------*/
#main {
	float: left;
	width: 750px;
	padding-bottom: 30px;
}

#main h2{
	clear: both;
	color: #fff;
	font-size:100%;
	margin-bottom: 15px;
	position: relative;
	padding: 8px 0 8px 24px;
	border-radius: 32px 0;
	background: #d14;
}

#main h3 {
	clear: both;
	font-size: 100%;
	padding: 3px 12px;
	border: 1px solid #d14;
	border-radius: 4px;
	margin-bottom: 15px;
}

#main p {
	padding: 10px 15px 15px;　/*上、左右、*/
}

#main p + p {
	padding-top: 0px;
}

#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}


.button {
	display: inline-block;
	width: 200px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 8px;
	line-height: 44px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #DD1144;
	color: #fff;
}

.button:hover {
	background-color: #59b1eb;
}


#caution {
border: dotted 1px #0000ff;
padding:13px;
text-align:left;
font-size:80%;
width:60%;
margin-bottom:25px;
}







/* メイン記事装飾 */
div.art {
	width: 730px;
	background: #fff;
	text-align: left;
	padding: 0.7em 0.7em 0.7em 1em;
	border: 1px solid gray;
	margin: 1.2em auto;
}


/* 投稿フォーム */
table.regfm td, table.regfm th {
	padding: 0.1em;
	white-space: nowrap;
	text-align: left;
	font-size: 100%;
}


/* メイン記事タイトル */
div.art strong {
	color: #F14F67;
}


/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
}
ul.pager li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
ul.pager li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 12px;
	background: #000000;
	color: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 12px;
	background: #fff;
	color: #5b2e00;
	border: 1px solid #000000;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	background: #ffc488;
}


/* 返信記事 */
div.reslog {
	margin: 0 0 0 auto;
	width: 92%;
	text-align: left;
	border-top: 1px ridge gray;
	padding: 6px;
}
div.rescom {
	margin-top: 5px;
}


/* トピック画面 */
table.topic {
	border-collapse: collapse;
	width: 700px;
	margin: 5px auto 1em auto;
}
table.topic th, table.topic td {
	border: 1px solid #552b00;
	padding: 4px;
	font-size: 100%;
}
table.topic th {
	background: #ffdab5;
}
table.topic td {
	background: #fff;
}
.w-s {
	width: 3.5em;
}
.w-m {
	width: 12em;
}
.mini {
	font-size: 80% !important;
}


/* 投稿・返信ボタン */
div.new-btn {
	width: 90%;
	text-align: left;
	margin: 6px auto;
}
div#addform {
	width: 90%;
	text-align: left;
	margin: 0 auto;
}
div.res-btn {
	width: 92%;
	text-align: left;
	margin: 1em auto;
}
div.find-form {
	width: 90%;
	text-align: left;
	margin: 0 auto;
}



















/*zone1
----------------------------------------*/
/*各ボックス　zone1の各動画囲み*/
#main section.list {
	float: left;
	margin: 0px 10px 25px;　/*上、左右、下*/
	line-height: 1.6;
	width: 220px;
	height: 185px;
	position: relative;
	overflow: hidden;

}

#main section.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}

/*ボックス内段落*/
#main section.list p {
	padding: 0px;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}

/*ボックス内写真設定*/
#main section.list a figure img {
	width: 190px;	/*写真幅*/
	height: auto;	/*写真高さ*/
	padding: 1px;	/*写真と線との隙間*/
	border: 1px solid #696969;
	margin-bottom: 5px;
}

/*マウスオン時の写真の境界線の設定*/
#main section.list a:hover figure img {
	border: 1px solid #dc0000;
}

/*ボックス内のh4*/
#main section.list h4 {
	font-size: 13px;
}

/*zone2
----------------------------------------*/
/*各ボックス　zone2の各動画囲み*/
#main section2.list {
	float: left;
	margin: 0px 14px 20px;	/*上、左右、下*/
	line-height: 1.6;
	width: 145px;
	height: 320px;
	position: relative;
	overflow: hidden;

}

#main section2.list a {
	text-decoration: none;
	display: block;
}

/*ボックス内の段落タグ*/
#main section2.list p {
	padding: 0px;
	font-size: 11px;

}

.tag {
	font-size: 60%;
	color: #a9a9a9;
}

.tag4 {
	color: #d14;　/*SP専用設定*/
	font-weight: bold;　/*SP専用設定*/
}

.tred {
	margin-top: -15px;
	color: #d14;
}

/*ボックス内の写真設定*/
#main section2.list a figure img {
	width: 145px;	/*写真幅*/
	height: auto;	/*写真高さ*/
	padding: 0px;	/*写真と線との隙間*/
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

/*マウスオン時の写真の境界線*/
#main section2.list a:hover figure img {
	border: 1px solid #dc0000;
}

/*ボックス内のh4*/
#main section2.list h4 {
	font-size: 12px;
	color: #fb007d;
}

/*ボックス内のh4*/
#main section2.list h5 {
	font-size: 12px;
	color: #fb007d;
}


/*マーク設定1*/
.osusume {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transform: rotate(45deg) translate(37px,-15px);
	-ms-transform: rotate(45deg) translate(37px,-15px);
	transform: rotate(45deg) translate(37px,-15px);
}

/*マーク設定2*/
.sumi {
	font-size: 10px;
	color: #FFF;
	background: #999;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transform: rotate(45deg) translate(37px,-15px);
	-ms-transform: rotate(45deg) translate(37px,-15px);
	transform: rotate(45deg) translate(37px,-15px);
}


#pagebtn {
	clear: both;
	width: 100%;
	margin-top:10px;
	margin-bottom:20px;
	text-align: center;
/*   border:1px solid red;　/*目印*/
}


/*ピックアップ（PC）
----------------------------------------*/

#pickupframe {
	width:95%;
	margin:-5 auto 5px;
	padding:5px;
	background-color:#f8f1f1;
/*	border:1px solid red;　/*目印*/
}

#pickupframe h4 {
	font-size:15px;
	color:#fb007d;
}
#pickupframe h5 {
	font-size:15px;
	color:#696969;
}

.pickupimg {
	float: left;
	margin-right:15px;
}

.cap {
	color:7px;
	color:#696969;
}


/*詳細ページの画像切り替え
----------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
}
/*大きな画像の１行目*/
#item-image #item_image1 {
	z-index:2;
	position:relative;
	overflow:hidden;
}

/*大きな画像の２行目*/
#item-image #item_image2 {
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}

/*サムネイル*/
.thumbnail {
	width: 100px;	/*画像幅*/
	height: 100px;	/*画像高さ*/
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.thumbnail:hover {
	border: 1px solid #000;
}

/*サブ
----------------------------------------*/
#sub {
	float: left;
	width: 215px;
	padding-bottom: 30px;
	margin-left: 15px;
	

}

p.qr {
	margin-top: -14px;
 	text-align: center;
}

p.qrtext {
	margin-top: -14px;
 	text-align: center;
 	font-size: 6px;
	margin-bottom: 10px;
}



/*１カラム使用時のサブ*/
.c1 #sub {
	display: none;	/*非表示設定*/
}

/*subコンテンツ内のh2*/
#sub h2 {
	font-size: 100%;
	padding: 5px 10px;　/*上下、左右*/
	background: #555;
	color: #FFF;
}

/*サブコンテンツ内
----------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;　/*メニューブロック下スペース*/
}

#sub .box1 ul.submenu {
	margin-bottom: 0;　/*box1の中で使った場合に下にあけるスペースをなくす設定*/
}

/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*上下、左右*/
	background: #FFF;	/*背景色*/
	-webkit-transition: 0.5s;	/*マウスオン時の変化時間*/
	transition: 0.5s;			/*同上*/
}

/*マウスオン時*/
#sub ul.submenu li a:hover {
	background: #edc4c4;
	color: #FFF;
}

/*サブコンテンツ内ボタン*/
.btn {
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #111;
	width: 100px;
	padding: 10px 0;
}

/*サブコンテンツ内のbox1
----------------------------------------*/
#sub .box1 {
	border: 1px solid #ccc;
border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	background: #f4f2f2;

}

.tag{
	font-size: 12px;
	line-height: 22px;
}

/*サブコンテンツ内のSP非表示
----------------------------------------*/

@media screen and (max-width: 480px){
.spNone { display: none;}
}

/*サブコンテンツ1　一覧ボックス
----------------------------------------*/
/*ボックス１個あたりの設定（どこにも反映せず）*/
#sub section.list {
	font-size: 11px;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	line-height: 1.6;
	position: relative;
	overflow: hidden;

}

#sub section.list a {
	padding: 5px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

/*h4見出しタグ*/
#sub section.list h4 {
	color: #000;
	font-size: 100%;
}
#sub section.list a:hover h4 {
	color: #dc0000;
}

/*サムネイル画像設定*/
#sub section.list figure img {
	float: left;	/*左に回り込み*/
	margin-right: 5px;	/*画像右スペース*/
	border: 1px solid #999;
	width: 60px;	/*画像高さ*/
	height: auto;
}

/*サブコンテンツ2　一覧ボックス
----------------------------------------*/
/*ボックス１個ごとの設定（どこにも反映せず）*/*/
#sub section2.list {
	font-size: 11px;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	line-height: 1.6;
	position: relative;
	overflow: hidden;

}

#sub section2.list a {
	padding: 5px;	/*ボックス内余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}

/*h4見出しタグ*/
#sub section2.list h4 {
	color: #000;
	font-size: 100%;
}

#sub section2.list a:hover h4 {
	color: #dc0000;
}

/*サムネイル画像設定*/
#sub section2.list figure img {
	float: left;	/*左回り込み*/
	margin-right: 5px;	/*画像右スペース*/
	border: 1px solid #999;
	width: 60px;	/*画像高さ*/
	height: auto;
}


/*PAGE TOP設定
----------------------------------------*/
#pagetop {
	clear: both;
}

#pagetop a {
	color: #dc0000;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	width: 12em;
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔広め*/
	border-top: 1px solid #dc0000;
	border-right: 1px solid #dc0000;
	border-left: 1px solid #dc0000;
}

#pagetop a:hover {
	background: #dc0000;
	color: #FFF;
}

/*What's New
----------------------------------------*/
#kousin {
	margin-bottom: 10px;
}
#kousin dl{
	overflow: auto;
	height: 100px;
	padding-left: 15px;
}

#kousin dt {
	font-weight: bold;
	float: left;
	width: 8em;
}

#kousin dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 8em;
}

/*Footer
----------------------------------------*/
footer {
	clear: both;
	text-align: center;
	background: #d14;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer small {
	clear: both;
	display: block;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer a:hover {
	color: #FFCC00;
}

/*Footer_contents
----------------------------------------*/
.footermenu {
	text-align: left;
	width: 982px;
	margin: 0px auto;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 11px;
}
.footermenu ul {
	float: left;
	width: 22.8%;
	height: 175px;
	border-right: 1px solid #fff;
	padding-left: 18px;
}

.footermenu ul:first-child {
	border-left: 1px solid #fff;
}

/*p.hr
----------------------------------------*/
p.hr {
	margin-top: -40px;
	margin-bottom: -10px;
}

/*テーブル１
----------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}

/*テーブル内の左側*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: left;
	background: #dcdcdc;
}

/*テーブル１行目に入った見出し部*/
.ta1 th.midashi{
	width: auto;
	text-align: left;
	color: #FFF;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));　/*グラデ*/
	background: -webkit-linear-gradient(#4b4b4b, #333);　/*同上*/
	background: linear-gradient(#4b4b4b, #333);　/*同上*/
}


/*FAQ・LINK
----------------------------------------*/
.faq, 
.link {
	padding: 0px 15px;
}

/*質問*/
.faq dt,
.link dt {
	color: #dc0000;
	font-weight: bold;
	padding-top: 15px;
}

/*回答*/
.faq dd,
.link dd {

	overflow: hidden;
	padding-bottom: 15px;
}

/*その他
----------------------------------------*/
.look {
	background: #dcdcdc;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}

.color1 {
	color: #FF0008;
}

.pr {
	font-size: 10px;
}

.btn {
	font-size: 13px;
}

.wl {
	width: 96%;
}

.ws {
	width: 50%;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

figcaption {
	font-size: 11px;
}

.sortbox {
	text-align: right;
	margin-bottom: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	background: #FFF;
}

.big1 {
	font-size: 130%;
}

img {
	max-width: 100%;
	height: auto;
}

.shinchaku {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 6px;
	border-radius: 2px;
	margin: 0px 5px;
}

#menubar_hdr {
	display: none;
}

/*以下CMS用追加
----------------------------------------*/
#search {
	text-align: center;
	padding: 10px 0;
}

.w {
	width: 120px !important;
	margin-right: 3px !important;
}

.btn-d {
	width: auto !important;
	padding: 3px 15px 5px !important;
	margin-bottom: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 13px !important;
}

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

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

/*上部メインメニュー
----------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	margin-left: 0;
	margin-bottom: 0px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*下向き矢印画像を出さない設定*/
nav#menubar ul li.arrow {
	background: #dc0000;
}

/*ドロップダウンメニュー用
----------------------------------------*/
ul.ddmenu {
	display: none;	/*ドロップダウンメニュー非表示*/
}

/*main,subコンテンツ
----------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}


/*SP用zone1ボックス
----------------------------------------*/
/*各ボックスの設定（どこにも反映せず）*/
#main section.list,
.c1 #main section.list {
	margin: 0px 1.5% 15px;
	width: 23%;
	height: 220px;


}
/*ボックス内の写真設定*/
#main section.list a figure img {
	width: 100%;
	height: auto;
	padding: 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*SP用zone2ボックス
----------------------------------------*/
/*各ボックスの設定　反映しない。。*/
#main section2.list,
.c1 #main section2.list {
	margin: 0px 1.5% 15px;
	width: 23%;
	height: 220px;

}
/*ボックス内の写真設定*/
#main section2.list a figure img {
	width: 100%;
	height: auto;
	padding: 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*フッターメニュー
----------------------------------------*/
.footermenu {
	width: auto;
}

.footermenu ul {
	width: 25%;
	padding-left: 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){

/*コンテナ（HPを囲むブロック）
----------------------------------------*/
#container {
	width: auto;
	margin: -15px 10px 0px;
	font-size:15px;
	line-height:1.7;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
----------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 60px;
}

/*ロゴ画像*/
header #logo {
	width: 70%;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*上部のメインメニュー
----------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 1px;
}
/*下向き矢印画像を出さない設定*/
nav#menubar ul li.arrow {
	background: #dc0000;
}

/*ドロップダウンメニュー用
----------------------------------------*/
ul.ddmenu {
	display: none;	/*ドロップダウンメニューを表示させない*/
}

/*main,subコンテンツ
----------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*mainコンテンツ
----------------------------------------*/
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 5px 1em;	/*左から、上、左右、下への余白*/
}

/*zone1用ボックス
----------------------------------------*/
/*SP zone1　★各動画ボックスはここ！！*/
#main section.list {
	float: none;
	margin: 0px !important;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	line-height: normal;
	padding: 10px 0;

}
/*ボックス内の段落タグ設定*/
#main section.list p {
	font-size: 14px;
}

/*ボックス内の写真設定*/
#main section.list a figure img {
	padding: 0;
	border: none;
}
#main section.list a figure {
	float: left;
	margin-right: 10px;
}
/*マウスオン時の写真の境界線の設定*/
#main section.list a:hover figure img {
	border: none;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 14px;
}

/*zone2用ボックス
----------------------------------------*/
/*SP zone2　★各動画ボックスはここ！！*/
#main section2.list {
/*	float: none;  zone2では設定消す*/
	margin: 0px !important;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
	padding: 10px 0;
}

/*ボックス内の段落タグ設定*/
#main section2.list p {
	font-size: 15px;
}

.tag {
	color: #808080;　/*SP専用設定*/
}

.tag4 {
	color: #d14;　/*SP専用設定*/
	font-weight: bold;　/*SP専用設定*/
}

/*ボックス内の写真設定（写真そのものの設定）*/
#main section2.list a figure img {
	padding: 0;
	border: none;
	max-width: 150px;　/*SP専用設定*/
	height:auto;　/*SP専用設定*/

}
#main section2.list a figure {
	float: left;
	margin-right: 10px;
}
/*マウスオン時の写真の境界線の設定*/
#main section2.list a:hover figure img {
	border: none;
}
/*ボックス内のh4タグ設定*/
#main section2.list h4 {
	font-size: 16px;
	color: #fb007d;
}


/*フッターメニュー設定
----------------------------------------*/
.footermenu {
	width: auto;
}
.footermenu ul {
	width: 50%;
	height: 190px;
	padding-left: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}

/*トップページ「What's New」
----------------------------------------*/
section#kousin h2.open {
	background: #000 url(./img/btn_minus.png) no-repeat right center/34px 34px;
}
section#kousin h2.close {
	background: #000 url(./img/btn_plus.png) no-repeat right center/34px 34px;
}

/*ブロック全体の設定*/
#kousin dl {
	height: auto;
	margin: 5px 5px 0px;
	padding-left: 0px;
}

/*日付設定*/
#kousin dt {
	float: none;
	width: auto;
}

/*記事設定*/
#kousin dd {
	padding-left: 0;
}

/*テーブル１
----------------------------------------*/
.ta1 {
	width: 100%;
}

/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}

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

/*その他
----------------------------------------*/
img.fl {
	width: 50%;
}

.ws {
	width: 96%;
}

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

/*メニュー折りたたみ設定*/
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 60px;
	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: 7px 10px;
	border: 1px solid #cfcfcf;
}

}
