@charset "utf-8";

/*　▼　本文全体　#pagewrap　▼　*/
#pagewrap{
	font-family:arial,helvetica,clean,sans-serif;
	font-size:small;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整なし */

	background:#000000;
	color:#ffffff;

}

#pagewrap p,#pagewrap li,#pagewrap h1,#pagewrap h2,#pagewrap h3,#pagewrap h4,#pagewrap h5,#pagewrap h6{
	line-height:140%;
	padding:5px 10px;
}

#pagewrap p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#pagewrap h1{
	padding:5px 10px;
	font-size:medium;
	color:#2a2a2a;
	text-shadow: 2px 2px 1px #ffffff;

	border:solid 1px #c13702;

	background: #e9e9e9; /* Old browsers */
	background-image: url(../images/title-bar.jpg);
	background-position: left center;
	background-repeat: repeat-x;

}

#pagewrap .marker{
	background-image: url(../images/mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
}

/* ------------------------------------------------ */
/*　▼　角丸　.radius-wrap　▼*/
#pagewrap .radius-wrap {
	border-width: 1px;
	border-style: solid;
	border-color: #ce050b;
	margin:0 10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	margin-bottom:10px;
}
#pagewrap .radius-wrap h1 {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

/* ------------------------------------------------ */
/*　▼　タブ切り替えパーツ用　▼　*/

#pagewrap .disnon {
	display: none;
}
#pagewrap .tab{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:0px;
}
#pagewrap .tab li{
	padding:5px;
	background: #000000; /* Old browsers */

	color:#ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #7f0306;
	border-bottom-color:#ce050b;
	text-align:center;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
}
#pagewrap .tab li.select {

	color:#ffffff;
	border-top-width: 2px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 0px;
	border-color: #ce050b;
}
#pagewrap .tab-bg {
	border-right: solid 5px;
	border-left: solid 5px;
	border-bottom: solid 2px;
	border-color: #ce050b;
}

/* ------------------------------------------------ */
/*　▼　角丸版タブ用　.radius-tab　▼　*/

#pagewrap .radius-tab{
	margin:0 10px;
}

#pagewrap .radius-tab .content_wrap{
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #ce050b;
	border-left-color: #000000;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#pagewrap .radius-tab .tab{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:0px;
}
#pagewrap .radius-tab .tab li{
	padding:5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #39F;
	border-right-color: #000000;
	border-bottom-color: #ce050b;
	border-left-color: #000000;
	text-align:center;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#pagewrap .radius-tab .tab li.select {
	background: #FFF;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #000000;
}

/* ------------------------------------------------ */
/*　▼　アコーディオン（折り畳み）パーツ用　▼　*/

#pagewrap .accordion-button {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ce050b;
}

#pagewrap .radius-wrap .accordion-button {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ce050b;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}


#pagewrap .accordion-button .open {
	padding-right:25px;
	background-image: url(../images/arrow_circle_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#000;
}
#pagewrap .accordion-button .close {
	padding-right:25px;
	background-image: url(../images/arrow_circle_up.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#000;
}


/*汎用パーツ*/

/* ------------------------------------------------ */
/*　▼　汎用リスト用パーツ　.default-list　▼　*/

#pagewrap .default-list li{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#pagewrap .default-list li.link{
}
#pagewrap .default-list li a{
	display:block;
	color:#ff3c41;
	backgound-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:25px;
}

/* ------------------------------------------------ */
/*　▼　タイトル部分用パーツ　#title　▼　*/

#pagewrap #title .img{
	padding:0px;
}
#pagewrap #title .img img{
	width:100%;
	height:auto;
}

#pagewrap #title .oa{
	margin-bottom:10px;
	font-size:small;
	text-align:center;
}

/* ------------------------------------------------ */
/*　▼　緊急テキスト用パーツ　#emergency　▼　*/

#pagewrap #emergency h1{
	text-align:center;
	background: #ce050b;
	color:#ffffff;
	text-shadow: none;

}
#pagewrap #emergency p{
	background-color:#eeeeee;
	padding:5px 10px;
	color:#950000;
}

/* ------------------------------------------------ */
/*　▼　ボタン（アイコンあり）　.click-block　▼　*/

#pagewrap .click-block{
	padding-right:25px;
	background-image: url(../images/arrow_circle.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ce050b;
}
#pagewrap .click-block a{
	display:block;
	color:#ce050b;
	font-weight:normal;
	text-align:center;
}

/* ------------------------------------------------ */
/*　▼　クリックボタン（アイコンなし）用パーツ　.tap-button　▼　*/

#pagewrap .tap-button{
	margin:6px auto;
	width:90%;

	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 5px 3px 1px 3px;
	border-style: solid;
	border-color: #ce050b;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(238,238,238) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(238,238,238))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
#pagewrap .tap-button a{
	display:block;
	color:#000000;
}

#pagewrap .tap-button_end{
	margin:6px auto;
	width:90%;
	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	color:#ffffff;
	background: #131313; /* Old browsers */
	background: -moz-linear-gradient(top, #131313 0%, #4c4c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131313), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #131313 0%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #131313 0%,#4c4c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #131313 0%,#4c4c4c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #131313 0%,#4c4c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#pagewrap .tap-button_end a{
	display:block;
	color:#ffffff;
}

/* ------------------------------------------------ */
/*　▼　メールボタン用パーツ　.mail-button　▼　*/

#pagewrap .mail-button{
	margin:6px auto;
	width:90%;
	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	-moz-box-shadow: 0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#pagewrap .mail-button a{
	display:block;
	color:#000;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* ------------------------------------------------ */
/*　▼　ボタンメニュー用パーツ　.button-wrap　▼　*/

#pagewrap .button-wrap,#pagewrap .button-wrap2{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:10px 10px;
}
#pagewrap .button-wrap li{
	padding:5px;
	width:28%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #518c83;
	-moz-box-shadow: 0px 0px 3px #518c83;
	-webkit-box-shadow: 0px 0px 3px #518c83;
	text-align:center;
}
#pagewrap .button-wrap2 li{
	padding:5px;
	width:45%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #518c83;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */

	text-align:center;
}
#pagewrap .button-wrap li a,#pagewrap .button-wrap2 li a{
	display:block;
	color:#053741;
	font-size:medium;
}

/* ------------------------------------------------ */
/*　▼　スペーサークラス　▼　*/

#pagewrap .margin-b-10{/* 下部にマージン10px追加 */
	margin-bottom:10px;
}

#pagewrap .no-margin{/* マージン削除 */
	margin:0px;
	padding:0px;
}

#pagewrap .margin-t-10{/* 上部にマージン10px追加 */
	margin-top:10px;
}
#pagewrap .flo-l {/* 画像を入れる場合用のfloat */
	float:left;
	margin-right:8px;
}
/* ------------------------------------------------ */
/*　▼　詳細要素・打ち消し用クラス　▼　*/

#pagewrap .bottom-border {/* bottomにボーダーライン追加 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#pagewrap .no-border {/* bottomボーダーライン打ち消し */
	border-width: 0px;
	border-bottom-style:none;
}

#pagewrap .no-space {/* bottomボーダーライン打ち消し */
	margin: 0px;
	padding:0px;
}

#pagewrap .radius-wrap .radius-bottom {/* 下部角丸追加 */
	padding:5px 10px;
	margin-bottom:0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#pagewrap .radius-wrap .radius-top {/* 上部角丸追加 */
	padding:5px 10px;
	margin-bottom:0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}



/*　▼　個人追加クラス　▼　*/
#pagewrap .copyright {
	width : 100% ;
	text-align:center;
	padding:5px 0;
	font-size:10px;
}

#pagewrap .back-button{
	margin:0;
	background-color:#e1e1e1;
	background-image: url(../images/arrow_circle_re.png);
	background-repeat: no-repeat;
	background-position: left center;

	padding-left:45px;

	border-top:2px solid #9e9e9e;
	border-bottom:2px solid #9e9e9e;

	font-size:small;
}

#pagewrap .back-button a{
	display:block;
	color:#2d2d2d;
}

#pagewrap .sel-button{
	margin:0;
	background-color:#e1e1e1;
	background-image: url(../images/arrow_circle.png);
	background-repeat: no-repeat;
	background-position: right center;

	padding-right:45px;

	border-top:2px solid #9e9e9e;
	border-bottom:2px solid #9e9e9e;

	font-size:small;
}

#pagewrap .sel-button a{
	display:block;
	color:#2d2d2d;
}

#pagewrap img.left {
	float : left ;
	padding-right : 5px ;
}

#pagewrap img.right {
	float : right ;
	padding-left : 5px ;
}

#pagewrap .line-h {
	line-height:140%;
}

#pagewrap .centering {/* 中央寄せ */
	text-align:center;
}

#pagewrap img.fit{	/* 画像画面フィット */
	width:100%;
	height:auto;
}

#pagewrap img.half{	/* 画像画面半分 */
	width:50%;
	height:auto;
}

#pagewrap img.cast{	/* 画像画面30% */
	width:30%;
	height:auto;
}

#pagewrap img.half2{	/* 画像画面45% */
	width:45%;
	height:auto;
}

#pagewrap .top-border {/* topにボーダーライン追加 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

#pagewrap .highlight {	/* 強調表示 */
	color:#f2f200;
}

#pagewrap .highlight2 {
	background:#eb5606;
	color:#ffffff;
}

#pagewrap .highlight3 {
	color:#ff0000;
}

#pagewrap .highlight4 {
	color:#3c5bc3;
}

#pagewrap .right {
	text-align:right;
}

#pagewrap .flo-r {/* 画像を入れる場合用のfloat */
	float:right;
	margin-leftt:8px;
}

#pagewrap .sub-width {
	border-top:solid 5px #000000;
	border-right:solid 5px #000000;

}

/* 名シーン関係 */

#pagewrap ul.index:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#pagewrap ul.index { display: inline-table; }
/* Hides from IE-mac \*/
* html #pagewrap ul.index { height: 1%; }
#pagewrap ul.index { display: block; }
/* End hide from IE-mac */{

}

#pagewrap .index .back {
	width:40%;
	float:left;

	margin:6px;
	text-align:center;
	font-size:small;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #ce050b;

	background: rgb(254,255,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(254,255,232) 0%, rgb(214,219,191) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,255,232)), color-stop(100%,rgb(214,219,191))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(254,255,232) 0%,rgb(214,219,191) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(254,255,232) 0%,rgb(214,219,191) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(254,255,232) 0%,rgb(214,219,191) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(254,255,232) 0%,rgb(214,219,191) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#pagewrap .index .back a{
	display:block;
	color:#ce050b;
	background-image: url(../images/arrow_re.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
}

#pagewrap .index .next {
	width:40%;
	float:right;

	margin:6px;
	text-align:center;
	font-size:small;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #ce050b;

	background: rgb(254,255,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(254,255,232) 0%, rgb(214,219,191) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,255,232)), color-stop(100%,rgb(214,219,191))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(254,255,232) 0%,rgb(214,219,191) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(254,255,232) 0%,rgb(214,219,191) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(254,255,232) 0%,rgb(214,219,191) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(254,255,232) 0%,rgb(214,219,191) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#pagewrap .index .next a{
	display:block;
	color:#ce050b;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:25px;
}


#pagewrap .title2 {
	border-top:3px double #ce050b;
	border-bottom:3px double #ce050b;
	color:#ffffff;
	text-align:center;
}

/* 投票ボタン */
#pagewrap .tap-button-vote{
	margin:6px auto;
	width:90%;
	text-align:center;
	color:#7b0000;
	font-size:medium;
	font-weight:bold;

	border-width: 5px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #ce0000;
	border-bottom-style: solid;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */

	background: #eeeeee; /* Old browsers */
}

#pagewrap .tap-button-vote a{
	color:#7b0000;
	display:block;
}


/* 放送連動関係 */
/* ------------------------------------------------ */
#pagewrap #oa-contents input {
	margin: 0 ;
	padding: 5px ;
	border: 1px #ce050b solid ;
}

#pagewrap #oa-contents .btnC {
	padding: 5px 20px;
	background: #ffffff ;
	border: 1px solid #ce050b;
	color: #2a2a2a;
	text-shadow: 1px 2px 3px #ffffff ;
	text-align: center;
}

#pagewrap #oa-contents label {
	padding: 5px ;
	margin : 5px 0px ;
}

/* 待ち受けバックナンバー */


#pagewrap #sel-backno .title {
	width:93%;
	margin:0 auto;

	background:#2cb5ae;
	color:#ffffff;
}


#pagewrap #sel-backno ul {
	width:95%;
	margin:0 auto;
	padding:0;
}

#pagewrap #sel-backno #sel-list li.graph {
	margin:0;
	padding:0;
	width:33%;
	float:left;
	text-align:center;
}

#pagewrap #sel-backno #sel-list li.graph img {
	width:90%;
	height:auto;
}

#pagewrap #sel-backno dl {
	margin:5px 0;
}

#pagewrap #sel-backno dd.link {
	border-width: 1px;
	border-style: solid;
	border-top-width: 5px;
	border-color: #b52c2c;
	margin:5px 10px;
	padding:5px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	margin-bottom:10px;

	background: rgb(249,252,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,252,247,1) 0%, rgba(224,222,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,1)), color-stop(100%,rgba(224,222,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(224,222,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(224,222,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(224,222,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(224,222,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#e0def2',GradientType=0 ); /* IE6-9 */
}

#pagewrap #sel-backno dd.link a {
	display:block;
	color:#b52c2c;
}

#pagewrap #sel-backno dd.graph img {
	width:50%;
	height:auto;
	margin:5px;
}

#pagewrap .tap-button_m {
	margin:6px auto;
	width:50%;

	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 5px 3px;
	border-style: solid;
	border-color: #f20000;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(238,238,238) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(238,238,238))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
#pagewrap .tap-button_m a{
	display:block;
	color:#f20000;
}

#pagewrap #d-present {
	padding: 0px 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

#pagewrap #d-present img {
	margin-bottom:5px;
}
#pagewrap #d-present .box-attention {
	margin: 1px;
	border-width: 3px;
	padding: 5px;
	border-color : #d30000;
	border-style: double;
	margin-top:10px;
	margin-bottom:10px;
}

#pagewrap #d-present .closing {
	text-align:right;
	color:#ffff00;
	margin-bottom:5px;
	padding-bottom: 5px;
}

#pagewrap #card .postcard	{
}

#pagewrap #card .postcard li	{ padding:10px; margin:0px; }

#pagewrap #card .postcard li dl	{ border: 1px solid #cccccc; padding:5px; }
#pagewrap #card .postcard li dl img	{ width:100%; }

#pagewrap #card .postcard li dl dt,
#pagewrap #card .postcard li dl dd	{ margin:0; padding:0; }

#pagewrap #card .postcard li dl dd	{ border-bottom:1px dotted #cccccc; padding:5px; }

/* ------------------------------------------------ */
/*　▼　見逃し用　▼*/
#pagewrap  section#notice {
	border-width: 1px;
	border-style: solid;
	border-color: #101010;
	margin:0 10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	margin-bottom:10px;
}
#pagewrap  section#notice h3 {

	text-shadow: 2px 2px 1px #ffffff;

	border-bottom:solid 1px #101010;

	background: #e9e9e9; /* Old browsers */
	background-image: url(../images/title-bar.jpg);
	background-position: left center;
	background-repeat: repeat-x;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#pagewrap  section#notice p {
	border:0px;
}

#pagewrap #pc-ondemand {
	display:none;
}

#pagewrap #movie{
	padding:5px 15px;
}

#pagewrap #movie #ooyalaplayer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border:1px solid #ffffff;
}

#pagewrap #movie #ooyalaplayer .innerWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


