@charset "utf-8";

/*　▼　本文全体　#pagewrap　▼　*/
#pagewrap{
	-webkit-text-size-adjust: none;
	font-family:arial,helvetica,clean,sans-serif;
	background-image:url(../images/back.jpg);
}

#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: dotted;
	border-bottom-color: #555555;

	margin:5px;
}
#pagewrap h1{
	font-size:small;
	color:#FFF;
	background: #ff8090;
	border-top:1px dotted #aaaaaa;
	border-bottom:1px dotted #aaaaaa;
}

/* ------------------------------------------------ */
/*　▼　角丸　.radius-wrap　▼*/
#pagewrap .radius-wrap {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	margin:0 10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	margin-bottom:5px;
}
#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: #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: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	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 {
	background: #FFF;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #CCC;
}

/* ------------------------------------------------ */
/*　▼　角丸版タブ用　.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: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-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: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	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: #CCC;
}

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

#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: #CCC;
}
#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: #CCC;
	-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: #CCC;
}
#pagewrap .default-list li.link{
}
#pagewrap .default-list li a{
	display:block;
	color:#000000;
	background-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: #ff3019;	/* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));		/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);		/* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);		/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );	/* IE6-9 */
	background: linear-gradient(top, #ff3019 0%,#cf0404 100%);		/* W3C */
}
#pagewrap #emergency p{
	background-color:#FCC;
	padding:5px 10px;
}

/* ------------------------------------------------ */
/*　▼　ボタン（アイコンあり）　.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: #CCC;
}
#pagewrap .click-block a{
	display:block;
	color:#000000;
	font-weight:normal;
	text-align:center;
}

#pagewrap .click-block2{
	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: #CCC;
}
#pagewrap .click-block2 a{
	display:block;
	color:#000000;
	font-size:small;
	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: 1px;
	border-style: solid;
	border-color: #CCC;
	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 .tap-button a{
	display:block;
	color:#000;
}

#pagewrap .high-button{
	margin:6px auto;
	width:90%;
	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #ff0084;
	background: #febbbb; /* Old browsers */
	background: -moz-linear-gradient(top,  #febbbb 0%, #fe9090 45%, #ff5c5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febbbb), color-stop(45%,#fe9090), color-stop(100%,#ff5c5c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 3px #562a41;
	-webkit-box-shadow: 0px 0px 3px #562a41;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#pagewrap .high-button 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: #CCC;
	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;
	background-color:#EEE;
}
#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-top-color: #39F;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	text-align:center;
}
#pagewrap .button-wrap2 li{
	padding:5px;
	width:45%;
	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: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	text-align:center;
}
#pagewrap .button-wrap li a,#pagewrap .button-wrap2 li a{
	display:block;
	color:#39F;
	font-size:small;
}

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

#pagewrap .margin-b-10{/* 下部にマージン10px追加 */
	margin-bottom:10px;
}
#pagewrap .margin-t-10{/* 上部にマージン10px追加 */
	margin-top:10px;
}
#pagewrap .flo-l {/* 画像を入れる場合用のfloat */
	float:left;
	margin-right:8px;
}

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

#pagewrap .no-space {/* スペース削除 */
	margin:0px;
	padding:0px;
}

/* ------------------------------------------------ */
/*　▼　詳細要素・打ち消し用クラス　▼　*/

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

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

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

#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 .bg-w {/*背景色白*/
	width:95%;
	background-color: rgba( 255, 255, 255, 0.8 );

	font-size:small;
}

#pagewrap .font-min {/*フォントサイズ small*/
	font-size:small;
}

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

#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 .float-l {
	float:left;
}

#pagewrap .float-c {
	margin-left:4%;
	margin-right:4%;
}

#pagewrap .float-r {
	float:right;
}


#pagewrap #nav {
}

#pagewrap .menu-bg {
	background-image: url(../images/navi-bg.png);
	background-position: left center;

	height:40px;

	border-top:3px double #ff6161;
	border-bottom:3px double #ff6161;

	margin:5px 0;
}

#pagewrap .menu{
	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 .menu li{
	height:30px;
	padding:5px;

	text-align:center;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;

	color:#ffffff;

	font-weight:bold;
	text-shadow:0 0 5px #2a2a2a;

}
#pagewrap .menu li.select {
	background-color: rgba( 255, 128, 144, 0.8 );
/*	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #CCC;
*/
	color:#ffffff;
	font-weight:bold;
}

#pagewrap #fashion, #pagewrap #story,#pagewrap #guest,#pagewrap #gallery,#pagewrap #official {
	width:95%;
	margin:0px auto;
	background-color: rgba( 255, 255, 255, 0.8 );

	font-size:small;
}

#pagewrap #official {
	border:#ff6161 3px double;

}

#pagewrap #fashion p, #pagewrap #story p,#pagewrap #guest p,#pagewrap #gallery p,#pagewrap #official p {
/*	margin:0;*/
}

#pagewrap .border-b_s {
	border-bottom: 1px solid: #111111;
}


#pagewrap .story-no {
	padding-bottom:5px;
	border:0;

	border-bottom:dotted 1px #111111;

	font-size:14px;

}

#pagewrap .bottom-dotted {
	border-bottom:dotted 1px #111111;

}

#pagewrap .story-staff {
	font-size:10px;
	border:0;
	margin:5px;
	padding:0px;
	margin-left:10px;
	
}

#pagewrap .story-main {
	border-bottom:dotted 1px #111111;
}

#pagewrap .shop {
	text-align:center;
}

#pagewrap .clothes {
	font-size:10px;
}
/* ------------------------------------------------ */
/*　▼　タブ切り替えパーツ用　▼　*/
#pagewrap .s-tab,#pagewrap .g-tab,#pagewrap .f-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 .s-tab li,#pagewrap .g-tab li,#pagewrap .f-tab li{
	padding:5px;
	margin:0;


	background: #ffffff;	/* Old browsers */

	border-top-width: 1px;
	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: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #ff6161;
	border-left-color: #cccccc;
	text-align:center;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
}
#pagewrap .s-tab li.select,#pagewrap .g-tab li.select,#pagewrap .f-tab li.select {
	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: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff6161;
	border-right-color: #ff6161;
	border-bottom-color: #cccccc;
	border-left-color: #ff6161;
}

#pagewrap ul.guest-list{
	margin:0;
	padding:0;
}
#pagewrap .guest-list li{
	padding:0px;
	border: 0;
	width:12.5%;
	line-height:0px;
}

#pagewrap #gallery img.thumb {
	width:45%;
	padding:5px 3px;
}


#pagewrap .guest-list li.link{
}

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

#pagewrap .centering{
	text-align:center;
}

#pagewrap #story .s-content_wrap, #pagewrap #gallery .g-content_wrap, #pagewrap #fashion .f-content_wrap {
	border:#ff6161 3px double;
	border-top:0;
	margin-bottom:5px;
}

#pagewrap #fashion .thumb {
	margin:0px auto;
}

#pagewrap #fashion .thumb img{
	height:160px;
	width:auto;
	border:1px dotted #eb6877;
}


#pagewrap #guest {
	border:#ff6161 3px double;
	margin-bottom:5px;
}

#pagewrap #cast01 , #pagewrap #cast02 , #pagewrap #cast03 , #pagewrap #cast04 , #pagewrap #cast05 , #pagewrap #cast06 , #pagewrap #cast07 , #pagewrap #cast08 {
	border-bottom:dotted 1px #111111;
}

#pagewrap #guest .photo{
	width:60%;
	height:auto;
}

#pagewrap #guest .photo-all{
	width:100px;
}

#pagewrap #guest .icon{
	width:70px;
	height:70px;
}

#pagewrap #guest .cast-main{
	width:100%;
}

#pagewrap #guest .comment {
/*	border:3px double #e61673;*/
	background-color:#fad1e3;

	padding:3px 3px 3px 3px;
	font-size:12px;
	line-height:140%;
	border:0;
}


#pagewrap .t-left {
	text-align:left;
}

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



#pagewrap #movie{
	padding:10px;
}

#pagewrap #movie #ooyalaplayer , #pagewrap #movie #ooyalaplayer2 , #pagewrap #movie #ooyalaplayer3 , #pagewrap #movie #ooyalaplayer4 , #pagewrap #movie #ooyalaplayer5 , #pagewrap #movie #ooyalaplayer6 , #pagewrap #movie #ooyalaplayer7 , #pagewrap #movie #ooyalaplayer8 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
 
#pagewrap #movie #ooyalaplayer .innerWrapper , #pagewrap #movie #ooyalaplayer2 .innerWrapper , #pagewrap #movie #ooyalaplayer3 .innerWrapper , #pagewrap #movie #ooyalaplayer4 .innerWrapper , #pagewrap #movie #ooyalaplayer5 .innerWrapper , #pagewrap #movie #ooyalaplayer6 .innerWrapper , #pagewrap #movie #ooyalaplayer7 .innerWrapper , #pagewrap #movie #ooyalaplayer8 .innerWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pagewrap .copyright {
	border-top:dotted 1px #111111;

	font-size:11px;
	text-align:center;
}