@charset "utf-8";

/* ===========================================================

	Title: style.css
	Created:	2013-5-14
	Last Created:	2015-9-1
	
=========================================================== */
/*

	title
	text
	link
	table
	stripe
	section
	align
	photo/img
	clear
	hr
	margin
	width
	
=========================================================== */
/*

	base
	
=========================================================== */
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

em {
	color: #7d6f24;
	font-weight: bold;
}
strong {
	font-weight: bold!important;
}
.ffReset { font-family: "?l?r ?S?V?b?N", "MS Gothic", "Osaka?|????", Osaka-mono, monospace !important;}
.txt-s {font-size: 10px;}

/* ===========================================================

	text
	
=========================================================== */

p,
ul,
ol,
dl,
table {
	font-size: 1.0em;
	line-height: 1.6;
}

ul li,
ol li {
	margin: 0 0 10px;
}

ol ol {
	padding: 5px 0 0;
}

/* ===========================================================

	link
	
=========================================================== */
a:link,
a:visited {
	text-decoration: underline;
	color: #111;
}
a:hover {
	text-decoration: none;
	color: #cd011c;
}
.link-reverse a:link,
.link-reverse a:visited,
a.link-reverse:link,
a.link-reverse:visited {
	color: #111;
	text-decoration: none;
}
.link-reverse a:hover,
a.link-reverse:hover {
	color: #cd011c;
	text-decoration: underline;
}

a img { vertical-align: middle !important;}

/* linkA
----------------------------------------------------------- */

a.linkA {
	background: url(/img/common/ic_arrow_a.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
}

/* blank
----------------------------------------------------------- */

a.blank {
	background: url(../img/common/ic_blank.gif) right 50% no-repeat;
	padding: 0 12px 0 0;
}

span.blank {
	background: url(../img/common/ic_blank.gif) right 50% no-repeat;
	padding: 0 12px 0 0;
}

/* pdf
----------------------------------------------------------- */

a.pdf {
	background: url(../img/common/ic_pdf.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
}

/* xls
----------------------------------------------------------- */

a.xls {
	background: url(../img/common/ic_xls.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
}

/* linkPageTop
----------------------------------------------------------- */

p.linkPageTop {
	clear: both;
	text-align: right
}

p.linkPageTop a {
	background: url(../common/image/ic_pagetop.gif) 0 50% no-repeat;
	padding: 0 0 0 10px;
}

/* wide_link
----------------------------------------------------------- */
a.wide_link { display: block; width: 100%; }

/* ===========================================================

	table
	
=========================================================== */

table {
	/*width: 680px;*/
	margin: 0;
	border: solid 1px #CCC;
}

table th {
	/*width: 25%;*/
	padding: 2px 2px;
	border: solid 1px #ccc;
	background: #F1f1f1;
	font-weight: bold;
	color: #000;
}

table td {
	border: solid 1px #CCC;
	padding: 2px 2px;
	background: #fff;
}

table img {
	vertical-align: text-bottom;
}

table th.thB {
	background: #f2f2f2;
	color: #111;
	border-bottom: none;
}

/* tableIndent
----------------------------------------------------------- */
.tableIndent {
	border: none;
}
.tableIndent th {
	border: none;
	padding: 0 7px 5px 0;
	width: 1% !important;
	white-space: nowrap!important;
	background: none;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	color: #111111;
}
.tableIndent td {
	border: none;
	padding: 0 0 5px;
}
.tableIndentB {
	border: none;
}
.tableIndentB th {
	border: none;
	padding: 0 7px 5px 0;
	width: 1% !important;
	white-space: nowrap!important;
	background: none;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	color: #111111;
}
.tableIndentB td {
	border: none;
	padding: 0;
}

/* tableLow
----------------------------------------------------------- */
.tableLow {
	line-height: 1.4 !important;
}
.tableLow th {
	padding: 5px;
}
.tableLow td {
	padding: 5px;
}

/* table-style
----------------------------------------------------------- */
.cellToushi {
	background: #e9e9e9!important;
	vertical-align: middle!important;
}

th.cellA,
td.cellA {
	background: #ffedc7;
	font-weight: bold;
}
th.cellB,
td.cellB {
	background: #ffdbc2;
	font-weight: bold;
}
th.cellC,
td.cellC {
	background: #f2f2f2;
	font-weight: bold;
}

table th.cellW1,
table td.cellW1 {
	width: 1% !important;
	white-space: nowrap!important;
}

table th.cellW10p,
table td.cellW10p {
	width: 10% !important;
}
table th.cellW15p,
table td.cellW15p {
	width: 15% !important;
}
table th.cellW18p,
table td.cellW18p {
	width: 18% !important;
}
table th.cellW50p,
table td.cellW50p {
	width: 50% !important;
}
table th.cellW40p,
table td.cellW40p {
	width: 40% !important;
}

table th.cellBorderNon,
table td.cellBorderNon {
	border: none !important;
}

table th.cellToushi,
table td.cellToushi {
	text-align: center;
	background: #fff4f4;
}

.cellBorderRdobule {
	border-right: double 3px #CCC !important;
}

.cellBorderBdobule {
	border-bottom: double 3px #CCC !important;
}

/* tableA
----------------------------------------------------------- */
.tableA th {
	border: solid 1px #49555e;
	border-bottom: solid 2px #b8292e;
}
.tableA td {
}

/* tableB
----------------------------------------------------------- */
.tableB th {
	text-align: center;
	vertical-align: middle;
	width: auto;
	white-space: nowrap;
	border: solid 1px #49555e;
	border-bottom: solid 2px #b8292e;
}
.tableB td {
}
.tableB .thB {
	background: #f2f2f2;
	text-align: center;
}


table.table_B {
	width: 100%;
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
	margin: 0 0 5px;
	table-layout: auto;
}

table.table_B th {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #C9C9C9;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px;
    vertical-align: top;
}


/* tableC
----------------------------------------------------------- */
.tableC {  }
.tableC th {
	text-align: center;
	vertical-align: middle;
	border: solid 1px #49555e;
	border-bottom: solid 2px #b8292e;
}
.tableC th.w_00 { width: 25%; }
.tableC th.w_01 { width: 20%; }
.tableC th.w_02 { width: 15%; }
.tableC th.w_03 { width: 10%; }
.tableC td {
	vertical-align: top;
}

/* tableD
----------------------------------------------------------- */
.tableD th {
}
.tableD td {
}

/* tableE
----------------------------------------------------------- */
.tableE th {
	width: 14%;
	border: solid 1px #49555e;
	border-bottom: solid 2px #b8292e;
}
.tableE td {
}

/* tableF
----------------------------------------------------------- */
.tableF th {
}
.tableF td {
}

/* tableG
----------------------------------------------------------- */
.tableG th {
}
.tableG td {
}

/* tableH
----------------------------------------------------------- */
.tableH {
}
.tableH th {
	text-align: center;
	vertical-align: middle;
	width: auto;
	white-space: nowrap;
	font-weight: bold;
	border: solid 1px #49555e;
	border-bottom: solid 2px #b8292e;
}
.tableH td {
	border-top: none!important;
	border-left: none!important;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 5px 3px;
}
.tableH .thB {
	background: #eae6df;
	color: #000;
}
.tableH .total {
	background: #5a666e;
	color: #FFF;
	font-weight: bold;
}

/* tableIndent
----------------------------------------------------------- */
.indent-table {
	border: none;
	width: auto;
	font-size: 12px;
}
.indent-table th {
	border: none;
	padding: 0 7px 5px 0;
	width: 1% !important;
	white-space: nowrap!important;
	background: none;
	border: none!important;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	color: #111111;
}
.indent-table td {
	border: none!important;
	background: none;
	padding: 0 0 5px;
}
table .indent-table {
	width: auto;
	margin: 10px 0 0;
}

table.sp_tb { width: 100%!important; border: solid 1px #ddd; border-collapse: collapse; border-spacing: 0; }
table.sp_tb2 { width: 100%!important; border: solid 1px #ddd; border-collapse: collapse; border-spacing: 0; font-size: 90%; }
table.sp_tb2 th,
table.sp_tb2 td { border-bottom: solid 1px #ddd; border-left: none!important; border-up: none!important; border-right: none!important; }

table.sp_tb3 { width: 100%!important; border: solid 1px #ddd; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; }
table.td_r td,
table td.r { text-align: right; }
table.td_c td { text-align: center; }

table td.attention { font-weight: bold; }
table.sp_tb td.w35 { width: 35%; }
table.sp_tb2 th.w10 { width: 10%; }

/* ===========================================================

	stripe
	
=========================================================== */

.stripe tr.odd td,
.stripe ul li.odd {
	background: #f2f2f2;
}

.stripe tr.even th,
.stripe tr.even td,
.stripe  ul li.even {
}

/* ===========================================================

	section
	
=========================================================== */

/* sectionA
----------------------------------------------------------- */

.sectionA {
	text-align: center;
	border: solid 1px #CCCCCC;
	background: url(../common/image/bg_dot_a.gif) repeat;
	padding: 5px 0 0;
	margin: 0 0 10px 10px;
}

/* sectionB
----------------------------------------------------------- */

.sectionB {
	background: url(../common/image/bg_dot_a.gif) repeat;
	margin: 0 30px 10px;
	padding: 10px 0;
}

.sectionB ul,
.sectionB p {
	margin: 0 10px 1px;
}

/* sectionC
----------------------------------------------------------- */

.sectionC {
	clear: both;
	background: url(../common/image/bg_dot_a.gif) repeat;
	margin: 0 0 10px;
	padding: 5px;
}

.sectionC p {
	margin: 0;
	padding: 15px;
	background: #FFFFFF;
	line-height: 1.6;
}

/* sectionD
----------------------------------------------------------- */

.sectionD {
	clear: both;
	background: url(../common/image/bg_dot_a.gif) repeat;
	margin: 0 0 10px 10px;
	padding: 5px;
}

.sectionD p {
	margin: 0;
	padding: 15px;
	background: #FFFFFF;
	line-height: 1.6;
}

/* ===========================================================

	align
	
=========================================================== */

.aC {
	text-align: center;
}

.aR {
	text-align: right;
}

/* ===========================================================

	photo/img
	
=========================================================== */

.img {
	margin: 0 0 15px 10px;
}

.imgC {
	text-align: center;
	margin: 0 0 10px;
}

.imgR {
	float: right;
	margin: 0 0 10px 20px;
}

.imgL {
	float: left;
	margin: 0 20px 10px 0;}

.photoR {
	float: right;
	margin: 0 0 10px 20px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	background: #f4f5e9;
}

.photoL {
	float: left;
	margin: 0 20px 10px 0;
	padding: 5px;
	border: solid 1px #CCCCCC;
	background: #f4f5e9;
}

.photo {
}

.photo img {
	margin: 0 0 10px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	background: #f4f5e9;
}

.img,
.imgC,
.imgL,
.imgR,
.photoR img,
.photoL img,
.photo img {
	vertical-align: bottom;
}


/* ===========================================================

	clear
	
=========================================================== */

.clear {clear: both;}
.nClear {clear: none;}
.fR {float: right;}
.fL {float: left;}

/* clearfix
----------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { zoom:1; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix  {display:block;}
/* end MacIE5 */

/* ===========================================================

	hr
	
=========================================================== */

div.hrA {
	clear: both;
	background: url(../common/image/line_dot_x.gif) center center repeat-x;
	height: 40px;
	margin: 0 20px;
}

div.hrB {
	clear: both;
	height: 40px;
	margin: 0 20px;
}

div.hrA hr, 
div.hrB hr {
	display: none;
}

/* ===========================================================

	indent
	
=========================================================== */

dl.indent1 dd {padding: 0 0 0 1em;}
dl.indent2 dd {padding: 0 0 0 2em;}
dl.indent3 dd {padding: 0 0 0 3em;}
dl.indent4 dd {padding: 0 0 0 4em;}

.indent1 li,
p.indent1 {text-indent: -1em; margin-left: 1em;}
.indent2 li,
p.indent2 {text-indent: -2em; margin-left: 2em;}
.indent3 li,
p.indent3 {text-indent: -3em; margin-left: 3em;}
.indent4 li,

p.indent4 {text-indent: -4em; margin-left: 4em;}
.indent1 li,
p.indent1,
span.indent1 {text-indent: -1.4em; margin-left: 1em; display: block;}


/* ===========================================================

	list-style / disc
	
=========================================================== */

.alphaL li {list-style-type: lower-alpha !important;}
.alphaU li {list-style-type: upper-alpha;}
.romanL li {list-style-type: lower-roman;}
.romanU li {list-style-type: upper-roman;}
.decimal li {list-style-type: decimal;}
.katakana li {list-style-type: katakana;}

ul.disc li,
p.disc {
	list-style-type:none;
	padding:0 0 0 10px;
	background: url(../img/common/ic_disc.gif) 0 5px no-repeat;
}

.check li {
	list-style-type:none;
	padding: 0 0 0 20px;
	background: url(../img/common/ic_check.gif) 0 5px no-repeat;
}

.alphaL li,
.alphaU li,
.romanL li,
.romanU li,
.decimal li,
.katakana li {
	margin-left: 2em;
}

.listStyleNone li {list-style: none;}


/* ===========================================================

	margin/paddubg
	
=========================================================== */

.contMargin {margin-bottom: 40px !important;}
.contMargin2 {margin-bottom: 20px !important;}


.mR0 {margin-right: 0px !important;}
.mR10 {margin-right: 10px !important;}
.mR20 {margin-right: 20px !important;}
.mR30 {margin-right: 30px !important;}

.mB0 {margin-bottom: 0 !important;}
.mB5 {margin-bottom: 5px !important;}
.mB10 {margin-bottom: 10px !important;}
.mB20 {margin-bottom: 20px !important;}
.mB30 {margin-bottom: 30px !important;}
.mB40 {margin-bottom: 40px !important;}
.mB50 {margin-bottom: 50px !important;}
.mB60 {margin-bottom: 60px !important;}
.mB70 {margin-bottom: 70px !important;}

.mL10 {margin-left: 10px !important;}
.mL15 {margin-left: 15px !important;}
.mL20 {margin-left: 20px !important;}
.mL30 {margin-left: 30px !important;}
.mL40 {margin-left: 40px !important;}
.mL50 {margin-left: 50px !important;}
.mL60 {margin-left: 60px !important;}
.mL70 {margin-left: 70px !important;}

.mT30 {margin-top: 30px !important;}

.m0 {margin: 0 !important;}

.pT0 {padding-top: 0 !important;}
.pT5 {padding-top: 5px !important;}
.pT10 {padding-top: 10px !important;}
.pT15 {padding-top: 15px !important;}
.pT20 {padding-top: 20px !important;}
.pT30 {padding-top: 30px !important;}
.pT40 {padding-top: 40px !important;}
.pT50 {padding-top: 50px !important;}
.pT60 {padding-top: 60px !important;}
.pT70 {padding-top: 70px !important;}
.pT80 {padding-top: 80px !important;}
.pT90 {padding-top: 90px !important;}
.pT100 {padding-top: 100px !important;}
.pT110 {padding-top: 110px !important;}
.pT130 {padding-top: 130px !important;}
.pT140 {padding-top: 140px !important;}

.pR10 {padding-right: 10px !important;}
.pR20 {padding-right: 20px !important;}
.pR30 {padding-right: 30px !important;}

.pB20 {padding-bottom: 20px !important;}
.pB25 {padding-bottom: 25px !important;}
.pB30 {padding-bottom: 30px !important;}

/* ===========================================================

	width
	
=========================================================== */

.box {
}

.box p,
.box h5,
.box .photo img {
}

.w90 { width: 90px; }
.w120 { width: 120px; }
.w180 { width: 180px; }
.w190 { width: 190px; }
.w200 { width: 200px; }
.w240 { width: 240px; }
.w250 { width: 250px; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w310 { width: 310px; }
.w320 { width: 320px; }
.w330 { width: 330px; }
.w340 { width: 340px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w420 { width: 420px; }
.w430 { width: 430px; }
.w500 { width: 500px; }
.w520 { width: 520px; }
.w540 { width: 540px; }
.w550 { width: 550px; }
.w585 { width: 585px; }
.w640 { width: 640px; }
.w650 { width: 650px; }

ul.ulmB { margin: 0 30px 5px !important; }

/* ===========================================================

	align
	
=========================================================== */

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }

/* ===========================================================

	font
	
=========================================================== */

.ft_m { font-size: 1.2em; }
.ft_l { font-size: 1.4em; }
.ft_mstrong { font-size: 1.2em; font-weight: bold; }
.ft_strong { font-size: 1.4em; font-weight: bold; }
td.align-right .ft_strong { font-size: 150%; font-weight: bold; }

/* ===========================================================	

	title
	
=========================================================== */

.title h2 {
	border: solid 1px #ddd;
	background: url(/img/sp/common/h2.png) right 50% no-repeat;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	margin: 5px 0 10px;
	padding: 0;
}

.title h2 .text {
	border-left: solid 10px #155e32;
	padding: 5px 0 5px 10px;
	color: #228449;
}
.title h2 .date { float:right; font-size: 0.4em; font-weight: normal; position: absolute; right: 80px; }

.tit-a {
	border: solid 1px #ccc;
	/*font-size: 13px;*/
	margin: 0 0 10px;
	padding: 10px;
	line-height: 1;
	text-align: left;
	background: #f9f9f9;
	border-radius: 3px;
}
.tit-a span {
	border-left: solid 5px #05a105;
	font-weight: bold;
	padding: 1px 7px;
}

.tit-b {
	border-bottom: solid 1px #ccc;
	/*font-size: 13px;*/
	margin: 0 0 10px;
	padding: 0 10px 8px 0;
	line-height: 1.5;
}

.tit-b span {
	border-left: solid 5px #05a105;
	font-weight: bold;
	padding: 2px 7px;
}


/* ===========================================================	

	ETC
	
=========================================================== */

.hidden {
	display: none;
}

.minus { color: red; }

/* ===========================================================	

	AD
	
=========================================================== */

#sp_tad { width: 320px; margin: 5px auto 0px; padding-top: 80px; }
.sp_ad { width: 300px; margin: 15px auto; }

/* ===========================================================

	@icon
	
=========================================================== */
#news dt span.new {
	background-image: url(/img/common/new.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
}
.pdf {
	background: url(/img/common/pdf.png) 50% 0 no-repeat;
	padding: 3px 20px 3px 0;
}

