@charset "UTF-8";

/*
==========================================
リセット＆ベースセッティング
==========================================
*/
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}canvas,video{display:inline-block;vertical-align:baseline}a{background-color:transparent}a:active,a:hover{outline:0}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,pre{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-ms-clear{display:none}::-ms-reveal{display:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* { margin: 0; padding: 0; }

/* 
==========================================
base
==========================================
---fonts
https://www.google.com/fonts/specimen/Roboto
<link href="https://fonts.googleapis.com/css?family=Roboto:700,700i,900,900i" rel="stylesheet">
font-family: 'Roboto', sans-serif;
https://fonts.google.com/specimen/Roboto+Condensed
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i" rel="stylesheet">
font-family: 'Roboto Condensed', sans-serif;
---size setting
28px: 2.153846153rem
26px: 2rem
24px: 1.846153846rem
22px: 1.692307692rem
20px: 1.538461538rem
18px: 1.384615384rem
16px: 1.230769230rem
15px: 1.153846153rem
14px: 1.076923076rem
13px: 1rem
12px: 0.923076923rem
11px: 0.846153846rem
10px: 0.769230769rem
*/
html {
	width: 100%;
	font-size: 81.25%;
	overflow-y: scroll; /*常時スクロールバー表示*/
}
body {
	color: #444;
	background: #fff; /*13162f*/
	font-size: 13px;
	font-size: 1rem;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Roboto, Helvetica, Arial, sans-serif;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #386dc5;
	background-color: transparent;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
a:visited {
	text-decoration: none;
	color: #5959ab;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
	color: #9b9835;
	background-color: transparent;
}
a.tp07:hover {
	opacity: .7; /* Standard: FF gt 1.5, Opera, Safari */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a:active {
	text-decoration: underline;
}

/* ---------------------------------------------------------------
general
----------------------------------------------------------------*/
hr {
	display: none;
}
form {
}
input, textarea, select {
	padding: 3px 6px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	border: 1px solid #ccc;
}
input:hover,
textarea:hover,
select:hover {
	border: 1px solid #999;
}
input:focus,
textarea:focus,
select:focus {
	background-color: #fbfbf3;
	border: 1px solid #000;
}
input[type="button"] {
	background: #fefefe;
	background: -webkit-linear-gradient(bottom,#fefefe,#dddddd); /*android4-4.3*/
	background: linear-gradient(to bottom,#fefefe,#dddddd);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fefefe, endColorstr=#dddddd)";/* IE9 */
	box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.1);
	border-radius: 4px;
	cursor: pointer;
}

img {
	border: none;
}

.visible {
	display: block;
}
.invisible {
	display: none;
}

/* 
==========================================
main structure
==========================================
*/
#wrap:after,
#wrapmainly3:after,
#wrapfooterly2:after,
#wrapgnavimain:after,
.gnavimain_primary ul:after,
.gnavimain_secondary ul:after,
#warppgtopnavi:after,
.wrapfooter:after {
	clear: both;
	display: block;
	content: "";
}
#wrap {
	min-width: 985px;
	overflow: hidden;
}
#header {
	position: relative;
	width: 100%;
	height: 106px;
	background: #fff;
}
#header:before {
	/*position: fixed;*/
	content: "";
	margin-left: -400%;
	top: 0;
	left: 50%;
	width: 800%;
	height: 88px;
	background: #fff;
	z-index: 10;
}
@media only screen and (min-width: 980px) {
	#header:before {
		position: fixed;
	}
}
#wrapheader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
@media only screen and (min-width: 980px) {
	#wrapheader {
		position: fixed;
	}
	.scrolling #wrapheader {
		background-color: rgba(255,255,255,1);
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	}
}
#wrapheaderly2 {
	position: relative;
}
#wrapheaderly3 {
	position: relative;
	margin: 0 auto;
	width: 945px;
}
#main {
	clear: both;
	width: 100%;
	background: #fff;
}
#wrapmain {
}
#wrapmainly2 {
}
#wrapmainly3 {
	margin: 0 auto;
	width: 945px;
	text-align: left;
}
#pgtopnavi {
	clear: both;
	position: relative;
	background: #fff;
}
#footer {
	position: relative;
	background: #f7f7f7;
}
#wrapfooter {
}
#wrapfooterly2 {
}

/* 
==========================================
sub structure　& style
==========================================
*/ 
/* ---------------------------------------------------------------
textstyle - heading & fontsize & lineheight & color
----------------------------------------------------------------*/ 
/* ========= heading & fontsize ========= */
h1, h2, h3, h4, h5 {
	color: #000;
	line-height: 1;
}
h1 > a[name]:hover, h2 > a[name]:hover, h3 > a[name]:hover, h4 > a[name]:hover, h5 > a[name]:hover {
	color: #000;
	text-decoration: none;
	cursor: default;
}
h1 {
	font-size: 28px;
	font-size: 2.153846153rem;
}
#body h1 {
	font-size: 24px;
	font-size: 1.846153846rem;
}
h2 {
	/*font-size: 22px;
	font-size: 1.692307692rem;*/
	font-size: 20px;
	font-size: 1.538461538rem;
}
h2.en {
	font-size: 24px;
	font-size: 1.846153846rem;
}
h3 {
	font-size: 16px;
	font-size: 1.230769230rem;
}
h3.en {
	font-size: 20px;
	font-size: 1.538461538rem;
}
h4 {
	font-size: 14px;
	font-size: 1.076923076rem;
}
h4.en {
	font-size: 18px;
	font-size: 1.384615384rem;
}
h5, h6 {
	font-size: 13px;
	font-size: 1rem;
}

.txtxxl {
	font-size: 28px !important;
	font-size: 2.153846153rem !important;
}
.txtxl {
	font-size: 24px !important;
	font-size: 1.846153846rem !important;
}
.txtl {
	font-size: 20px !important;
	font-size: 1.538461538rem !important;
}
.txtm {
	font-size: 16px !important;
	font-size: 1.230769230rem !important;
}
.txts {
	font-size: 12px !important;
	font-size: 0.923076923rem !important;
}
.txtxs {
	font-size: 11px !important;
	font-size: 0.846153846rem !important;
}
.txtxxs {
	font-size: 10px !important;
	font-size: 0.769230769rem !important;
}

/* ========= lineheight ========= */
.lh180 {
	line-height: 1.8 !important;
}
.lh150 {
	line-height: 1.5 !important;
}
.lh135 {
	line-height: 1.35 !important;
}
.lh115 {
	line-height: 1.15 !important;
}
.lh100 {
	line-height: 1 !important;
}

/* ========= color ========= */
.black {
	color: #000;
}
.jnlblue {
	color: #0a1245;/*262858*/
}
.jnlred, .caution {
	color: #9a0019;
}
.red {
	color: #7b0000 !important;
}
.gray {
	color: #999;
}

/* ========= basic ========= */
p {
	margin: 2em 0;
	line-height: 1.8;
}
ul {
	margin: 1em 0;
}
ol {
	margin: 1em 0;
}
b {
}
strong {
}
em {
	font-style: normal;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.fw-nml {
	font-weight: normal !important;
}
.fw-bold {
	font-weight: bold !important;
}

/* ========= other ========= */
.caption {
	color: #777;
	font-size: 11px;
	font-size: 0.846153846rem;
	line-height: 1.2em;
}

.metadata {
	color: #777;
	/*font-size: smaller;*/
	line-height: 1.2;
}

.txt-upper {
	text-transform: uppercase;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.en,
.title-en {
	font-family: 'Roboto Condensed', sans-serif;
	/*font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Arial Narrow", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Arial", sans-serif;*/
	/*letter-spacing: 0.05em;*/
}

.author {
}

.title-ja,
.title-en {
	display: inline-block;
	color: #7b0000;
}
h2 > .title-ja,
h2 > .title-en {
	position: relative;
	/*margin: 4px 0 0 0;*/
	/*padding: 10px 0 0 10px;*/
	padding: 0 0 0 10px;
	font-size: 12px;
	font-size: 0.923076923rem;
	font-style: italic;
}
/*h2 > .title-ja:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 1px;
	height: 22px;
	background: #7b0000;
	transform: skewx(-30deg);
	-ms-transform: skewx(-30deg);
}*/

.ctgytitle {
}
.ctgytitle > span {
	display: inline-block;
	padding: 2px 8px;
	color: #fff;
	background: #17295a;
	font-size: 12px;
	font-size: 0.923076923rem;
	/*border: 1px solid #17295a;*/
}

.required {
}
span.required {
	padding: 2px 4px;
	color: #fff;
	background: #9a0019;
	font-size: 12px;
	font-size: 0.923076923rem;
	white-space: nowrap;
}

.status-full {
	padding: 2px 4px;
	color: #fff;
	background: #9a0019;
	font-size: 12px;
	font-size: 0.923076923rem;
	white-space: nowrap;
}


/* ---------------------------------------------------------------
header
----------------------------------------------------------------*/
/* ========= siteid ========= */
#siteid {
	width: 550px;
	height: 65px;
	text-align: left;
	float: left;
}
#siteid h1,#siteid p {
	padding: 26px 0 0 18px;	
}
#bn-30th {
	position: absolute;
	top: 24px;
	left: 309px;
}

/* ========= globalnavi ========= */
#gnavi {
}
#gnavi ul {
	margin: 0;
	font-size: 0;
	list-style-type: none;
}
#gnavi li {
	margin: 0;
}
#gnavi a {
	display: block;
	text-decoration: none;
}
#gnavi h2 {
	position: absolute;
	margin: 0;
	width: 95%;
	right: 200%;
}

/*------- sub -------*/
#gnavisub {
	width: 380px;
	height: 65px;
	text-align: right;
	float: right;
}
#gnavisub ul {
	margin: 40px 20px 0 0;
}
#gnavisub li {
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	font-size: 0.923076923rem;
}
#gnavisub a:link,
#gnavisub a:visited {
	color: #000;
}
#gnavisub a:hover {
	color: #9b9835;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

/*------- main -------*/
#gnavimain {
	clear: both;
	position: relative;
	height: 41px;
	background: #0f1e45;
}
#gnavimain:before {
	position: absolute;
	content: "";
	top: 0;
	left: -300%;
	width: 400%;
	height: 41px;
	background: #13162f;
	z-index: -1;
}
#gnavimain:after {
	position: absolute;
	content: "";
	top: 0;
	right: -32px;
	width: 44px;
	height: 41px;
	background: #0f1e45;
	transform: skewx(-30deg);
	-ms-transform: skewx(-30deg);
	z-index: -1;
	transition: all 1.0s ease 0s;
	-webkit-transition: all 1.0s ease 0s;
}
@media only screen and (min-width: 980px) {
	.scrolling #gnavimain:after {
		/*left: 95%;
		width: 300%;*/
	}
}
#wrapgnavimain {
	position: relative;
	height: 41px;
	background: #13162f;
	background: -webkit-linear-gradient(left,#13162f,#0f1e45); /*android4-4.3*/
	background: linear-gradient(to right,#13162f,#0f1e45);
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#13162f, endColorstr=#0f1e45)";*/ /*ie9 ※レイアウトが崩れるので未使用*/
}
#wrapgnavimain:after {
	position: absolute;
	content: "";
	top: 0;
	left: 95%;
	width: 44px;
	height: 41px;
	background: #0f1e45;
	transform: skewx(-30deg);
	-ms-transform: skewx(-30deg);
	z-index: -1;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
@media only screen and (min-width: 980px) {
	.scrolling #wrapgnavimain:after {
		width: 300%;
	}
}
.offscrolling #wrapgnavimain:after {
}
.gnavimain__primary {
	/*padding-left: 10px;*/
	/*width: 593px;
	background: #13162f;
	transform: skewx(-30deg);
	-ms-transform: skewx(-30deg);*/
	/*float: left;*/
	position: absolute;
	top: 0;
	left: 0;
	background: #13162f;
	background: -webkit-linear-gradient(left,#13162f,#131b40); /*android4-4.3*/
	background: linear-gradient(to right,#13162f,#131b40);
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#13162f, endColorstr=#131b40)";*/ /*ie9 ※レイアウトが崩れるので未使用*/
	transform: skewx(-30deg);
	-ms-transform: skewx(-30deg);
	z-index: 1;
}
.gnavimain__primary li {
	float: left;
}
.gnavimain__primary a {
	position: relative;
	width: 175px;
	height: 41px;
	font-size: 14px;
	line-height: 41px;
	border-left: 1px solid #242744;
	overflow: hidden;
}
.gnavimain__primary a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 41px;
	background: transparent;
}
/*.gnavimain__primary a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 175px;
	height: 41px;
	background: transparent;
	z-index: -1;
}*/
.gnavimain__primary a:link,
.gnavimain__primary a:visited,
.gnavimain__secondary a:link,
.gnavimain__secondary a:visited {
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.gnavimain__primary a:hover {
	/*color: #9b9835;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;*/
	color: #9b9835;
	background: #f4f4ea;
	/*box-shadow: 0px 0px 10px rgb(229,229,215);*/
	/*transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;*/
	/*background: #fff;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;*/
}
/*.gnavimain__primary a:hover:before {
	width: 175px;
	background: #f4f4ea;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}*/
/*.gnavimain__primary a:hover:after {
	left: 100%;
	width: 175px;
	background: #9b9835;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}*/
.gnavimain__primary a > span {
	display: inline-block;
	transform: skewx(30deg);
	-ms-transform: skewx(30deg);
}

.gnavimain__secondary {
	margin: 0 0 0 445px;
	padding: 0 20px 0 0;
	width: 500px;
	height: 41px;
	background: #0f1e45;
	background: -webkit-linear-gradient(left,#232b4e,#0f1e45); /*android4-4.3*/
	background: linear-gradient(to right,#232b4e,#0f1e45);
	/*background: blue;*/
	text-align: right;
	/*float: right;*/
}
.gnavimain__secondary li {
	display: inline-block;
}
.gnavimain__secondary a {
	margin-left: 24px; 
	font-size: 12px;
	line-height: 41px;
}
.gnavimain__secondary a:hover {
	color: #9b9835;
	/*transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;*/
}

/* ---------------------------------------------------------------
footer
----------------------------------------------------------------*/
.wrapfootergnavi,
.wrapfooter {
	position: relative;
	margin: 0 auto;
	width: 905px;
	text-align: left;
}
/* ========= 共通 ========= */
#footer ul {
	margin: 0;
}
#footer h2 {
	position: absolute;
	width: 95%;
	right: 200%;
}
#footer li {
	display: inline-block;
	list-style-type: none;
}

/* ========= footergnavi ========= */
.footergnavi {
	color: #000;
	background: #f7f7f7 url("../images/bg_ft.png") right top no-repeat;
	/*background-size: contain;*/
}
.wrapfootergnavi {
	position: relative;
	padding: 25px 0 30px;
}
.footergnavi a:link,
.footergnavi a:visited {
	color: #000;
}
.footergnavi a:hover {
	color: #bebb4b;
}

.footergnavi__main,
.footergnavi__sub {
	/*margin: 15px 0 15px 90px;*/
	margin: 10px 0;
}
.footergnavi li {
	margin: 0;
}
.footergnavi li a {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 0 0 8px;
	background: url("../images/icon_arrow.png") 2px 0.4em no-repeat;
}
.footergnavi li a:hover {
	background-image: url("../images/icon_arrow_linkylw.png");
}

/* == siteid == */
/*.footergnavi .siteid {
	position: absolute;
	top: 45px;
	left: 0;
}*/
.footergnavi .siteid {
}
/*.footergnavi .siteid:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 1px;
	height: 64px;
	background: #7b0000;
}*/
.footergnavi .siteid h3 {
	margin: 20px 0;
	font-size: 14px;
	font-size: 1.076923076rem;
}
.footergnavi .siteid h3 .en {
	font-size: 11px;
	font-size: 0.846153846rem;
}

/* == main == */
.footergnavi__main strong {
	font-size: 14px;
	font-size: 1.076923076rem;
	line-height: 1.35;
}
.footergnavi__main li {
	margin-right: 15px;
}

/* == misc == */
.footergnavi__misc {
	position: absolute;
	/*padding: 35px 0;*/
	padding: 0;
	/*top: 0;
	left: 745px;*/
	top: 75px;
	left: 640px;
	width: 160px;
	height: 100%;
	text-align: center;
}

/* ========= footer ========= */
.footer {
	position: relative;
	margin-top: 4px;
	background: #13162f;
}
.footer:before {
	position: absolute;
	content: "";
	top: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #7b0000;
	background: -webkit-linear-gradient(left,#3b4683,#7b0000); /*android4-4.3*/
	background: linear-gradient(to right,#3b4683,#7b0000);
}
.wrapfooter {
	padding: 20px 0;
	color: #fff;
	font-size: 12px;
	font-size: 0.923076923rem;
}
.footer a:link,
.footer a:visited {
	color: #fff;
}
.footer ul {
	margin: 0 0 0 10px;
	width: 525px;
	list-style-type: none;
	float:left;
}
.footer li {
	margin: 0 15px 0 0;
}

/* ========= copyright ========= */
#copyright {
	margin: 0 10px 0 0;
	width: 340px;
	font-family: "Verdana","Arial","Helvetica",sans-serif;
	line-height: 1;
	text-align: right;
	float: right;
}

/* ---------------------------------------------------------------
sidebar
----------------------------------------------------------------*/
#sidebar h2 .title-en {
	margin-left: 10px;
	font-size: 11px;
	font-size: 0.846153846rem;
	font-style: italic;
}

/* ========= コラム ========= */
#sdcolumn {
	margin: 36px 0;
	padding: 0 10px;
	width: 160px;
}
#sdcolumn div.head {
}
#sdcolumn h2 {
	position: relative;
	margin: 30px 0 0;
	font-size: 18px;
	font-size: 1.384615384rem;
	border-top: 3px solid #151836;
}
/*#sdcolumn h2:after {
	position: absolute;
	content: "";
	margin-top: -8px;
	top: 50%;
	left: 0;
	width: 4px;
	height: 20px;
	background: #151836;
	transform: skewx(-30deg);
	-ms-transform: skewx(-30deg);
}*/
#sdcolumn h2 > a:link,
#sdcolumn h2 > a:visited{
	display: block;
	/*padding: 10px 0 0 15px;*/
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
}
#sdcolumn h2 > a:hover {
	color: #9b9835;
	text-decoration: none;
}
#sdcolumn div.body {
	padding: 0;
}
#sdcolumn .body p {
	margin: 0;
}
.sdcolumn__author {
	position: relative;
	margin: 12px 0;
	/*background: #f4f4f7;*/
	border-top: 1px solid #dadce3; /*dadce3*/
	/*border-bottom: 1px solid #dadce3;*/
}
.sdcolumn__author__head {
	padding: 10px 0 0 0;
	/*border-bottom: 1px solid #eceef4;*/
}
.sdcolumn__author__body {
	/*padding: 10px;*/
	background: #fff;
}
.sdcolumn__author h3 {
	position: relative;
	display: table;
	font-size: 14px;
	font-size: 1.076923076rem;
	line-height: 1.3;
}
.sdcolumn__author h3 .author {
	display: table-cell;
	padding: 0 5px 0 0;
	width: 90px;
	text-align: left;
	vertical-align: middle;
}
.sdcolumn__author h3 .meta-position {
	font-size: 11px;
	font-size: 0.846153846rem;
}
.sdcolumn__author h3 > img {
	display: table-cell;
	width: 50px;
	height: 50px;
	border: 1px solid #f4f5f7;
}
.sdcolumn__author .article {
	border-bottom: 1px dotted #dadce3;
}
.sdcolumn__author p.link {
	margin: 0;
	line-height: 1.3;
}
.sdcolumn__author .article a {
	display: block;
	padding: 12px 5px 12px 15px;
	background-position: 5px 15px;
}
.sdcolumn__author p.right {
	padding: 6px 0;
	font-size: 12px;
	font-size: 0.923076923rem;
}

.sdcolumn__ranking {
	margin: 36px 0 0 0;
}
.sdcolumn__ranking h3 {
	/*padding: 20px 0;
	border-top: 1px solid #dadce3;*/
	padding: 0 0 6px;
}
.sdcolumn__ranking ol,
.sdcolumn__ranking li {
	margin: 0;
}
.sdcolumn__ranking .rankinglist li {
	/*border-bottom: 1px dotted #dadce3;*/
}
.sdcolumn__ranking .rankinglist li:first-child {
	/*border-top: 1px dotted #dadce3;*/
}

/* ========= verisign ========= */
.vsseal {
	background: none !important;
	text-align: center;
}
.vsseal table {
	margin: 0 auto;
}
.vsseal a {
	font-size: 10px !important;
	font-weight: normal !important;
}

/* ---------------------------------------------------------------
list
----------------------------------------------------------------*/ 
ul, ol, dl {
	margin: 1em 0 ;
	padding-left: 0;
	line-height: 1.3em;
}
li {
	margin-left: 1.8em;
}
.lmgn-s li {
	margin-bottom: 2px !important;
}
.lmgn-m li {
	margin-bottom: 4px !important;
}
.lmgn-l li {
	margin-bottom: 6px !important;
}

/* ========= 　実線 ========= */
.list {
	line-height: 1.35em;
	list-style-type: none;
	border-top: solid 1px #dfdfe6;
}
.list li {
	margin-left: 0;
	padding: 8px 4px;
	border-bottom: solid 1px #dfdfe6;
}

/* ========= 　点線 ========= */
.dotlist {
	list-style-type: none;
}
.dotlist li {
	margin-left: 0;
	padding: 8px 2px;
	border-bottom: 1px dotted #dadce3;
}

/* ========= 　表形式 ========= */
dl.list {
	line-height: 1.5;
	border-top: none;
}
dl.list:after {
	clear: both;
	display: block;
	content: "";
}
dl.list dt {
	clear: both;
	margin: 0;
	padding: 6px 0 4px;
	width: 4em;
	font-weight: bold;
	float: left;
}
dl.list dd {
	margin: 0;
	padding: 6px 0 4px 5em;
}
dl.list-w5 dt {
	width: 5em;
}
dl.list-w5 dd {
	padding-left: 6em;
}

/* ========= 　目次リスト ========= */
.indexlist {
	list-style-type: none;	
}
.indexlist li {
	padding: 4px 0;
	list-style-position: inside;
	border-bottom: solid 1px #dfdfe6;
}
.indexlist li ul {
	margin: 2px 0 0 0;
	padding: 4px 0 0 24px;
	border-top: solid 1px #dfdfe6;
}
.indexlist li ul li{
	border-bottom: 1px dotted #dadce3;
	list-style-position: outside;
}
.indexlist li ul li.last {
	background: none;
	border-bottom: none;
}

/* ========= 　仕切り線リスト ========= */
.brdrlist {
	border-top: solid 1px #dfdfe6;
}
.brdrlist li {
	margin-left: 0;
	padding: 10px 0;
	line-height: 1.5;
	border-bottom: solid 1px #dfdfe6;
	list-style-position: inside;
	list-style-type: none;	
}

/* ========= 　赤ーリスト ========= */
.linelist li {
	position: relative;
	margin-bottom: 0.5em;
}
.linelist li:before {
	
}

/* ========= 　チェックリスト ========= */
.chklist li {
	position: relative;
	margin-left: 0;
	margin-bottom: 4px;
	padding: 0 0 0 1.4em;
	list-style-type: none;
}
.chklist li:before {
	position: absolute;
	content: "✓";
	margin-left: -1.4em;
	color: #7b0000;
	font-weight: bold;
}
	
/* ========= 　ランキング用リスト ========= */
.rankinglist {
	list-style-type: none;
	counter-reset: ranking-num;
}
.rankinglist li {
	position: relative;
	/*margin: 0 0 10px 0;
	padding: 4px 0 4px 30px;*/
	background-position: 2px 0;
	background-repeat: no-repeat;
	counter-increment : ranking-num;
	border-bottom: 1px solid #ececf1;
}
.rankinglist li:first-child {
	border-top: 1px solid #ececf1;
}
.rankinglist li > a {
	display: block;
	padding: 12px 0 12px 30px;
}
.rankinglist li > a:before {
	position: absolute;
	display: block;
	content : counter(ranking-num);
	padding: 4px 6px;
	top: 9px;
	left: 0;
	color: #151835;
	background: #f4f4f7;
	line-height: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.rankinglist > .no1 > a:before {
	color: #fff;
	background: #7b0000;
}
.rankinglist > .no2 > a:before {
	color: #fff;
	background: #14234c;
}
.rankinglist > .no3 > a:before {
	color: #fff;
	background: #b6bbc7;
}
.rankinglist li > a:hover:before {
	color: #fff;
	background: #9b9835;
}

/* ========= 　階層リスト ========= */
ul.layerlist {
	margin: 0.5em 0 1em 0.5em;
	padding: 0.8em 0　0　0;
	list-style-type: none;
}
ul.layerlist li {
	margin: 0;
	padding: 0 0 2px 12px;
	background: url("../images/icon_arrow.png") 2px 0.5em no-repeat;
}
ul.layerlist ul.layerlist {
	margin: 0.5em 0 0 0.5em;
	padding: 0.8em 0;
	border-left: solid 1px #dfdfe6;
	border-bottom: solid 1px #dfdfe6;
}
ul.layerlist ul.layerlist li {
	margin: 0 0 0.5em 0;
	padding: 0 0 2px 34px;
	background: url("../images/icon_arrow_sitemap.gif") 0 0.1em no-repeat;
	height: 1%;
}
ul.layerlist dd {
	margin: 0.8em 0;
	line-height: 1.6em;
}

/* ---------------------------------------------------------------
link&linklist
----------------------------------------------------------------*/ 
/* ========= 　リンクリスト ========= */
.relatedlink-ex {
	
}

ul.linklist li,
#sdrelatedlink li,
#sbrelatedlink li,
.relatedlink-in li,
.relatedlink-ex li,
.relatedlink li {
	margin-left: 0;
	margin-bottom: 4px;
	list-style-type: none;
}
ul.linklist li a,
#sdrelatedlink li a,
#sbrelatedlink li a,
.relatedlink-in li a,
.relatedlink-ex li a,
.relatedlink li a {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	background: url("../images/icon_arrow.png") 2px 0.4em no-repeat;
}
ul.linklist li a:hover,
#sdrelatedlink li a:hover,
#sbrelatedlink li a:hover,
.relatedlink-in li a:hover,
.relatedlink-ex li a:hover,
.relatedlink li a:hover {
	background-image: url("../images/icon_arrow_linkylw.png");
}

li.nolink {
	padding-left: 10px !important;
	background: none !important;
}

/* ========= 　リンク一般 ========= */
div.linklist a,
h3.link a,
p.link a,
div.link a,
a.link,
#sdmessage div.body p.author a {
	padding: 0.2em 0 0 8px;
	background: url("../images/icon_arrow.png") 2px center no-repeat;
}
div.linklist a:hover,
h3.link a:hover,
p.link a:hover,
div.link a:hover,
a.link:hover {
	background-image: url("../images/icon_arrow_linkylw.png");
}

a.inpage {
	padding: 0 0 0 12px;
	background: url("../images/icon_2inpage.png") 2px 0.5em no-repeat;
}

.imglink .img {
	position: relative;
	display: block;
	width: 220px;
	height: 124px;
	background: #12152d;
	text-decoration: none;
	overflow: hidden;
}
.imglink .img:before {
	position: absolute;
	content: "";
	top: 0;
	left: -50px;
	width: 310px;
	height: 124px;
	background: rgba(13,15,50,0.3);
	transform: skewx(-30deg);
	-ms-transform: skewx(-30deg);
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	z-index: 1;
}
a.imglink:hover .img:before {
	left: 260px;
	background: rgba(13,15,50,0.0);
}

.nav-link {
	position: relative;
	display: inline-block;
	padding: 0 0 0 6px;
	background: url("../images/icon_arrow.png") 0 center no-repeat;
	line-height: 1;
}
/*.nav-link:before {
	position: absolute;
	content: "";
	margin-top: -1.5px;
	top: 50%;
	left: 0;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-top-color: #9a0019;
	border-right-width: 0px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}*/
a.nav-link:hover,
a:hover .nav-link {
	color: #9b9835;
	background-image: url("../images/icon_arrow_linkylw.png");
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.nav-frlink {
	position: relative;
	display: inline-block;
	padding: 10px 22px 10px 14px;
	color: #000;
	/*background: url("../images/icon_arrow.png") 10px center no-repeat;*/
	line-height: 1;
	border: 1px solid #000;
	text-decoration: none;
}
.nav-frlink:link,
.nav-frlink:visited {
	color: #000;
}
.nav-frlink:before {
	position: absolute;
	content: "";
	margin-top: -3px;
	top: 50%;
	right: 10px;
	width: 3px;
	height: 5px;
	background-image: url("../images/icon_arrow.png");
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.nav-frlink:hover {
	color: #9b9835;
	background: #f4f4ea;
	text-decoration: none;
	/*border-color: #f4f4ea;*/
	border-color: #9b9835;
	/*transform: skewx(-30deg);
	-ms-transform: skewx(-30deg);*/
}
.nav-frlink.__off:hover {
	color: #000;
	border-color: #000;
}
.nav-frlink:hover:before {
	background-image: url("../images/icon_arrow_linkylw.png");
}
.nav-frlink.__off:hover:before,
.nav-frlink.__wh.__off:hover:before,
.nav-frlink.__red.__off:hover:before {
	background-image: url("../images/icon_arrow.png");
}
.nav-frlink.__wh {
	color: #fff;
	/*background-image: url("../images/icon_arrow_wh.png");*/
	border-color: #fff;
}
.nav-frlink.__wh:before {
	background-image: url("../images/icon_arrow_wh.png");
}
.nav-frlink.__wh:hover {
	color: #9b9835;
	background: #f4f4ea;
	/*border-color: #f4f4ea;*/
	border-color: #9b9835;
}
.nav-frlink.__wh.__off:hover {
	color: #fff;
	background: transparent;
	border-color: #fff;
}
.nav-frlink.__wh:hover:before {
	background-image: url("../images/icon_arrow_linkylw.png");
}
.nav-frlink.__red {
	color: #7b0000;
	border-color: #7b0000;
}
.nav-frlink.__red:hover {
	color: #9b9835;
	background: #f4f4ea;
	border-color: #9b9835;
}
.nav-frlink.__red.__off:hover {
	color: #9b9835;
	background: transparent;
	border-color: #9b9835;
}
.nav-frlink.__red:hover:before {
	background-image: url("../images/icon_arrow_linkylw.png");
}
.nav-frlink.__red.__filled {
	color: #fff;
	background: #7b0000;
	border-color: #7b0000;
}
.nav-frlink.__red.__filled:before {
	background-image: url("../images/icon_arrow_wh.png");
}
.nav-frlink.__red.__filled:hover {
	color: #9b9835;
	background: #f4f4ea;
	border-color: #9b9835;
}
.nav-frlink.__red.__filled:hover:before {
	background-image: url("../images/icon_arrow_linkylw.png");
}

/* ========= 　強調リンクボタン ========= */
/* == 一般＆印刷 == */
.linkst {
	margin: 28px 0 18px;
	line-height: 1;
}
.linkprint {
	margin: 18px 0;
	line-height: 1;
}
.linkst a,
.linkprint a {
	position: relative;
	display: inline-block;
	padding: 10px 22px 10px 14px;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
}
.linkst a {
	color: #7b0000;
	border: 1px solid #7b0000;
}
.linkprint a {
	padding: 10px 14px 10px 30px;
	color: #000;
	border: 1px solid #d4d4d4;
}
.linkst a:before {
	position: absolute;
	content: "";
	margin-top: -3px;
	top: 50%;
	right: 10px;
	width: 3px;
	height: 5px;
	background-image: url("../images/icon_arrow.png");
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.linkprint a:before {
	position: absolute;
	content: "";
	margin-top: -7px;
	top: 50%;
	left: 10px;
	width: 12px;
	height: 13px;
	background-image: url("../images/icon_print_gray.png");
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.linkst a:hover,
.linkprint a:hover {
	color: #9b9835;
	background: #f4f4ea none;
	border-color: #9b9835;
	text-decoration: none;
}
.linkst a:hover:before {
	background-image: url("../images/icon_arrow_linkylw.png");
}
.linkprint a:hover:before {
	background-image: url("../images/icon_print_linkylw.png");
}

/* == 読む == */
div.linkread a, p.linkread a, li.linkread a, a.linkread {
	margin: 0.3em 0 0.8em 0;
	padding: 0 0 0 24px;
	background: url("../images/icon_read.gif") 2px 0.2em no-repeat;
}

/* ========= 　ナビゲーション ========= */
div.linknext, p.linknext {
	margin-top: 5em;
	color: #666;
	line-height: 1.35;
}
div.linknext + div.linknext, p.linknext + p.linknext {
	margin-top: 2em;
}
div.linknext a, p.linknext a {
	display: inline-block;
	margin: 8px 0 0;
}

/* ========= 　1階層上へ&ページトップへ ========= */
.linkback2top,
.linkback2pgtop {
	/*font-size: 92%;*/
	line-height: 1.35;
}
.linkback2top a {
	padding: 0 0 0 8px;
	background-position: 0 40%;
	background-repeat: no-repeat;
}
.linkback2top a {
	background-image: url("../images/icon_back2top.png");
}
.linkback2top a:hover {
	background-image: url("../images/icon_back2top_linkylw.png");
}
.linkback2pgtop a {
	padding: 0 8px 0 0;
	background-position: 100% 40%;
	background-repeat: no-repeat;
}
.linkback2pgtop a {
	background-image: url("../images/icon_2top.png");
}
.linkback2pgtop a:hover {
	background-image: url("../images/icon_2top_linkylw.png");
}


/* ========= 　ページトップへ（フッター） ========= */
#warppgtopnavi {
	position: relative;
	margin: 0 auto;
	width: 905px;
}
#warppgtopnavi a {
	position: relative;
	display: block;
	/*margin-bottom: -8px;*/
	padding: 0;
	width: 40px;
	height: 34px;
	background: #f7f7f7;
	text-indent: -9999px;
	float: right;
	border: 1px solid transparent;
	z-index: 1;
}
#warppgtopnavi a:hover {
	color: #9b9835;
	background: #f4f4ea;
	/*border: 1px solid #9b9835;*/
	text-decoration: none;
}
#warppgtopnavi a:before {
	position: absolute;
	content: "";
	margin-left: -1px;
	top: 15px;
	left: 50%;
	width: 8px;
	height: 8px;
	/*border-top: 2px solid #2b497b;
	border-right: 2px solid #2b497b;*/
	border: 8px solid transparent;
	border-top-color: #000;
	border-right-width: 0px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#warppgtopnavi a:hover:before {
	border-top-color: #9b9835;
}
#warppgtopnavi a:after {
	position: absolute;
	content: "";
	margin-left: -5px;
	top: 12px;
	left: 50%;
	width: 10px;
	height: 1px;
	background: #000;
}
#warppgtopnavi a:hover:after {
	background: #9b9835;
}

/* ---------------------------------------------------------------
table
----------------------------------------------------------------*/
.table-wrap {
	clear: both;
	margin: 2em 0;
}
table {
	border-collapse: collapse;
}
th, td {
	line-height: 1.5;
}

/* ========= 各種スタイル========= */
/* == 一般枠あり == */
.listtable,
.listtable-v {
	border-top: 1px solid #dadce4;
	border-left: 1px solid #dadce4;
}
.listtable th {
	padding: 8px 10px;
	width: 7em;
	background: #f7f7f8;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #dadce4;
	border-bottom: 1px solid #dadce4;
}
.listtable td {
	padding: 8px 10px;
	background: #fff;
	vertical-align: top;
	border-right: 1px solid #dadce4;
	border-bottom: 1px solid #dadce4;
}

/* 縦 */
.listtable-v th {
	padding: 8px 10px;
	background: #f7f7f8;
	text-align: center;
	border-right: 1px solid #dadce4;
	border-bottom: 1px solid #dadce4;
}
.listtable-v td {
	padding: 8px 10px;
	background: #fff;
	vertical-align: top;
	border-right: 1px solid #dadce4;
	border-bottom: 1px solid #dadce4;
}

/* == 一般枠なし == */
.listtable-nb {
}
.listtable-nb th {
	padding: 6px 8px;
	background: #f7f7f8;
	vertical-align: top;
	text-align: left;
}
.listtable-nb td {
	padding: 6px 8px;
	background: #fff;
	vertical-align: top;
}

/* == 上下線+影 == */
.listtable02 {
	border-top: 1px solid #dadce4;
}
.listtable02 th {
	padding: 8px 10px;
	background: #fff url("../images/bg_lnavimain_btm.gif") center top repeat-x;
	vertical-align: top;
	border-bottom: 1px solid #dadce4;
}
.listtable02 td {
	padding: 8px 10px;
	background: #fff url("../images/bg_lnavimain_btm.gif") center top repeat-x;
	vertical-align: top;
	border-bottom: 1px solid #dadce4;
}

/* == 上下線（トピックス） == */
.listtable03 {
	line-height: 1.15em;
	border-top: solid 1px #dadce4;
}
.listtable03 th {
	padding: 8px 8px;
	width: 6em;
	color: #666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #dadce4;
}
.listtable03 td {
	padding: 6px 8px 6px 0;
	border-bottom: solid 1px #dadce4;
}

/* == 上下線（通常） == */
.listtable03-2 {
	line-height: 1.15em;
	border-top: solid 1px #dadce4;
}
.listtable03-2 th {
	padding: 8px 8px;
	width: 6em;
	color: #666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #dadce4;
}
.listtable03-2 td {
	padding: 8px 8px;
	vertical-align: top;
	border-bottom: solid 1px #dadce4;
}

/* == 上下線（活動実績） == */
.listtable04 {
	line-height: 1.15em;
}
.listtable04 th {
	padding: 10px 8px;
	color: #000;
	font-weight: normal;
	text-align: center;
	background: url("../images/bg_ly3h2.gif") left top repeat-x;
}
.listtable04 td {
	padding: 10px 0 10px 0;
	vertical-align: top;
	border-bottom: solid 1px #dadce4;
}

/* == インラインtable == */
.inline-listtable01,
td .inline-listtable01,
.listtable .inline-listtable01 {
	border: none;
}
.inline-listtable01 th,
td .inline-listtable01 th,
.listtable .inline-listtable01 th {
	padding: 0 24px 0 2px;
	color: #444 ;
	background: #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.inline-listtable01 td,
td .inline-listtable01 td,
.listtable .inline-listtable01 td {
	padding: 0 2px;
	vertical-align: top;
}

/* ========= table内 ========= */
/* == table == */
.listtable table th, .listtable table td {
	padding: 0.2em 0.2em 0.2em 0;
	background: none;
	border: none;
}

td p {
	margin: 0;
}
table.layouttable td p {
	margin: 1em 0;
}
table.layouttable td p.linknext {
	margin: 2em 0 1em 0;
}
.listtable td p.link {
	margin: 1em 0 0 0;
}

.listtable td a img[align="absmiddle"],
.listtable-v td a img[align="absmiddle"] {
	vertical-align: baseline;
}


/* ---------------------------------------------------------------
frame
----------------------------------------------------------------*/
.attention {
	margin: 1em 0;
	padding: 0 1.5em;
	background: #fff;
	border: solid 3px #f2e5e8;
} 
.framegrwh1pxsolid {
	margin: 1em 0;
	padding: 0 1.5em;
	color: #666;
	background: #fff;
	border: solid 1px #e5e5e5;
}
.framegr {
	margin: 1em 0;
	padding: 1em 1.5em;
	color: #444;
	background: #fafafa;
}
.framegrlgr1pxsolid {
	margin: 1em 0;
	padding: 1em 1.5em;
	color: #444;
	background: #fafafa;
	border: solid 1px #e5e5e5;
}
.framegrnwh1pxsolid {
	margin: 1em 0;
	padding: 0.2em 1.5em 0.1em 1.5em;
	color: #2d8157;
	background: #fff;
	border: solid 1px #b4d3c4;
}
.framegrwh1pxsolid > h3 {
	margin-top: 2em !important;
}
.attention p,
.framegrwh1pxsolid p,
.framegrlgr1pxsolid p {
	margin: 1em 0;
	line-height: 1.5;
}
.framegrwh1pxsolid ul,
.framegrlgr1pxsolid ul {/*ieバグ用再定義*/
	margin: 1em 0;
}
.framegrwh1pxsolid ol,
.framegrlgr1pxsolid ol {/*ieバグ用再定義*/
 	margin: 1em 0 1em 1em;
 }

/* ---------------------------------------------------------------
layout
----------------------------------------------------------------*/ 
/* ========= margin ========= */
.mgn0 {
	margin: 0 !important;
}
.mgn0004 {
	margin: 0 0 0 4em !important;
}
.mgn-t0 {
	margin-top: 0 !important;
}
.mgn-t1 {
	margin-top: 1em !important;
}
.mgn-t2 {
	margin-top: 2em !important;
}
.mgn-t3 {
	margin-top: 3em !important;
}
.mgn-t4 {
	margin-top: 4em !important;
}
.mgn-b0 {
	margin-bottom: 0 !important;
}

/* ========= position ========= */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}

/* ========= float ========= */
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear-both {
	clear: both;
}
img.fright {
	margin: 0 0 12px 12px;
	float: right;
}
table.fright,
div.fright {
	margin: 0 0 12px 18px;
	float: right;
}
img.fleft {
	margin: 0 12px 12px 0;
	float: left;
}
table.fleft,
div.fleft {
	margin: 0 18px 12px 0;
	float: left;
}

/* ========= column ========= */
/*.clearfix:before,
#gnavimain:before,
#footergnavi:before,
#footergnavisub .group:before,
#footermisc:before,
.c-box:before,
.c-box2:before,
.c-box3:before {
	display: table;
	content: "";
}*/
.clearfix:after,
.table:after,
.c-box:after,
.c-box2:after,
.c-box2-1-2:after,
.c-box2-1-6:after,
.c-box-consulintro:after,
.c-box3:after { /* ie8over */
	clear: both;
	display: block;
	content: "";
}
.table {
	display: table;
}
.cell {
	display: table-cell;
}

.c-box2 > .item1,
.c-box2-1-2 > .item1,
.c-box2-1-6 > .item1,
.c-box-consulintro > .item1,
.c-box3 > .item1,
.c-box2 .c-box3 > .item2,
.c-box3 > .item2 {
	float: left;
}
.c-box2 > .item2,
.c-box2-1-2 > .item2,
.c-box2-1-6 > .item2,
.c-box-consulintro > .item2,
.c-box3 > .item3 {
	float: right;
}


/* ---------------------------------------------------------------
misc
----------------------------------------------------------------*/ 
.heading {
}
.subtitle {
	font-size: smaller;
}
.first {
	margin-top: 0 !important;
}
.last {
	margin-bottom: 0;
}
.catch {
}
.lead {
	margin-top: 0;
	line-height: 1.5em;
}
.summary {
	line-height: 1.5em;
}

.thumbnail {
}
.photo {
	/*padding: 3px;
	border: solid 1px #e5e5e5;*/
}

.icon-new {
	display: inline-block;
	margin: 0 4px 2px;
	padding: 2px 4px;
	color: #fff;
	background: #7b0000;
	font-size: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	line-height: 1em;
	vertical-align: middle;
}
.icon-new.__pos-right {
	margin-right: 0;
}
.icon-new.__pos-left {
	margin-left: 0;
}

.normal {
}
.deco {
}
.decobegin {
}
p.desc,
.contentspage #contents p.desc {
	line-height: 1.35em;
}
.log {
	margin: 0;
}
.logimg {
	width:1px;
	height:1px;
	float: left;
}

/* ベリサイン */
.center table {
	margin: 0 auto;
}