@charset "utf-8";

/* ---------------------------------------------
	style.css

	index
	1 - Base font
	2 - font style
	3 - text color
	4 - preset margin
	5 - preset padding
	6 - inline align
	7 - vertical align
	8 - preset width
	9 - float
	10 - imgBox
	11 - clearfix
	12 - block align
	13 - tools
	14 - JavaScript Class
	15 - list
--------------------------------------------- */


html { overflow-y: scroll;}


/* ---------------------------------------------
	1 - Base font
--------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
	text-align: center;
	position:relative;
	-webkit-text-size-adjust: 100%;
}

/* ie7 */
*:first-child+html body {
	font-size: 95%;
}

/* ie5 - ie6 */
* html body {
	font-size:95%;
}


/* ---------------------------------------------
	2 - font style
--------------------------------------------- */

.regular {}
.large { font-size:140%; }

.fNormal  { font-weight: normal;}
.fBold   { font-weight: bold;}
.fItalic { font-style: italic;}
.fMincyo {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
}

.fSS  { font-size: 78%;} /* base 12px =  8px */
.fS   { font-size: 90%;} /* base 12px = 10px */
.fM   { font-size: 100%;}
.fL   { font-size: 115%;}/* base 12px = 14px */
.fLL  { font-size: 130%;}/* base 12px = 16px */
.fLLL { font-size: 143%;}/* base 12px = 18px */
.fLLLL { font-size: 160%;}

sup {
	font-size: 78%;
	vertical-align: top;
}
sub {
	font-size: 78%;
	vertical-align: baseline;
}

/* ---------------------------------------------
	3 - text color
--------------------------------------------- */
.txtColor1 { color: #C00; }
.txtColor2 { color: #03F; }
.txtColor3 { color: #F36; }
.txtColor4 { color: #B22C00; }
.txtColor5 {}

.fRed	{color: #cc0000;}
.fRed2	{color: #F00;}
.fGray	{color: #999999;}
.fBlue 	{color: #0861A7;}

a {
	color: #00008C;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration:none;
}

/* ---------------------------------------------
	4 - preset margin 
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}


/* ---------------------------------------------
	5 - preset padding 
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb06 { padding-bottom:  6px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}


/* ---------------------------------------------
	6 - inline align
--------------------------------------------- */
.inlineL { text-align: left;}
.inlineC { text-align: center;}
.inlineR { text-align: right;}


/* ---------------------------------------------
	7 - vertical align
--------------------------------------------- */
.vlineT { vertical-align: top    !important;}
.vlineM { vertical-align: middle !important;}
.vlineB { vertical-align: bottom !important;}


/* ---------------------------------------------
	8 - preset width
--------------------------------------------- */
.wHalf  { width: 50%;}
.wTri   { width: 33%;}
.wQuart { width: 25%;}
.wMax   { width: 100%;}

/* table */
.tw05 { width:  5% !important;}
.tw10 { width: 10% !important;}
.tw15 { width: 15% !important;}
.tw20 { width: 20% !important;}
.tw25 { width: 25% !important;}
.tw30 { width: 30% !important;}
.tw35 { width: 35% !important;}
.tw40 { width: 40% !important;}
.tw45 { width: 45% !important;}
.tw50 { width: 50% !important;}
.tw55 { width: 55% !important;}
.tw60 { width: 60% !important;}
.tw65 { width: 65% !important;}
.tw70 { width: 70% !important;}
.tw75 { width: 75% !important;}
.tw80 { width: 80% !important;}


/* ---------------------------------------------
	9 - float
--------------------------------------------- */
.fltL {
	display: inline;
	float: left;
}
.fltR {
	display: inline;
	float: right;
}
/*.ft {
	overflow: hidden;
	zoom: 1;
}*/


/* ---------------------------------------------
	10 - imgBox 
--------------------------------------------- */
.imgBoxL,
.imgBoxR {
	display: block;
	min-height: 1%;
}
.imgBoxL:after,
.imgBoxR:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .imgBoxL,
* html .imgBoxR {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	.imgBoxL .fltImg {
		display: inline;
		float: left;
		margin-right: 10px;
	}
	.imgBoxR .fltImg {
		display: inline;
		float: right;
		margin-left: 10px;
	}


/* ---------------------------------------------
	11 - clearfix
--------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* ---------------------------------------------
	12 - block align
--------------------------------------------- */
.blockC { text-align: center;}
	.blockC .block {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	/* ie 6 Fix */
	* html .blockC .block {
		margin-right: 0;
		margin-left: 0;
	}
.blockR { text-align: right;}
	.blockR .block {
		margin-left: auto;
		text-align: left;
	}
	/* ie 6 Fix */
	* html .blockR .block {
		margin-left: 0;
	}


/* ---------------------------------------------
	13 - tools
--------------------------------------------- */
.clear { 
	clear: both;
}

.block  { display: block;}
.inline { display: inline;}
.hide   { display: none;}

.nobg {
	background: none !important;
}

.underLine { text-decoration: underline;}


/* ---------------------------------------------
	14 - JavaScript Class
--------------------------------------------- */
.rollover {/* ロールオーバー呼び出し用 */}
.box01 {/* jQueryAutoHeight呼び出し用 */}

/* ---------------------------------------------
	15 - list
--------------------------------------------- */
.nmbList {
	list-style:decimal;
	margin-left:20px;
}

.nmlList {
	list-style:disc;
	margin-left:20px;
}

/* ---------------------------------------------
	16 - letter-spacing
--------------------------------------------- */

.lS1 {
	letter-spacing: 1em;
}

.lS2 {
	letter-spacing: 2em;
}


/* ---------------------------------------------
	17 - text-indent
--------------------------------------------- */
.txtIndent-1 {
	text-indent:-1em;
	margin-left:1em;
}

.txtIndent1 {
	text-indent:1em;
}

.txtIndent0 {
    text-indent: 0;
}


/* ---------------------------------------------
	18 - link
--------------------------------------------- */

a.pdfLink {
	background:url(../img/ico_pdf.gif) no-repeat left top;
	padding-left:20px;
}

a.link {
	background:url(../img/arw01.png) no-repeat left 2pt;
	padding-left:15px;
}

/* ---------------------------------------------
	19 - hr
--------------------------------------------- */

hr.hrSolid {
	border:none;
    border-top:solid 1px #CCC;
    height:1px;
    color:#999;
}

hr.hrDotted {
	border:none;
    border-top:dotted 1px #CCC;
    height:1px;
    color:#403000;
}

/* ---------------------------------------------
	20 - shadow
--------------------------------------------- */
.shadow {
	box-shadow:rgba(0, 0, 0, 0.3) 3px 3px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 3px 3px 3px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 3px 3px 3px 0px;
}

/* ---------------------------------------------
	21 - round
--------------------------------------------- */
.round {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* ---------------------------------------------
	22 - line-height
--------------------------------------------- */
.lH_narrow {
	line-height:1.6;
}

/* ---------------------------------------------
	23 - table
--------------------------------------------- */

table.table_basic {
	border-collapse: collapse;
}

table.table_basic th,
table.table_basic td {
	border:solid 1px #999;
	padding:5px 10px;
}

table.table_basic th {
	text-align:center;
	font-weight:bold;
	background:#E1FAFF;
}

/* table_basic01 */
table.table_basic01 {
	border-collapse: collapse;
	width:100%;
	background:#FFF;
}

table.table_basic01 th,
table.table_basic01 td {
	border-collapse: collapse;
	border:solid 1px #CCC;
	padding:5px 10px;
	vertical-align:middle;
}

table.table_basic01 th {
	color:#FFF;
	background:#7EA4D9;
}

table.table_basic01 .bgGray {
	background: #EDEDED;
	color: #333;
	vertical-align: middle;
}

/* table_basic02 */
table.table_basic02 {
	border-collapse: collapse;
	width:100%;
	table-layout: fixed;
}

table.table_basic02 td,
table.table_basic02 th {
	border-collapse: collapse;
	border:solid 1px #CCC;
	padding:5px 10px;
}

table.table_basic02 tr:nth-child(odd) {  
  background:#F6F6F6;  
}  

table.table_basic02 tr:nth-child(even) {  
  background:#FFF;  
}




/* ---------------------------------------------
	24 - h2,h3
--------------------------------------------- */
.h2_menu {
	background: #E0EDFF;
	font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:220%;
	padding:20px 30px;
	margin-bottom:20px;
	border-radius:10px;
}
.h2_menu span{
	font-size:18px;
	font-weight:normal;
	line-height:1.6em;
	display:inline-block;
}

.pageTitle {
	width:660px !important;
	text-align:left !important;
	margin:0 0 50px;
	border: 1px solid #CCC;
	padding: 25px 0 25px 30px;
	text-align: center; width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FAFAFA;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FAFAFA), to(#E0E0E0));
	background: -webkit-linear-gradient(#FAFAFA, #E0E0E0);
	background: -moz-linear-gradient(#FAFAFA, #E0E0E0);
	background: -ms-linear-gradient(#FAFAFA, #E0E0E0);
	background: -o-linear-gradient(#FAFAFA, #E0E0E0);
	background: linear-gradient(#FAFAFA, #E0E0E0);
	-pie-background: linear-gradient(#FAFAFA, #E0E0E0);
	behavior: url("/tbrenewal/common/js/PIE.htc");
	position:relative;
}

.pageTitle .h2_basic {
	font-size:1.9em;
	border-left:4px solid #2946D5;
	padding-left:16px;
	line-height:1.5em;
}


.h3_basic {
	font-size:150%;
	padding:15px 10px;
	margin-bottom:20px;
	border-top:3px double #CCC;
	border-bottom:3px double #CCC;
	line-height:130%;
	background:#F6F6F6;
}

.h4_basic {
	font-size:115%;
	font-weight:bold;
	padding:10px 18px;
	line-height:110%;
	margin-bottom:15px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:url(../img/h4_basic.gif) repeat-y left center;
	color:#246CB6;
}

.h4_attention {
	font-size:115%;
	font-weight:bold;
	padding:10px 18px;
	line-height:110%;
	margin-bottom:15px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:url(../img/h4_attention.gif) repeat-y left center #FFE8E7;
	color:#FF0000;
}

.h5_basic {
	background:#246EB6;
	padding:5px 10px;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	margin:30px 0 15px;/*ここだけ違う*/
	}

.h6_basic {
	background:#4C4C4C;
	padding:5px 10px;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:15px;
}

/* ---------------------------------------------
	25 - btn
--------------------------------------------- */
.css_btn01,
.css_btn01r {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:10px 50px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#333333;
	display:inline-block;
	text-shadow:0px 0px 0px #ffffff;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	box-shadow:inset 0px 0px 0px 0px #ffffff;
}

.css_btn01:hover,
.css_btn01r:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color:#e9e9e9;
}

.css_btn01:after {
	content:"▶";
	margin:0 0 0 0.5em;
	font-size:0.9em;
}

.css_btn01r:before {
	content:"◀";
	margin:0 0.5em 0 0;
	font-size:0.9em;
}

.css_btn01:not(:target){
filter: none;
-ms-filter: none;
}


.css_btn02 {
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	width:100%;
	padding:5px 0px;
	text-align:center;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#333333;
	display:inline-block;
	text-shadow:0px 0px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

.css_btn02:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color:#e9e9e9;
}

.css_btn02:not(:target){
filter: none;
-ms-filter: none;
}

/* PDF用 */
.css_btn02pdf {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:100%;
	border:1px solid #dcdcdc;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color:#f9f9f9;
	display:inline-block;
	text-shadow:0px 0px 0px #ffffff;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	box-shadow:inset 0px 0px 0px 0px #ffffff;
}

.css_btn02pdf a {
	width:100% !important;
	display:block;
	text-decoration:none;
	color:#333;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
}

.css_btn02pdf:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color:#e9e9e9;
}

.css_btn02pdf a[href$=".pdf"] {
	background-image:none;
}

.css_btn02pdf img {
	margin-left:0.5em;
}

/* PDF用 */
.css_btn03pdf {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin:10px 0;
	border:1px solid #dcdcdc;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color:#f9f9f9;
	display:inline-block;
	text-shadow:0px 0px 0px #ffffff;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	box-shadow:inset 0px 0px 0px 0px #ffffff;
}

.css_btn03pdf a {
	padding:10px 50px !important;
	display:block;
	text-decoration:none;
	color:#333;
}

.css_btn03pdf:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color:#e9e9e9;
}

.css_btn03pdf a:after {
	content: url(../img/ico_commonPdfSmall01.png);
	margin:0 0 0 0.5em;
}

.css_btn03pdf a[href$=".pdf"] {
	background-image:none;
}

/* css_btn04 */
.css_btn04 {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d83526;
	padding:10px 0;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
	background:-ms-linear-gradient( top, #fa665a 5%, #d34639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639) );
	background-color:#fa665a;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #98231a;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	box-shadow:inset 1px 1px 0px 0px #fab3ad;
}

.css_btn04:hover {
	background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
	background:-ms-linear-gradient( top, #d34639 5%, #fa665a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d34639), color-stop(100%, #fa665a) );
	background-color:#d34639;
}

.css_btn04:after {
	content:"▶";
	margin:0 0 0 0.5em;
	font-size:0.9em;
}

.css_btn04:not(:target){
filter: none;
-ms-filter: none;
}


/*ボタンテスト*/
.css_btn00 {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d83526;
	padding:10px 0;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
	background:-ms-linear-gradient( top, #fa665a 5%, #d34639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639) );
	background-color:#fa665a;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #98231a;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	box-shadow:inset 1px 1px 0px 0px #fab3ad;
}

.css_btn00:hover {
	background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
	background:-ms-linear-gradient( top, #d34639 5%, #fa665a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d34639), color-stop(100%, #fa665a) );
	background-color:#d34639;
}

.css_btn00:not(:target){
filter: none;
-ms-filter: none;
}

/* ---------------------------------------------
	26 - icon
--------------------------------------------- */
a[href$=".pdf"] {
	padding-right: 20px;
	background-image:url(../img/ico_commonPdfSmall01.png);
    background-repeat: no-repeat;
    background-position: right;
}

.icoOtherPage {
	vertical-align:text-top !important;
	margin-left:0.5em;
}

.clickable {
  cursor: pointer !important;
}