@charset "utf-8";

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

	Title:			style.css
	Created:		2013-10-15
	Last Created:		2017-07-11
	
=========================================================== */
/*

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

	base
	
=========================================================== */
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
em {
	/*color: #669900;*/
	color: #373582;
	font-weight: bold;
}
strong {
	font-weight: bold!important;
}
.read {
	margin: 0 0 10px;
	font-weight: bold;
}

.text {
	font-size: 14px;
}
.text-s {
	font-size: 12px;
}
em {
	color:#CA3700;
	font-weight: bold;
	font-style: normal;
}

.blue {color: #5278a7 !important;}
.orange {color: #d86040 !important;}
.ffReset { font-family: "?l?r ?S?V?b?N", "MS Gothic", "Osaka?|????", Osaka-mono, monospace !important;}

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

	text
	
=========================================================== */
p,
ul,
ol,
dl {
	margin: 0 0 20px;
}

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

ol ol {
	padding: 5px 0 0;
}

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

	link
	
=========================================================== */
a:link {
	text-decoration: none;
	color: #336699;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

/* link-a
----------------------------------------------------------- */
a.link-a {
	background: url(../img/common/arrrow_b.png) 0 50% no-repeat;
	padding: 0 0 0 15px;
}

/* icon
----------------------------------------------------------- */
img.icon {
	vertical-align: text-bottom;
}

/* blank
----------------------------------------------------------- */
a.blank {
}

/* pdf
----------------------------------------------------------- */
.pdf img {
	vertical-align: bottom;
	float: left;
}

/* xls
----------------------------------------------------------- */
a.xls {
}

/* bt-pagetop
----------------------------------------------------------- */
p.bt-pagetop {
	clear: both;
	text-align: right
}
p.bt-pagetop a {
	background: url(../img/common/ic_pagetop.gif) 0 50% no-repeat;
	padding: 5px 0 5px 20px;
}

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

	table
	
=========================================================== */
table {
	clear: both;
	width: 100%;
	margin: 0 0 20px;
	border: solid 1px #ddd;
	/*font-size: 13px;*/
}
table th {
	padding: 10px 10px;
	border: solid 1px #ddd;
	background: #f9f9f9;
	font-weight: bold;
}
table td {
	border: solid 1px #ddd;
	padding: 10px 10px;
	vertical-align: top;
}
table img {
	vertical-align: text-bottom;
}
table input {
}
table th.th-2nd {
	background: #f2f2f2;
	color: #111;
}
table td.td-2nd {
	vertical-align: middle;
	text-align: center;
	background: #f2f2f2;
}

/* table - simple
----------------------------------------------------------- */
table.simple thead tr td, table.simple thead tr th {
	background-color: #e0f9e0;
	font-weight: bold;
	text-align: center;
}
table.simple th, table.simple td {
	border: 1px solid #cccccc;
	padding: 6px;
}

/* tableIndent
----------------------------------------------------------- */
.indent-table {
	border: none;
}
.indent-table 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;
}
.indent-table td {
	border: none;
	padding: 0 0 5px;
}
table .indent-table {
	width: auto;
	margin: 10px 0 0;
}

/* table-style
----------------------------------------------------------- */
table th.cell-width-1,
table td.cell-width-1 {
	width: 1% !important;
	white-space: nowrap !important;
}
table th.cell-width-5,
table td.cell-width-5 {
	width: 5% !important;
}
table th.cell-width-10,
table td.cell-width-10 {
	width: 10% !important;
}
table th.cell-width-20,
table td.cell-width-20 {
	width: 20% !important;
}
table th.cell-width-30,
table td.cell-width-30 {
	width: 30% !important;
}
table th.cell-width-40,
table td.cell-width-40 {
	width: 40% !important;
}
table th.cell-width-50,
table td.cell-width-50 {
	width: 50% !important;
}

table.all-center th,
table.all-center td {
	text-align: center;
}
table.td-right td {
	text-align: right;
}

table.td-padding-mini td {
	padding: 5px 10px;
}

table.th-top th {
	border-right: solid 1px #ccc;
	width: auto;
	text-align: center;
}
table.th-top td {
	border-right: dotted 1px #ccc;
}
table.th-top th.lastChild,
table.th-top td.lastChild {
	border-right: none;
}


/* tableA
----------------------------------------------------------- */

table td {
	border-top: none!important;
	border-bottom: solid 1px #ccc;
	padding: 10px 10px;
	vertical-align: top;
}


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

	align
	
=========================================================== */
.c,
.align-center {text-align: center !important;}
.r,
.align-right {text-align: right !important;}
.align-left {text-align: left !important;}
.align-middle {vertical-align: middle; !important;}
.align-top {vertical-align: top !important;}

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

	photo/img
	
=========================================================== */
.img {
	margin: 0 0 15px;
	text-align: center;
}
.img-right {
	float: right;
	margin: 0 0 10px 20px;
}
.img-left {
	float: left;
	margin: 0 20px 10px 0;
}

.img,
.img-right,
.img-left {
	vertical-align: bottom;
}


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

	clear
	
=========================================================== */
.clear-both {clear: both !important;}
.clear-none {clear: none !important;}
.float-right {float: right !important;}
.float-left {float: left !important;}
.float-none {float: none !important;}

/* 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
	
=========================================================== */
.display-inline {display: inline !important;}
.display-block {display: block !important;}

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

	hr
	
=========================================================== */
div.hr {
	clear: both;
}
div.hr 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
	
=========================================================== */
.cont-margin {margin-bottom: 40px !important;}

.margin-top-0 {margin-top: 0px !important;}
.margin-top-10 {margin-top: 10px !important;}
.margin-top-20 {margin-top: 20px !important;}
.margin-top-30 {margin-top: 30px !important;}

.margin-right-0 {margin-right: 0px !important;}
.margin-right-10 {margin-right: 10px !important;}
.margin-right-20 {margin-right: 20px !important;}
.margin-right-30 {margin-right: 30px !important;}

.margin-bottom-0 {margin-bottom: 0 !important;}
.margin-bottom-5 {margin-bottom: 5px !important;}
.margin-bottom-10 {margin-bottom: 10px !important;}
.margin-bottom-20 {margin-bottom: 20px !important;}
.margin-bottom-30 {margin-bottom: 30px !important;}
.margin-bottom-40 {margin-bottom: 40px !important;}
.margin-bottom-50 {margin-bottom: 50px !important;}
.margin-bottom-60 {margin-bottom: 60px !important;}
.margin-bottom-70 {margin-bottom: 70px !important;}

.margin-left-10 {margin-left: 10px !important;}
.margin-left-15 {margin-left: 15px !important;}
.margin-left-20 {margin-left: 20px !important;}
.margin-left-30 {margin-left: 30px !important;}
.margin-left-40 {margin-left: 40px !important;}
.margin-left-50 {margin-left: 50px !important;}
.margin-left-60 {margin-left: 60px !important;}
.margin-left-70 {margin-left: 70px !important;}

.margin-0 {margin: 0 !important;}

.margin-top-m10 {margin-top: -10px !important;}
.margin-top-m15 {margin-top: -15px !important;}
.margin-top-m20 {margin-top: -20px !important;}
.margin-top-m30 {margin-top: -30px !important;}
.margin-top-m40 {margin-top: -40px !important;}

.padding-top-0 {padding-top: 0 !important;}
.padding-top-5 {padding-top: 5px !important;}
.padding-top-10 {padding-top: 10px !important;}
.padding-top-15 {padding-top: 15px !important;}
.padding-top-20 {padding-top: 20px !important;}
.padding-top-30 {padding-top: 30px !important;}
.padding-top-40 {padding-top: 40px !important;}
.padding-top-50 {padding-top: 50px !important;}
.padding-top-60 {padding-top: 60px !important;}
.padding-top-70 {padding-top: 70px !important;}
.padding-top-80 {padding-top: 80px !important;}
.padding-top-90 {padding-top: 90px !important;}
.padding-top-100 {padding-top: 100px !important;}
.padding-top-110 {padding-top: 110px !important;}
.padding-top-130 {padding-top: 130px !important;}
.padding-top-140 {padding-top: 140px !important;}

.padding-top-m10 {padding-top: -10px !important;}
.padding-top-m20 {padding-top: -20px !important;}
.padding-top-m30 {padding-top: -30px !important;}
.padding-top-m40 {padding-top: -40px !important;}

.padding-right-3 {padding-right: 3px !important;}
.padding-right-5 {padding-right: 5px !important;}
.padding-right-10 {padding-right: 10px !important;}
.padding-right-20 {padding-right: 20px !important;}
.padding-right-30 {padding-right: 30px !important;}

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

.padding-left-3 {padding-left: 3px !important;}
.padding-left-5 {padding-left: 5px !important;}

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

	width
	
=========================================================== */
.width-90 { width: 90px !important;}
.width-120 { width: 120px !important;}
.width-180 { width: 180px !important;}
.width-190 { width: 190px !important;}
.width-200 { width: 200px !important;}
.width-240 { width: 240px !important;}
.width-250 { width: 250px !important;}
.width-280 { width: 280px !important;}
.width-300 { width: 300px !important;}
.width-310 { width: 310px !important;}
.width-320 { width: 320px !important;}
.width-330 { width: 330px !important;}
.width-340 { width: 340px !important;}
.width-350 { width: 350px !important;}
.width-400 { width: 400px !important;}
.width-420 { width: 420px !important;}
.width-430 { width: 430px !important;}
.width-500 { width: 500px !important;}
.width-520 { width: 520px !important;}
.width-540 { width: 540px !important;}
.width-550 { width: 550px !important;}
.width-585 { width: 585px !important;}
.width-640 { width: 640px !important;}
.width-650 { width: 650px !important;}

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

	minus
	
=========================================================== */
.minus { color: red; }

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

	input
	
=========================================================== */

p.input_btn input { width: 200px; height: 40px; }

