@charset "utf-8";

html {
	overflow-y: scroll;
}
/* body
------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	vertical-align: baseline;
	font-family:  "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.7;
	font-weight: normal;
	color: #000;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	vertical-align: middle;
	border: none;
}
td img{ vertical-align:middle; border:none;}

dl,dt,dd,ul,li{ list-style-type:none; margin:0; padding:0;}
p{ margin:0 0 5px 0; padding:0; font-size:100% !important;}
h1,h2,h3,h4,h5{	margin:0;	padding:0; font-size:100%; line-height:150%; font-weight:normal;}
a{
	text-decoration: underline;
	color: #036;
}
h2 a, h3 a, #doubleline-menu li a{
	text-decoration: none !important;
}
a:visited{
	color:#2D487B;
	text-decoration:none;
}
a:hover  {
	color:#CC0000;
}
a:active { color:#57770C; text-decoration:underline;}
select,input{ padding:3px !important; margin:0 5px 0px 0!important;}
iframe{ overflow:hidden !important; text-align:left;}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.normal td {
	padding:4px;
	border: solid 1px #666;
}
table.noborder, table.noborder td, table.noborder th {
	border: none !important;
}



/* float
-----------------------------------------------*/
.floatL {float:left;}
.floatR {float:right;}
.clear { clear:both;}
img.imgfloatL {float:left; margin: 0 16px 16px 0;}
img.imgfloatR {float:right; margin: 0 0 16px 16px;}

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
.clearFix {
		display: inline-table;
		min-height: 1%;
		position:relative;
}
.center {
	text-align:center;
}

/* text */
.s1 { font-size: xx-small !important; }
.s2 { font-size: x-small !important; }
.s3 { font-size: small !important; }
.s4 { font-size: medium !important;
	  font-weight:bold;
}
.s5 { font-size: large !important; }
.s6 { font-size: x-large !important;}
.s7 { font-size: xx-large !important; }

.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.small {
	font-size:0.8em;
}

/* color */

.text-red {
	color: #AC2D2D;
}

/* decoration */

.under-line {
	border-bottom: solid 1px #CCC !important;
}
.imp {
	background-image: url(../images/icon_imp.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
	/* margin set
	------------------------------------------------*/
		/*reset*/
		.mreset {margin:0px !important;}
		/*0px*/
		.mt00 {margin-top   :0px !important;}
		.mr00 {margin-right :0px !important;}
		.mb00 {margin-bottom:0px !important;}
		.ml00 {margin-left  :0px !important;}
		/*5px*/
		.mt05 {margin-top   :5px !important;}
		.mr05 {margin-right :5px !important;}
		.mb05 {margin-bottom:5px !important;}
		.ml05 {margin-left  :5px !important;}
		/*10px*/
		.mt10 {margin-top   :10px !important;}
		.mr10 {margin-right :10px !important;}
		.mb10 {margin-bottom:10px !important;}
		.ml10 {margin-left  :10px !important;}
		/*15px*/
		.mt15 {margin-top   :15px !important;}
		.mr15 {margin-right :15px !important;}
		.mb15 {margin-bottom:15px !important;}
		.ml15 {margin-left  :15px !important;}
		/*20px*/
		.mt20 {margin-top   :20px !important;}
		.mr20 {margin-right :20px !important;}
		.mb20 {margin-bottom:20px !important;}
		.ml20 {margin-left  :20px !important;}
		/*25px*/
		.mt25 {margin-top   :25px !important;}
		.mr25 {margin-right :25px !important;}
		.mb25 {margin-bottom:25px !important;}
		.ml25 {margin-left  :25px !important;}
		/*30px*/
		.mt30 {margin-top   :30px !important;}
		.mr30 {margin-right :30px !important;}
		.mb30 {margin-bottom:30px !important;}
		.ml30 {margin-left  :30px !important;}
		/*35px*/
		.mt35 {margin-top   :35px !important;}
		.mr35 {margin-right :35px !important;}
		.mb35 {margin-bottom:35px !important;}
		.ml35 {margin-left  :35px !important;}
		/*40px*/
		.mt40 {margin-top   :40px !important;}
		.mr40 {margin-right :40px !important;}
		.mb40 {margin-bottom:40px !important;}
		.ml40 {margin-left  :40px !important;}
		/*50px*/
		.mt50 {margin-top   :50px !important;}
		.mr50 {margin-right :50px !important;}
		.mb50 {margin-bottom:50px !important;}
		.ml50 {margin-left  :50px !important;}
		/*60px*/
		.mt60 {margin-top   :60px !important;}
		.mr60 {margin-right :60px !important;}
		.mb60 {margin-bottom:60px !important;}
		.ml60 {margin-left  :60px !important;}
		/*others*/
		.mb100 {margin-bottom:100px !important;}
		.ml02 {margin-left  :2px !important;}
		.ml90 {margin-left  :90px !important;}

		.w100 { width: 100px;}
		.w370 { width: 370px;}
		.w410 { width: 410px;}
		.pt00 { padding-top: 0 !important;}
		.pt20 { padding-top: 20px !important;}
		.pt40 { padding-top: 40px !important;}
		.pt60 { padding-top: 60px !important;}
		.pr80 { padding-right: 80px;}
		.pd30 { padding-bottom: 30px !important;}

ul.block li {
	display: block !important;
}
.pdf {
	padding: 5px 40px 5px 50px !important;
	display: inline-block;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.excel {
	padding: 5px 40px 5px 50px !important;
	display: inline-block;
	background-image: url(../images/icon_excel.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

.word {
	padding: 5px 40px 5px 50px !important;
	display: inline-block;
	background-image: url(../images/icon_word.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}
.indent3 {
	padding-left: 3em;
	text-indent: -3em;
}
.graycell {
	background-color: #f6f1ea;
}
.sankou {
	background-image: url(../images/sankoujyouhou.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 95px;
	background-position: 10px;
}
html {
	height: 100%;
}
body {
	background-color: #FFF;
	position: relative;
//	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
}
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 155px;
}
#header {
	position: relative;
	width: 980px;
	height: 108px;
	margin: 0 auto;
}
#header #logo {
	position: absolute;
	top: 29px;
	left: 1px;
}
#header #search-area {
	font-size:12px;
	position: absolute;
	top: 29px;
	right: 20px;
	text-align: right;
}
#header input {
	color: #CCC;
	display: inline;
}
#header form {
	display: inline;
}

#gmenu {
	width: 980px;
	margin: 0 auto;
}
#gmenu li {
	float: left;
	height: 47px;
}
#mainwrapper {
	width: 980px;
	min-height:100%;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 120px 0;
	clear: both;
	position: relative;
	box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	-webkit-box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	background-color: #FFF;
}

#footer {
	width: 100%;
	min-height:130px;
	padding-bottom:20px;
	position: absolute;
	bottom: 0;
	background-color: #f9f1c9;
}
#footwrapper {
	width: 980px;
	min-height:100px;
	margin: 0 auto;
	padding-top: 20px;
}
#footer ul {
	margin:20px 0 20px 50px;
}
#footer .bottom {
	width: 100%;
	background-color: #ff6600;
	color: #FFFFFF;
	margin: 0 !important;
	position: absolute;
	bottom: 0;
}
#footer .bottom p {
	font-size: 0.8em !important;
	width: 980px;
	margin: 0 auto;
	text-align: right;
	padding-right: 10px;
	line-height: 26px !important;
}
#footer p {
	text-align: left;
	margin:0 0 0 50px !important;
	line-height: 24px !important;
}

#contents {
	min-height: 400px;
	padding: 80px;
}
#contents .title-2l {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4em;
}


#contents > p {
	margin-bottom: 2em;
}
#contents > p.catch {
	font-size: 1.3em !important;
	font-weight: bold;
	color: #764D1B;
}


.pagetop {
	padding-top: 40px;
	clear: both;
	text-align: right;
}
.pagetop a {
	padding-left: 1.5em;
	background-image: url(../images/arr_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.control {
	height: 40px;
	padding-top:40px;
	position: relative;
	text-align: center;
}


.title-item {
	font-size: 1.2em;
	color:#C00;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	padding-top:20px !important;
	margin-bottom: 10px;
	visibility: hidden;
}

#topimage {
	position: relative;
}
#topimage #count {
	position: absolute;
	top: 280px;
	left: 40px;
	font-weight: bold;
	color: #692403;
}
#topimage #count span {
	font-size: 1.5em;
	color: #E74900;
	padding-right: 8px;
}
#index-left {
	width: 650px;
	padding-bottom:40px;
	overflow:hidden;
}
#index-right {
	position:absolute;
	top: 16px;
	left: 670px;
}
#index-right p {
	margin-bottom: 16px;
}
ul.project {
	min-height: 110px;
	padding: 20px 0;
}
ul.project li {
	float: left;
	margin: 0 0 10px 16px;
}

.index-title h2 {
	margin-left: 24px !important;
	padding: 0 0 0 15px;
	font-size:1.5em;
	font-weight: bold;
	line-height: 200%;
	border-bottom: solid 2px #cecece;
	/*background-image: url(../images/h2_line.gif);
	background-repeat: no-repeat;
	background-position: left;	*/
}
.index-title, .relative {
	position: relative;
}
.index-title p {
	position: absolute;
	top: 5px;
	right: 10px;
}
.btn-search {
	position: absolute;
	top: 0;
	right: 10px;
}
dl.news-list, ul.news-list, ul.teikan {
	padding: 15px 0 0 40px;
}
ul.news-list li:nth-child(even), .bg-list {
	background-color: #F5F2EB;
}
dl.news-list dt {
	padding: 0 0 0 20px;
	float: left;
	clear: left;
	background-image: url(../images/arr_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #80191d;
}

dl.news-list dd {
	padding-left: 9em;
	padding-bottom:5px;
}
ul.news-list li, ul.teikan li, ul.arr li, p.arr, div.arr, td.arr {
	line-height: 1.8em;
	padding: 0 0 0 20px;
	background-image: url(../images/arr_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
dl.news-list dd:last-child, ul.news-list li:last-child {
	margin-bottom:30px;
}
.news-list img{
	vertical-align: middle;
	border:none;
}


/* 0522
--------------------------------*/

#index-right iframe  {
	display:block;
	border: solid 3px #efd99f;
	margin-bottom: 16px;
}

.price-area {
	width: 100%;
	/* width: 290px; */
	min-height: 100px;
	background-color: #FFF;
}
.topics-area {
	width: 290px;
	min-height: 100px;
	background-color: #FFF;
}

.price-area h2, .topics-area h2 {
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight:bold;
	padding-left: 10px;
	margin-bottom:8px;
	background-color: #e2842c;
	border: none !important;
}
.price-area p, .price-area dl, .topics-area p, .topics-area dl {
	margin: 0 0 5px 8px;
}

.price-area dt, .topics-area dt {
	color: #7d4c00;
	font-weight: bold;
	float: left;
	clear: both;
}
.price-area dd, .topics-area dd {
	float: left;
}
.price-area dd:last-child, .topics-area dd:last-child {
	margin: 0 0 8px 0;
}
.price-area table, .topics-area table {
	margin:0 0 8px 8px;
	width: 100%;
	/* width: 270px; */
	clear: both;
}
table.basic th, table.basic td {
	border: solid 1px #CCC;
	text-align: center;
	padding: 3px 8px !important;
}
table.basic th, table.inquiry th {
	font-weight: normal;
	background-color: #fff3d0;
	background-image: url(../images/bg_th.gif);
	background-repeat: repeat-x;
}
table.basic td table td {
	padding-left: 0 !important;
}
table.border-none td {
	border: none;
	text-align:left;
}


table.inquiry th, table.inquiry td {
	min-height: 2em;
	border: solid 1px #CCC;
	text-align: center;
	padding: 16px !important;
}

table.basic th {
	font-weight: normal;
	background-color: #ffedb7;
}
table.inquiry th {
	color: #605637;
	font-size: 1.2em;
}


.toukei-box {
	width: 376px;
	margin-bottom: 40px;
	float: left;
	background-image: url(../images/bg_box.gif);
	box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	-webkit-box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	background-color: #FFF;
}
.toukei-ex {
	margin-bottom: 40px;
	padding:10px;
	background-image: url(../images/bg_box.gif);
	box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	-webkit-box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	background-color: #FFF;
}


.toukei-box > p {
	margin: 16px;
}
.toukei-box .icon {
	font-size: small;
	margin: 0 16px 16px 16px;
	font-weight: bold;
	color: #930;
}
.notice {
	font-size: large !important;
	font-weight: bold;
	color: #900 !important;
}

h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	padding-left: 15px;
	border-left: solid 4px #FF7400;
	border-bottom: dotted 1px #999;
	margin-bottom: 1em;
	clear: both;
}
h2.egg {
	padding-left: 75px;
	background-image: url(../images/bg_egg.gif);
	background-repeat: no-repeat;
}
h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	padding: 12px 8px 8px 40px;
	color: #6F3713;
	margin-bottom: 8px;
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-webkit-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-moz-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
}
h3.qanda {
	color: #222 !important;
	margin-bottom:1em;
	padding: 12px 8px 8px 45px;
	background-image: url(../images/bg_q.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
}
.qanda-text p {
	padding-left: 90px;
	margin-bottom:3em;
}
#doubleline-menu li {
	float: left;
	min-height: 6em;
	width: 375px;
	margin-bottom: 2em;
	background-image: url(../images/bg_box.gif);
	box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-webkit-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-moz-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
}

#doubleline-menu li p {
	padding: 3px 10px;
}


.pagelist {
	height:4em;
}
.pagelist ul {
	position: relative;
	left: 50%;
	float: left;
}

.pagelist ul li {
	color: #FFF;
	position: relative;
	left: -50%;
	float: left;
	width:31px;
	height:26px;
	margin-right: 16px;
	text-align: center;
	border: solid 1px #CCC;
	box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-webkit-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-moz-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	background-color: #F90;
	font-weight: bold;
}

.pagelist ul li a {
	display: block;
	padding: 3px;
	width:25px;
	height:20px;
	text-align: center;
	margin-right: 16px;

	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(243,243,243) 50%, rgb(237,237,237) 51%, rgb(255,255,255) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(243,243,243)), color-stop(51%,rgb(237,237,237)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.pagelist ul li a:hover, .pagelist ul li .active {
	color: #fff;
background: rgb(255,197,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzU3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjlkMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,197,120) 0%, rgb(251,157,35) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,197,120)), color-stop(100%,rgb(251,157,35))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,197,120) 0%,rgb(251,157,35) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,197,120) 0%,rgb(251,157,35) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,197,120) 0%,rgb(251,157,35) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,197,120) 0%,rgb(251,157,35) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-8 */

}


.zairyou {
	padding: 20px 20px 20px 40px;
	background-color:#fff6d7;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
	border: solid 3px #F90;
}
.zairyou li {
	list-style-image: url(../images/arr_news.gif);
}
.ninzu {
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
table.recipit {
	margin-bottom:1em;
}
table.recipit td {
	font-size: 15px;
	padding:5px;
}
table.recipit-menu td {
	padding:5px;
	font-weight: bold;
}

/*
----gaiyo-------------------------------------*/

.gaiyo-box {
	padding: 10px;
	background-color: #FFF7DD;
	border: solid 1px #A27C6C;
}
.gaiyo-head {
	line-height: 2em !important;
	font-size: 1.2em !important;
}

.th-rev {
	font-weight: bold !important;
	color: #FFF;
	background-color: #765030 !important;
	padding-left: 10px;
	background-image: none !important;
}
table.schedule {
	margin-bottom: 40px;
}
table.listtable {
	margin-bottom: 10px;
}
table.schedule th {
	font-size: 1.1em;
	line-height:2em;
	font-weight: bold !important;
	color: #FFF;
	background-color: #5C4F3F !important;
	padding-left: 10px;
	border: solid 1px #666;
	text-align: center;
}
.listtable th {
	font-size: 1.1em;
	line-height:2em;
	background-color: #5C4F3F !important;
	padding-left: 10px;
	border: solid 1px #666;
	text-align: center;
}

table.schedule td {
	padding:4px;
	border: solid 1px #666;
}
/*table.listtable tr:nth-child(even) td {
	background-color: #f6f1ea;
}*/
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
#teikan, #enkaku {
	margin-bottom: 24px;
	padding: 40px 80px;
	background-color: #FFF7D2;
}
#teikan h3 {
	font-size:1.4em;
	background-image: none !important;
	padding-left: 0px;
	margin-bottom: 24px !important;
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
}
ul.teikan {
	padding: 15px 0 0 40px;
}

ul.teikan li {
	font-size: 1.2em;
	line-height: 2.0em;
	padding: 0 0 0 20px;
	background-image: url(../images/arr_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#enkaku table td {
	font-size:1em;
	padding: 8px 0 8px 8px;
	vertical-align: top;
	border-bottom: dotted 1px #999;
}
#enkaku .year {
	color: #6F3713;
	font-weight: bold;
	width: 100px;
}
.visible-non {
	visibility: hidden;
}

/* 0522
--------------------------------*/

.btnlist li {
	float: left;
	display: block;
	width: 45%;
	min-height:4em !important;
	padding:5px;
	margin-bottom: 16px;
	min-height: 45px;
	border: double 3px #CCC;

	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(229,229,229) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(229,229,229))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(229,229,229) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(229,229,229) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(229,229,229) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(229,229,229) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */

}
.btnlist li a {
	display: table-cell;
	vertical-align: middle;
}
.relative {
	position: relative;
}
#stability {
	position: absolute;
	top: 0 ;
	left: 480px;
}

/*
----Link -------------------------------------*/

.h300 dt {
	float: left;
}
.h300 dd {
	margin: 0 0 30px 0;
	padding: 10px 0 0 270px;
}

dl.normal dt{
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/arr_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
dl.normal dd{
	margin: 0 0 20px 0;
	padding-left: 20px;
}

#inquiry-btn {
	padding: 20px 0;
	text-align: center;
}
#inquiry-btn input {
	padding:5px 10px;
}
.sended {
	width: 70%;
	margin: 20px auto 200px auto !important;
	padding: 100px 0;
	text-align: center;
	font-size: 2em !important;
	color: #933;
	font-weight: bold;
	border: double 3px #CCC;
	background-color: #FBF8F4;
}

.subtitle-item {
     font-size: 20px;
     line-height: 28px;
     font-weight: bold;
}
.junbi {
	width: 60%;
	line-height: 500%;
	margin: 100px auto;
	border: double 3px #930;
	background-color:#FEE9EA;
	text-align: center;
}

ul.obj-center {
   text-align: center;
}

ul.obj-center li {
	display: inline;
}

ul.obj-center li a {
	text-decoration:none;
	font-weight: bold;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-right: 30px;
  padding: 12px 20px;
  border: double 3px #CCC;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 4px;
	border: double 3px #CCC;

	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(229,229,229) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(229,229,229))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(229,229,229) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(229,229,229) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(229,229,229) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(229,229,229) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}

ul.num-list {
	margin-left: 3em;
}
ul.num-list > li {
	list-style-type: decimal;
}

/*
----Additional -------------------------------------*/
table.basicx th, table.basicx td {
	border: solid 1px #CCC;
	padding: 5px 20px !important;
}
table.basicx th {
	font-weight: normal;
	background-color: #ffedb7;
}
table.basicx td table.basicx td {
	border: none;
	padding-left: 20 !important;
}
table.border-none td {
  border: none;
	text-align:left;
}

p.arr, div.arr, td.arr {
	line-height: 1.8em;
	padding: 0 0 0 20px;
	background-image: url(../images/arr_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.main-tit-L {
	font-size: large;
	font-weight: bold;
	padding: 40px 20px 60px;
	text-align: center;
	line-height: 1.5em;
}
.box500px-L {
	width: 100%;
	text-align: left;
	border: 0px solid;
}
.box500px-C {
	text-align: center;
	border: 0px solid;
}
.box500px-R {
	width: 100%;
	text-align: right;
	border: 0px solid;
}
.subtitle-item {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.press-border {
	padding: 3px;
	border: 1px solid #663333;
	width: 50px;
	text-align: center;
	clear: both;
	font-size: 20px;
	font-weight:bold;
}
.press-border2 {
	padding: 3px;
	border: 1px solid #663333;
	width: 160px;
	text-align: center;
	clear: both;
	font-size: 16px;
}
.press {
	padding: 0.5em 1em;
	border: 1px solid;
	margin-top: 50px;
}
.pressx {
	padding: 1em 1em;
	border: 1px solid;
}
.yellowBox {
	line-height: 220%;
	padding-left: 17px;
	background-color: #FFCC33;
    font-size: 18px;
    font-weight: bold;
}
.yellowBox2 {
	line-height: 180%;
	padding-left: 17px;
	background-color: #FFCC33;
    font-size: 14px;
    font-weight: bold;
}
.smain_title_orang {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	line-height: 200%;
}
.12_txt_b {
	padding-left: 10px;
	font-size: 12px;
	line-height: 180%;
	font-weight: bold;
}
table.outline {
	border: solid 1px #CCC;
	text-align: center;
	padding: 10px 10px !important;
}
table.outline2 {
	border: solid 1px #CCC;
	padding: 20px;
}
.koutoriborder {
	border: 3px double #663333;
}
.vset {
	vertical-align: middle;
}
.vset_top {
	vertical-align: top;
}
