@charset "utf-8";

/*　▼　本文全体　#pagewrap　▼　*/
#pagewrap{
	font-family:arial,helvetica,clean,sans-serif;
	font-size:small;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整なし */

	background:#ffffff;
	color:#2a2a2a;

}

#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:#ffffff;

	border-top:solid 1px #35b6c5;
	border-bottom:solid 1px #35b6c5;

background: #a7cfdf; /* Old browsers */
background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
}

/* ------------------------------------------------ */
/*　▼　角丸　.radius-wrap　▼*/
#pagewrap .radius-wrap {
	border-width: 1px;
	border-style: solid;
	border-color: #76332a;
	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: #a7cfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */

	color:#ffffff;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #188692;
	border-bottom-color:#35b6c5;
	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: #a7cfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #a7cfdf 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a7cfdf 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a7cfdf 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a7cfdf 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a7cfdf 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	color:#2a2a2a;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-color: #35b6c5;
}

/* ------------------------------------------------ */
/*　▼　角丸版タブ用　.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: #a90329;
	border-bottom-color: #a90329;
	border-left-color: #a90329;
	-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: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

	color:#cccccc;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #6d0019;
	border-bottom-color:#a90329;
	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: #c4bb11; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	color:#ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-color: #a90329;

}

/* ------------------------------------------------ */
/*　▼　アコーディオン（折り畳み）パーツ用　▼　*/

#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: #e8005d;
}

#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: #e8005d;
	-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:#2a2a2a;
}
#pagewrap .accordion-button .close {
	padding-right:25px;
	background-image: url(../images/arrow_circle_up.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#2a2a2a;
}


/*汎用パーツ*/

/* ------------------------------------------------ */
/*　▼　汎用リスト用パーツ　.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:#3c5bc3;
	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;
	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;
	color:#a61f0;
}

/* ------------------------------------------------ */
/*　▼　ボタン（アイコンあり）　.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: #dacd1d;
}
#pagewrap .click-block a{
	display:block;
	color:#dacd1d;
	font-weight:normal;
	text-align:center;
}

/* ------------------------------------------------ */
/*　▼　クリックボタン（アイコンなし）用パーツ　.tap-button　▼　*/

#pagewrap .tap-button{
	margin:6px auto;
	width:90%;
	text-align:center;
	font-size:medium;
	font-weight:bold;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	background: #d4e4ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e4ef), color-stop(100%,#86aecc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4e4ef 0%,#86aecc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
}
#pagewrap .tap-button a{
	display:block;
	color:#2a2a2a;
}

#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-top-color: #39F;
	border-right-color: #000000;
	border-bottom-color: #dacd1d;
	border-left-color: #000000;
	-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%;
	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: #ea2903;

	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用 */  

	text-align:center;
}
#pagewrap .button-wrap li a,#pagewrap .button-wrap2 li a{
	display:block;
	color:#ea2903;
	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 .fit{	/* 画像画面フィット */
	width:100%;
	height:auto;
}

#pagewrap .half{	/* 画像画面半分 */
	width:50%;
	height:auto;
}

#pagewrap .cast{	/* 画像画面30% */
	width:30%;
	height:auto;
}

#pagewrap .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:#eee200;
}

#pagewrap .highlight2 {
	color:#dc5e01;
}

#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 .default-list li p.bg {
	background:url(../../images/hr.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	margin:0;
	margin-bottom:5px;
	margin-left:88px;
	border:0;

}

#pagewrap .default-list li img.cast {
	float:left;
	width:80px;
	height:auto;
	margin-right:8px;

}

/* 名シーン関係 */

#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: #da1d1d;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}

#pagewrap .index .back a{
	display:block;
	color:#da1d1d;
	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: #da1d1d;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}

#pagewrap .index .next a{
	display:block;
	color:#da1d1d;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:25px;
}


#pagewrap .title2 {
	padding:5px 10px;
	font-size:medium;
	color:#ffffff;

	border-top:solid 1px #35b6c5;
	border-bottom:solid 1px #35b6c5;

background: #a7cfdf; /* Old browsers */
background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
}

#pagewrap .tap-button3{
	margin:6px auto;
	width:90%;
	text-align:center;
	color:#24548b;
	font-size:medium;
	font-weight:bold;

	border-width: 1px;
	border-style: solid;
	border-color: #35b6c5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #35b6c5;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */

	background: #f0f9ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 60%, #a1dbff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(60%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 60%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 60%,#a1dbff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 60%,#a1dbff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 60%,#a1dbff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
}

#pagewrap .tap-button3 a{
	color:#24548b;
}

/* 投票ボタン */
#pagewrap .tap-button-vote{
	margin:6px auto;
	width:90%;
	text-align:center;
	color:#044170;
	font-size:medium;
	font-weight:bold;

	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	border-width: 1px;
	border-style: solid;
	border-color: #35bbde;

	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #044170;

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #044170;

	background: #f0f9ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
}

#pagewrap .tap-button-vote a{
	color:#044170;
}
