@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Gilda+Display);
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
.clear {clear:both;}
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
.hide {display:none;}
a {
	color:#00936c;
	text-decoration:underline;
	transition:0.2s ease-in opacity;
}
a:hover {text-decoration:none;}
a:hover img {}
body {
	font-size: 87.5%;
	background:#ffffff; 
	color:#4d4d4d; 
	text-align:center;
	line-height:1.7;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
html>body {
	font-size: 14px; 
}
#container{text-align: left;}
#content{
	width:960px;
	margin:30px auto;
}
#nottop #content{margin:25px auto 30px auto;}
#main{
	width:680px;
	float:left;
	margin-bottom:30px;
}
#sidebar{
	width:250px;
	float:right;
}
#header {
	text-align:left;}
#header .inner {
	position:relative;
}
#site_title {
	width:960px;
	margin:0 auto;
	padding: 85px 0 30px 0;
	text-align:center;
  	font-size: 24px;
}
#site_title h1{
	font-size:2.5em;
	font-weight:normal;
	line-height:1.4;
	width:70%;
	margin:0 auto;
	
}
#site_title a {
	text-decoration:none;
	color:#4f4f4f;
	font-family:"Gilda Display" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#site_title a:hover {
	color:#222222;
}
#site_title img {
	max-width:100%;
	width:auto!important;
	width:100%;
	height:auto;
}
#head_nav{
	display:block;
	width:100%;
	position:absolute;
	top:0;
	right:0;
	background:#00936c;
	border-bottom:1px solid #00815b;
 	font-size: 18px;
}
#head_nav ul{
	list-style-type:none;
	text-align:right;
	width:960px;
	margin:0 auto;
	letter-spacing: -.40em;
}
#head_nav ul li{
	display: inline-block;  
	*display: inline;  
	*zoom: 1; 
    letter-spacing: normal;
}
#head_nav ul li a{
	text-align:center;
	padding-top:2px;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 30px;
	color:#FFFFFF;
}
#head_nav ul li a:hover{
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
    -ms-opacity:0.8;
	-o-opacity:0.8;
    opacity:0.8;
}
#site_description {
	display:table-cell;
	vertical-align:middle;
	padding:30px;
}
#site_description h2{
	font-weight:bold;
	font-size:1.286em;
	color:#fff;
}
#site_description2 {
	padding: 15px 0 40px;
	font-family: "Gilda Display", Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#site_description2 h2{
	font-weight:normal;
	font-size:1.286em;
}
#lead_area{
	text-align:left;
	padding:30px 0;
	background:#f7f2e6;
	border-bottom:1px solid #e4e0d5;
}
#lead_area .inner{
	display:table;
	width:960px;
	margin:0 auto;
	padding:8px;
	background:#00936c;
}
#lead_area.slide .inner{
	background:none;
	padding:0;
}
#cover{
	display:table-cell;
	position:relative;
	/position:inherit;
	width:365px;
}
#cover img{
	width:365px;
	height:auto;
}
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:0px 0 0;
}
.bx-wrapper {
    margin-bottom:10px !important;
	height:400px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	height:auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00936c;
	opacity:1;
}
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:180px;
	cursor:pointer;
	border-radius: 20px;
}
.bx-wrapper .bx-prev {
	background:url(https://assets.toriaez.jp/thp2/pc/images/169/btn-slider_001.png) 14px center no-repeat #00936c;
	background-size: 10px auto;
	left:-30px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(https://assets.toriaez.jp/thp2/pc/images/169/btn-slider_002.png) 16px center no-repeat #00936c;
	background-size: 10px auto;
	right:-30px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.8;
}
#topics{
	position:relative;
	box-sizing: initial;
    height: auto;
    padding: 0 15px 15px;
	overflow:auto;
	background:#e5f4f0;
}
#topics h3{
	font-weight:normal;
	color:#00936c;
	font-size: 1.143em;
	line-height:1;
    padding: 0 0 0 0;
	font-family:"Gilda Display" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#topics h3{border-top:5px solid #00936c\9;}
#topics h3:before{
	content:"";
	display:block;
	background:#00936c;
	height:5px;
	width:100%;
	border-radius:0 0 3px 3px;
}
#topics h3 span.inner{ display:block;padding: 15px 0 15px 10px;}
#topics dl{
	overflow:auto;
	max-height:160px;
    height: auto;
	background:#FFFFFF;
	padding-top:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border-bottom:1px solid #cbd1d4;
}
#topics dl dt{
	width: 17%;
    clear: both;
    float: left;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
    line-height: 1;
    text-align: center;
    background-color: #ffffff;
}
#topics dl dd{
      
	width:77%;
	float:left;
      
    padding: 5px 3%;
	line-height:1.5;
}
#topics dl dd a{}
.no-img #topics{
	float:inherit;
	width:100%;
	height:auto;
	padding:0;
}
.no-img #cover{display:none!important;}
#global_nav {
	text-align: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
	position:relative;
	background:url(https://assets.toriaez.jp/thp2/pc/images/169/bgi-header_001.png) left bottom repeat-x;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  	font-size: 16px;
}
#global_nav a {
	color:#4f4f4f;
	text-decoration:none;
}
#nav {display: block;margin: 0;padding: 0;position: relative;}
#nav li {display: block;list-style: none;margin: 0;padding: 0;float: left;position: relative;}
#nav a {display: block;}
#nav ul {display: none;position: absolute;left: 0;margin: 0;padding: 0;}
* html #nav ul {line-height: 0;} 
#nav ul a {zoom: 1;} 
#nav ul li {float: none;}
#nav ul ul {top: 0;}
#nav ul { 
	width:220px;
	top:47px;
	left:-20px;
}
#nav {
    height: auto;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
	display: inline-block;
	/display:inline;
	/zoom:1;
}
#nav li.nav-top{
	width: auto;
    height: auto;
    white-space: nowrap;
    padding: 0;
	
}
#nav li.nav-top a {
	font-size:1.071em;
	padding: 15px 20px 15px 20px;
    line-height: 1.3;
    width: auto;
    display: block;
	background:url(https://assets.toriaez.jp/thp2/pc/images/169/bgi-globalnavi_001.png) left bottom no-repeat;
}
#nav li:last-child.nav-top  {
	background:url(https://assets.toriaez.jp/thp2/pc/images/169/bgi-globalnavi_001.png) right bottom no-repeat;
}
#nav li.nav-top a:hover {color:#00936c;}
#nav *:hover { background-color: none; }
#nav li.hover a {}
#nav li.nav-top ul{
	background :#ffffff;
	padding:0 10px;
	box-shadow: 0 1px 3px #dddddd;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
#nav li.nav-top ul li {
	white-space:normal;
	z-index:100;
	border-bottom:1px solid #e7e7e7;
}
#nav li.nav-top ul li:last-child {border-bottom:none;}
#nav li.nav-top ul li a {
	display:block;
	height:auto;
	padding:12px 10px;
	text-align:left;
	color:#4f4f4f;
	line-height:1.4;
	background:#fff;
	z-index:100;
}
#nav li.nav-top ul li a:hover {
	height:auto;
	color: #00936c;
}
#sidebar{}
#sidebar .sidebarBox {
	margin-bottom: 20px;
	position: relative;
    box-sizing: initial;
    height: auto;
    padding: 0 15px 15px;
    overflow: auto;
    background: #e5f4f0;
}
#sidebar .sidebarBox h3 {
	text-align:center;
    font-weight: normal;
    color: #00936c;
    font-size: 1.143em;
    line-height: 1;
    padding: 0 0 0 0;
    font-family: "Gilda Display" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#sidebar .sidebarBox h3:before {
    content: "";
    display: block;
    background: #00936c;
    height: 5px;
    width: 100%;
    border-radius: 0 0 3px 3px;
}
#sidebar .sidebarBox h3{border-top:5px solid #00936c\9;}
#sidebar .sidebarBox h3 span.inner {
    display: block;
    padding: 15px 0;
}
#sidebar #about ul{list-style:none;}
#sidebar #about ul li{margin-bottom:8px;}
#sidebar #about ul a{
	font-size:1.143em;
	line-height:1;
	display:block;
	position:relative;
	text-decoration:none;
	padding: 24px 12px 20px 12px;
	color:#4d4d4d;
	background: #ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.2);
	-ms-box-shadow:0px 1px 3px rgba(000,000,000,0.2);
	-o-box-shadow:0px 1px 3px rgba(000,000,000,0.2);
	box-shadow:0px 1px 3px rgba(000,000,000,0.2);
}
#sidebar #about ul a:after{
	content:"";
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-10px;
	background:url(https://assets.toriaez.jp/thp2/pc/images/169/ico-arrow_001.png) center center no-repeat;
}
#sidebar #about ul a:hover{color:#00936c;}
#sidebar #blog dl{
	border-top: 1px solid #d5dbde;
	font-size:0.857em;
}
#sidebar #blog dl dt{
	padding-top:16px;
}
#sidebar #blog dl dd{
	padding-bottom:16px;
	border-bottom: 1px solid #d5dbde;
}
#sidebar #blog dl dd a{
	display:block;
	color:#4d4d4d;
	position:relative;
	 padding-right: 25px;
    line-height: 1.4;
    text-decoration: none;
}
#sidebar #blog dl dd a:hover{color:#00936c;}
#sidebar #blog dl dd a:after{
	content:"";
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-10px;
	background:url(https://assets.toriaez.jp/thp2/pc/images/169/ico-arrow_001.png) center center no-repeat;
}
#sidebar #blog #blog_link{padding:20px 20px 10px 20px;}
#sidebar #blog #blog_link a{
	text-align:center;
	line-height:1;
	display:block;
	position:relative;
	text-decoration:none;
	padding: 15px 12px 10px 12px;
	color:#00936c;
	background: #ffffff;
	font-size:0.857em;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.2);
	-ms-box-shadow:0px 1px 3px rgba(000,000,000,0.2);
	-o-box-shadow:0px 1px 3px rgba(000,000,000,0.2);
	box-shadow:0px 1px 3px rgba(000,000,000,0.2);
}
#sidebar #blog #blog_link a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: url(https://assets.toriaez.jp/thp2/pc/images/169/ico-arrow_001.png) center center no-repeat;
}
#sidebar #blog #blog_link a:hover{
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
#sidebar #qrcode .qrBox{
	text-align: center;
    border-top: 1px solid #d5dbde;
    border-bottom: 1px solid #d5dbde;
    padding: 20px 0;
	margin-bottom:20px;
}
#sidebar #qrcode p{font-size:85.7%;}
#footer {
	width:100%;
	background-color:#e5f4f0;
}
address{
	padding:50px 0;
	clear:both;
	text-align:center;
	font-style:normal;
	color:#888888;
}
address img{padding:0 0 1px 5px ;}
#pagetop {position:relative;}
#pagetop a{
	display:block;
	width:54px;
	height:54px;
	position:fixed;
	right:20px;
	bottom:20px;
	background:url(https://assets.toriaez.jp/thp2/pc/images/169/btn-pagetop_001.png) left top no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#pagetop a:hover{
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
#inquiry {
	margin:20px 0;
	text-align:center;
}
#inquiry a{
	width:340px;
	display: inline-block;  
	*display: inline;  
	*zoom: 1;
	background:#00936c;
	color:#fff;
	padding:20px 20px 15px 20px;
	line-height:1;
	text-decoration:none;
	font-size:128.6%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
#inquiry a:hover{
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
.article_box{
	text-align:left;
	padding: 50px 0 50px;
	border-bottom:solid 1px #d5dbde;
	clear:both;
}
.article_box:first-child{padding: 0 0 50px;}
.article_box .article_title{
	height:auto;
	padding:0 0 24px 2px;
	margin-bottom:14px;
	color:#00936c;
	font-family:"Gilda Display" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.article_box .article_title h2{
	font-size:2em;
	line-height:1.3;
	font-weight:normal;
	
}
.article_box .entry{
	width:460px;
	float:left;
	font-size:1.071em;
	}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{line-height:1.62;}
.article_box .entry img{max-width:100%;height:auto;}
.article_box .article_figure{
width:200px;
float:right;
}
.article_box .article_figure img{
	width:200px;
	height:auto;
}
.article_box .article_figure a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
.article_box .article_figure span{
font-size:85.7%;
display:block;
padding:5px 0 10px 0 ;
}
.article_box.no-img {}
.article_box.no-img .entry{
	float:none!important;
	width:100%!important;
}
.article_box .entry table {
 	border-collapse:collapse;
    border:#e7e7e7 1px solid;
    
    table-layout: fixed;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#e7e7e7 1px solid;
	padding:10px;
    
    word-wrap: break-word;
}
.article_box .entry table th {
    text-align:center;
    width: 30%;
}
#TB_overlay{z-index:10000;}
#TB_window{box-sizing:initial;z-index:10000;}
#page_title{
    text-align: left;
    padding: 37px 0 30px 0; 
    background: #f7f2e6;
    border-bottom: 1px solid #e4e0d5;
}
#page_title h2{
	text-align:center;
	font-size:2em;
	line-height:1.4;
	font-weight:normal;
	font-family:"Gilda Display" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#pnkz {
	text-align:right;
    padding-bottom: 20px;
}
#pnkz p{
	margin:0 auto;
	font-size:14px;
}
#pnkz p span{}
#side-area{margin-bottom:30px;}
#side-area img{max-width:100%;height:auto;}
#foot-area{padding:30px 0;}
#foot-area img{max-width:100%;height:auto;}
#form, #map, #profile {text-align:left;}
#map #frame iframe {
	width: 680px;
	height: 478px;
}
#form table, #map table, #profile table {
	width:100%;
	border-top: 1px solid #e7e7e7;
	margin-bottom:30px;
	font-size: 14px;
}
#map table, #profile table {
    table-layout: fixed;
}
#form tr, #map tr, #profile tr {
}
#form th, #map th, #profile th {
	font-weight:bold;
	padding:25px 0;
	vertical-align:middle;
	text-align:left;
	color:#00936c;
	border-bottom:1px solid #e7e7e7;
}
#map th, #profile th {
    width: 25%;
}
#form td, #map td, #profile td {
	padding:25px 0;
	border-bottom:1px solid #e7e7e7;
}
#map th, #profile th {
    padding-right: 10px;
}
#map td, #profile td {
    padding-left: 10px;
}
.validation_span, .warning span {color:#F03;}
#contact_submit th, #contact_submit td{
	text-align:left;
	border:none;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.warning {text-align:left;}
.validation_span, .warning span {color:#F03;}
#contact_submit th, #contact_submit td{
	padding-top:30px;
	text-align:center;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
}
#form input[type=text], #form textarea {border:solid 1px #d3d0d0;}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#fafafa;
}
#form input[type=submit],
#form input[type=reset] {
	border:none;
	cursor:pointer;
	-webkit-transition:opacity ease-in 0.2s;
	-moz-transition:opacity ease-in 0.2s;
	-ms-transition:opacity ease-in 0.2s;
	-o-transition:opacity ease-in 0.2s;
	transition:opacity ease-in 0.2s;
}
#form input[type=submit]{
	padding:10px 50px;
	margin-right:1em;
	background:#00936c;
	color:#ffffff;
}
#form input[type=reset] {
	padding:10px 20px;
	background: #f5f5f5;
}
#form input[type=submit]:hover,
#form input[type=reset]:hover {
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
#lead_s {
	line-height:1.5;
	margin-bottom:15px;
}
#lead_s img{max-width:100%;height:auto;}
#frame {
	margin: 0 auto;
	border:1px solid #d2d2d2;
}
#frame iframe{}
#profile{}
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	line-height :1.5;
	padding:10px 0 0px 0;
}
.w_mark {color:#F03;}
.thaks {
	line-height: 1.5;
	padding :0 16px 40px 0;
}
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}