/* CSS Document */

/*****************************************

共通部分

****************************************/

* {font:100% 'Lucida Grande',  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;
}
/*******************

body

********************/

/*
Back to top button
*/
#back-top {
	position: fixed;
	bottom: 3%;
	right: 5%;
}
#back-top span {
	width: 66px;
	height: 60px;
	display: block;
}
ul, li, dl, dd, dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	display: table-cell;
}
a {
	color: #7B5C35;
}
a:hover {
	color: #B2854D;
}
hr {
	width: 100%;
	border: #7B5C35 solid 2px;
	margin-bottom: 5px;
}
/*PCの時に表示にして、mobileでは表示する*/
#sp_display {
	display: none;
}
/*spの時に非表示にして、pcでは表示する*/

/*******************
text styles
********************/

p, h2, h3, h4, h5 {
	margin: 15px 30px 0;
	font-weight: normal;
	color: #3e2300;
}
/*******************
 h1 - h4
********************/

h1 {
	font-size: 174%;
	color: #FFFFFF;
	background: #7B5C35;
	margin: 0 0 25px;
	padding-left: 10px;/*文字の左にスペース*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: normal;
}
.grid3 h1 {
	margin: 0 0 0px;
	padding-left: 0;/*文字の左にスペース*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 174%;
	background-color: #FFCE14;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 10px;
	/* firefox */
	-moz-border-radius: 10px;
	/* other */
	border-radius: 10px;
	/* IE */
	behavior: url(PIE.htc);
	margin-top: 5px;
	margin-bottom: 25px;
	text-indent: -2em;
	padding: 0.5em 20px 0.5em 60px;
}
h2 span {
	background: url(../images/css/img_bg_h2.png) 0px 10px no-repeat;
	padding-left: 2em; /*1em（1文字）分、右に動かす*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h2 span:not(:target) {
	background: url(../images/css/img_bg_h2.png) 10px 15px no-repeat;\9; /* IE9 */
}
h2.recommend {
	background: #E3DCD5;
	font-size: 123.1%;
	width: 100%;
	text-align: center;
	text-indent: 0em;
	padding: 1em 0;
	margin-top: 0em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
}
h2.event_title {
	display: block;
	font-size: 123.1%;
	direction: block;
	width: 100%;
	background: none;
	text-indent: 0em;
	padding: 0.5em 0;
	margin: 0em;
}
h2.event_title span {
	padding-left: 0em; /*1em（1文字）分、右に動かす*/
	padding-top: 0em;
	padding-bottom: 0;
}
h2.event_title span.bg_event,h2.event_title span.bg_sp, h2.event_title span.bg_important {
	padding: 0;
	text-align:center;
	font-size: 85%;
	display: block;
	padding: 0.3em 0;
	color: #FFFFFF;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radiusv: 10px 10px 0 0;
	/* firefox */
	-moz-border-radius: 10px 10px 0 0;
	/* other */
	border-radius: 10px 10px 0 0;
	/* IE */
	behavior: url(PIE.htc);
}
h2.event_title span.bg_sp {
	background: #7eb007;
}
h2.event_title span.bg_event {
	background: #058bff;
}

h2.event_title span.title {
	display: block;
	background: #FFFFCC;
	text-indent: 0;
	padding:10px;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radiusv: 0 10px 10px;
	/* firefox */
	-moz-border-radius: 0 0 10px 10px;
	/* other */
	border-radius: 0 0 10px 10px;
	/* IE */
	behavior: url(PIE.htc);
}

h2.event_title span.title_sc {
	display: block;
	background: #fff04e;/* 黄色 */
	
	
	
	text-indent: 0;
	padding:10px;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radiusv: 0 10px 10px;
	/* firefox */
	-moz-border-radius: 0 0 10px 10px;
	/* other */
	border-radius: 0 0 10px 10px;
	/* IE */
	behavior: url(PIE.htc);
}

h2.menu_title {
	font-size: 138.5%;
	background: #FC3;
	padding-top: 1em;
	padding-left: 10px;/*文字の左にスペース*/
	padding-bottom: 1em;
	border-top: #7B5C35 5px solid;
	border-bottom: #7B5C35 5px solid;
	margin: 0;
	background:none;
}
h3 {
	font-size: 174%;	margin-top: 5px;
	margin-bottom: 20px;
	background: url(../images/css/img_bg_h3.png) repeat-x 0 bottom;
	padding: 10px 20px 10px 5px;
}
h3.title-question  {
	font-size: 174%;
	background: url(../images/css/img_bg_h3.png) repeat-x 0 bottom;
	margin-top: 5px;
	margin-bottom: 25px;
	text-indent: -2em;
	padding: 0.5em 20px 0.5em 40px;
}
h3.title-question span {
	background: url(../images/css/img_icon_question.png) 7px 16px no-repeat;
	padding-left: 1.6em; /*1em（1文字）分、右に動かす*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h4{
	color:#FFFFFF;
	font-size: 146.5%;
	background-color: #7B5C35;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 10px;
	/* firefox */
	-moz-border-radius: 10px;
	/* other */
	border-radius: 10px;
	/* IE */
	behavior: url(PIE.htc);
	margin-top: 5px;
	margin-bottom: 25px;
	text-indent: -1.7em;
	padding: 0.5em 20px 0.5em 40px;
}
h4 span {
	background: url(../images/css/img_bg_h4.png) 5px 0.65em no-repeat;
	padding-left: 1.7em; /*1em（1文字）分、右に動かす*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h5 {
	color: #7B5C35;
	font-size: 146.5%;
	background: url(../images/css/img_bg_h5_border.png) repeat-x 0 bottom;
	padding: 10px 20px 10px 5px;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 10px;
	/* firefox */
	-moz-border-radius: 10px;
	/* other */
	border-radius: 10px;
	/* IE */
	behavior: url(PIE.htc);
	margin-top: 5px;
	margin-bottom: 25px;
	text-indent: -1.7em;
	padding: 0.5em 20px 0.5em 40px;
}
h5 span {
	background: url(../images/css/img_bg_h5.png) 5px 0.65em no-repeat;
	padding-left: 1.7em; /*1em（1文字）分、右に動かす*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
p {
	font-size: 108%;
	line-height: 140%;
	margin: 5px 32px 5px 32px;
}
p + p {
	margin-top: 5px;
	margin-right: 32px;
	margin-left: 32px;
	margin-bottom: 10px;
}
.grid3 p {
	margin: 5px 10px;
}
.grid3 p.info_contents_title {
	background: #cbdf9c;
	padding: 3px 0;
	margin: 5px 10px;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 5px;
	/* firefox */
	-moz-border-radius: 5px;
	/* other */
	border-radius: 5px;
	/* IE */
	behavior: url(PIE.htc);
}

.chumoku{
	position:relative;
	top:4px;
	left:-20px;
	margin-bottom: -25px;
}

/*******************

menu

********************/
/*******************

グローバルメニュー

********************/
#header_global {
	width: 940px;
}
#header_grobal div {
	box-sizing: content-box;
	float: left;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 *display: inline; /*for ie5～7*/
 *zoom: 1; /*for ie5～7*/
	width: 100%;
	max-width: 134px;
	padding-top: 10px;
}
#header_grobal div.start, #header_grobal div.end {
	width: 1px;
}
#header_grobal div.end {
	clear: left;
}
#header_grobal div p, #header_grobal div span {
	display: block; /*for modern*/
	margin: 0;
}
#header_grobal div p {
	height: 42px;
	padding: 0px;
	margin-top: 1.0em;
}
#header_grobal div p.two_column {
	margin: 0.5em 0;
}
#header_grobal div a {
	padding: 1em 0;
	color: #FFFFFF;
	font-size: 18px
}
#header_grobal div span {
	display: block;
	width: 134px;
	padding: 0 28px;
}
#header_grobal div span.icon01 {
}
#header_grobal div span {
	width: 100%;
	max-width: 78px;
	height: 78px;
	padding-bottom: 16px;
}
span.icon_new_product {
	background: url(../images/css/img_mark_new.gif) center 20px no-repeat;
	display: block;
	margin: 50% auto;
	width: 32px;
	height: 14px;
}
/* header_sub */

ul.menu_header_sub {
	display: block;
	width: 940px;
	;
	padding: 1em 0;
	margin: 0;
}
ul.menu_header_sub li {
	margin: 0 10px;
	width: 220px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #FCC700;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
}
ul.menu_header_sub li:hover {
	background: #C09802;
}
ul.menu_header_sub li:first-child {
	margin: 0 10px 0 0;
}
ul.menu_header_sub li:last-child {
	margin: 0 0 0 10px;
}
ul.menu_header_sub li a {
	display: block;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 3em;
	color: #7B5C35;
	background: url(../images/css/img_in_arrow_brown02.png) no-repeat 20px center;
}
/* menu link */

ul.menu_header_sub li a:hover {
	color: #FFFFFF;
}
ul.menu_header_sub li a:active {
	background: #999999;
	color: #FFFFFF;
	text-decoration: none;
}
/* ページ メニューにて仕様*/
ul.menu_page {
	margin: 0;
	padding: 0;
}
ul.menu_page li {
	display: block;
 background:;
	border-bottom: #7B5C35 5px solid;
	cursor: pointer;
}
ul.menu_page li:last-child {
	border: none;
}
ul.menu_page li a {
	display: block;
	font-size: 16px;
	position: relative;
	color: #3E2300;
	background: url(../images/css/img_in_arrow_brown01.gif) no-repeat 10px center;
	padding-left: 2.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	/*anti-aliasing for IE(ver9 apper) and moddan browser*/
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
/* 親メニュー*/
#sidebar_open {
	display: block;
}
#sidebar ul {
	/*  display: none;*/
	background: #ffe6c9;
}
#sidebar span.firstchild + span {
	border-top: none;
}
#sidebar span.firstchild {
	border-top: none;
}
#sidebar span {
	background: #ffe6c9;
	display: block;
	width: 100%;
	cursor: pointer;
	border-bottom: #7B5C35 solid 3px;
	border-top: #7B5C35 solid 3px;
}
#sidebar ul {
	cursor: pointer;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar li {
	cursor: pointer;
	border-bottom: #7B5C35 solid 3px;
	width: 100%;
	margin: 0;
}
#sidebar span a {
	padding-top: 0.8em;
	padding-right: 10px;
	padding-left: 34px;
	padding-bottom: 0.8em;
	background: url(../images/css/img_in_arrow_orange.png) no-repeat 10px center;
	background-size: 14px;
	display: block;
	font-size: 108%;
	color: #7B5C35;
}
#sidebar li a {
	color: #7B5C35;
	display: block;
	font-size: 108%;
	padding: 0.9em 0 0.9em 47px;
	background: url(../images/css/img_icon_arrow_brown_sidemenu.png) no-repeat 33px 17px;
}
#sidebar li:hover, #sidebar span:hover {
	background: #FFBA6B;
}
#sidebar li:last-child {
	border-bottom: none;
}
#sidebar li >ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar li >ul li:first-child {
	border-top: #7B5C35 solid 5px;
}
#sidebar li >ul li:last-child {
	border: none;
}
ul.menu_page li.parent {
	display: block;
	background: #FCC700;
	border-bottom: #7B5C35 5px solid;
	cursor: pointer;
}
ul.menu_page li.parent a {
	display: block;
	font-size: 16px;
	position: relative;
	color: #3E2300;
	padding-left: 2.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	/*anti-aliasing for IE(ver9 apper) and moddan browser*/
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
/*******************

footer

********************/
#footer {
	background-color: #00A1E7;
	background-image: url(../images/css/img_bg_footer_sub.png);
	background-repeat: repeat-x;
}
.footer_bg_sub {
	height: 69px;
	width: 100%;
}
ul.ui_menu-footer_sub {
	height: 69px;
	padding: 0;
	display: block;
	width: 940px;
	padding: 16px 0 0 0;
	text-align: center;
}
ul.ui_menu-footer_sub li {
	text-align: center;
	width: 235px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	cursor: pointer;
	margin: 15px 0 0 0;
}
ul.ui_menu-footer_sub li a {
	padding: 1em 0;
	font-size: 123.1%;
	padding-left: 1.6em;
	background-image: url(../images/css/img_icon_arrow_blue.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
/*******************

bg

********************/
.bg_header-logo {
	background: url(../images/css/img_bg_header_city.png) repeat-x 1300px;
	height: 127px;
	padding: 0 -1000%;
	margin: 0 -1000%;
	position: relative;
}
.bg_header-sub {
	background-repeat: repeat-y;
	background-color: #00A1E7;
	width: 960px;
	margin: 0 auto;
}
.bg_header-grobal {
	background-color: #00a1e7;
}
.bg_footer-copyright {
	background-color: #00a1e7;
	padding: 2em;
	text-align: center;
	color: #fff;
}
.bg_recommend_comment {
	background-color: #E3DCD5;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	margin-top: 15px;
	margin-bottom: 15px;
}
.bg_recommend_comment p {
	margin-top: 0.5em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
}
/*******************

img系

********************/
.img_frame {
		width: 100%;

	box-sizing: border-box;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
}
.img_kannnai {
	width: 98%;
}
.img_frame.img_kannnai {
	margin: 0;
}
#float_style001 {
	display: table;
	vertical-align: top;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0;
}
.fl_img_style001 {
	display: table-cell;
	vertical-align: top;
	padding-top: 12px;
	width: 150px;
	padding-right: 20px;
}
.fl_img_style002_l, .fl_img_style002_r {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.fl_img_style002_l {
	padding: 12px 15px 12px 0;
}
.fl_img_style002_r {
	padding: 12px 0 0 15px;
}
.fl_img_style002_l img, .fl_img_style002_r img, .fl_img_style001 img {
	box-sizing: border-box;
	width: 100%;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
	margin-left: 10px;
}
.fl_p_style001 {
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	padding-top: 12px;
}
.fl_p_style001 p {
	margin-top:0;
	margin-left:30px;
	margin-right:2px;
}
#detail {
	width: 100%;
	margin: 0;
}
#detail th, #detail td {
	padding: 0.5em;
	border: solid 1px #CCC;
}
#detail th {
	background: #e3dcd5;
	color: #69655c;
	text-align: center;
	width: 20%
}
#detail td {
	width: 100%;
	background: #FFF7ED;
}
/*******************

font系

********************/

.font_bold {
	font-weight: bold;
}
.font_red {
	color: #FF0000;
}
.font_blue {
	color: #028DFF;
}
.font_small {
	font-size:90%;
}
.font_copyright {
	color: #FFFFFF;
	font-size: 12px;
}
/* other */
.font_indent {
	text-indent: -1.5em;
	margin-left: 23px;
	padding-left: 23px;
}

/* chrome & safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.font_indent {
	text-indent: -1.5em;
	margin-left: 23px;
	padding-left: 23px;
}
}
ul.in_arrow_orange{
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 40px;
	margin-bottom: 10px;
}
ul.in_circle_orange {
	margin-left: 25px;
	font-size:108%;
}
ul.in_arrow_orange_question {
	font-size:116%;
}
ul.in_arrow_orange_question li {
	margin-top:10px;
	margin-bottom:10px;
}
ul.in_arrow_orange ul li {
	color: #7B5C35;
	padding-left: 48px;
	background: url(../images/css/img_icon_arrow_brown_sidemenu.png) no-repeat 32px center;
}
ul.in_arrow_orange li, ul.in_circle_orange li {
	padding-left: 1.6em;
}
ul.in_arrow_orange li {
	background: url(../images/css/img_in_arrow_orange.png) no-repeat 0px 5px;
}
ul.in_circle_orange li {
	background: url(../images/css/img_in_circle_orange.png) no-repeat 8px 5px;
}
ul#notification {
	padding: 0 30px;
}
ul#notification li {
	font-size: 138.5%;
	padding: 0.5em 0;
	margin: 3px 0;
	padding-left: 2em;
	border-bottom: #7B5C35 3px solid;
	background-image: url(../images/css/img_in_arrow_brown01.png);
	background-position: 8px 12px;
	background-repeat: no-repeat;
}
ul#notification li a{
	text-decoration:none;
}
ul#notification li:hover {
	background-color: #E4D5C2;
}
ul#notification li dl {
	font-size: 77%;
	padding: 0.5em 0 0;
}
ul#notification li dl dd {
	text-align: right;
	padding-right: 2em;
}
/*******************

a 系

********************/

.in_arrow_blown1 {
	padding-left: 1.1em;
	background: url(../images/css/img_in_arrow_brown01.png) no-repeat 0em;
}
.in_arrow_blown2 {
	padding-left: 1.2em;
	background: url(../images/css/img_in_arrow_brown02.png) no-repeat 0 center;
}

/* for google chorome & Safari start */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.in_arrow_blown1 {
	background-size: 15px;
}
.in_arrow_blown2 {
	background-size: 12px;
}
}
/* for google chorome & Safari end*/


.in_arrow_blown {
	padding-left: 1.1em;
	background: no-repeat 0 2px;
}
.in_answer {

	padding-left: 30px;
	background: url(../images/css/img_icon_answer.png) no-repeat 0 6px;

}

.in_pdf {
	padding-left: 1.1em;
	background: url(../images/css/img_in_pdf.gif) no-repeat 0 0.2em;
}
.in_home {
	padding-left: 2.1em;
	background: url(../images/css/img_icon_house.png) no-repeat 0;
}
.in_excel {
	padding-left: 1.1em;
	background: url(../images/css/img_in_excel.gif) no-repeat 0 2px;
}
.in_word {
	padding-left: 1.1em;
	background: url(../images/css/img_in_word.gif) no-repeat 0 2px;
}
.in_external {
	padding-left: 1.1em;
	background: url(../images/css/img_in_external.gif) no-repeat 3px 4px;
}
/*******************

align 系

********************/
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
/*******************

float 系

********************/

.float_right {
	float: right;
	max-width: 26%;
}
.float_left {
	float: left;
	max-width: 26%;
}
/*******************

btn 系

********************/
.btn {
	text-indent: 3em;
	display: block;
	padding: 1em 3em 1em 0em;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/css/img_icon_arrow_white.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	-webkit-border-radius: 25px;
	/* firefox */
	-moz-border-radius: 25px;
	/* other */
	border-radius: 25px;
	/* IE */
	behavior: url(PIE.htc);
	margin: 1em 0;
}

.btn2 {
	text-indent: 3em;
	display: block;
	padding: 1em 3em 1em 0em;
	text-align: center;
	background-image: url(../images/css/img_icon_arrow_blue.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	-webkit-border-radius: 25px;
	/* firefox */
	-moz-border-radius: 25px;
	/* other */
	border-radius: 25px;
	/* IE */
	behavior: url(PIE.htc);
	margin: 1em 0;
}

.btn_brown {
	background-color: #7B5C35;
}
.btn_brown:hover {
	color: #FFF;
	background-color: #A87D48;
}
.btn_orange {
	background-color: #f87100;
}
.btn_orange:hover {
	color: #FFFFFF;
	background-color: #AB8700;
}

.btn_blue {
	color: #00a1e7;
	border:2px solid #00a1e7;

}
.btn_blue:hover {
	color: #FFFFFF;
	background-color:#00a1e7;
	background-image: url(../images/css/img_icon_arrow_white.png);

}

.btn_icon_white {
	margin-right: auto;
}
/*******************

table系

********************/

.wrap_table, .wrap_layout {
	padding-top: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0;
	margin: 15px 0;
}
.wrap_table_top_event{
	margin:0; 
	padding-right:10px;
}
#table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
   border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
#table td, #table th {
	padding: 10px;
	background: #fff7ed;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
#table th {
	background: #e3dcd5;
	color: #69655c;
	text-align: center;
	white-space: nowrap;
}
#table table td, #table table td {
	display: table-cell;
}
/*******************

image layout patarn

********************/
.element, .el_img, el_caption {
	width: 100%;
}
.el_img {
}
.el_img img {
	width: 100%;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
}
.el_caption {
	font-size: 77%;
	padding: 0.5em;
}
.el_caption p {
	font-size: 161.6%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
}
.el_caption dt {
	font-weight: bold;
}
ul#three-column li {
	width: 30%;
	height: 50%;
	margin: 0 1%;
	display: inline-block;
	*zoom:1
	*display:inline;
	vertical-align: top;
}
ul#three-column li :first-child {
	margin: 0 1% 0 0;
}
ul#three-column li :last-child {
	margin: 0 0 0 1%;
}
#layout_three-column-to-single {
	display: block;
	width: 100%;
	margin: 0 30px;
}
#layout_two {
	width: 100%;
	display: table;
}
#layout_two li {
	width: 50%;
	display: table-cell;
	padding: 15px 1%;
}
#layout_two li dt {
	text-align: center;
}
#layout_three img {
	height: 40%;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
}
#layout_two img {
	width: 100%;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
}
#layout_two dd {
	margin: 0;
	text-align: center;
}
table#layout_two {
	width:100%;
}
#layout_two td:first-child {

	padding-left:0%;
	padding-right:5%;
}
#layout_two td:last-child {
	padding-left:5%;
	padding-right:0%;
}
table#layout_three {
	width:100%;
}
#layout_three td {
	width: 32%;
	/*padding-right: 15px 1%;*/
}
#layout_three td:first-child {
	padding: 15px 2% 15px 0%;
}
#layout_three td:last-child {
	padding: 15px 0% 15px 2%;
}

/*
links
*/
#links {
	display: block;
	background: #FFF7ED;
	margin: 20px 30px;
	padding: 0.8em 30px;
	/**** 角丸 ****/
	/* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url("PIE.htc");
}
#links ul {
	display: table;
	font-size: large;
}
#links ul li {
	display: inline-table;
	vertical-align::middle;
	padding: 0.5em 0;
	padding-right: 1em;
}
hr.hr_style-one {
	width: 94%;
	margin: 3%;
	border: 0;
	border-bottom: 2px dashed #999;
}
.input {
	width: 94%;
	height: 1.8em;
	margin: 3%;
}
.input_text {
	height: 10.8em;
}
.cn_caption {
	font-size:108%;
	margin:0;
	padding:0;
}
.cn_caption dt{
   float:left;
   width:60px;
   display:block;
}
.cn_caption dd{
	
   }