@charset "utf-8";

* {
	word-break: normal !important;
}

html {
	overflow-y: scroll;
}

body {
	*overflow: visible;
	/* IE7以下 */
	overflow: visible\9;
	/* IE8 */
}

/* IE9 */
body:not(:target) {
	overflow: visible\9;
}

#centerc1 {
	/*height: 745px;*/
	height: auto;
}

#centerc2 {
	margin: 20px 0 0;
}

.member_wn #centerc2 {
	margin: 0px 0 0;
}

.RightBlock.mblock>.BlockContent {
	margin-bottom: 10px !important;
}

/* IE10 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	body {
		overflow: visible;
	}
}

/* ---------------------------------------- 各種初期設定 -- */
a:link {
	color: #060;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	color: #6F3;
}

a img {
	border: 0;
}

a:visited {
	color: #060;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px;
	padding: 3px 3px 1px 3px;
}

.BlockTitle {
	margin: 20px 0;
	padding: 0;
}

h2 {
	font-size: 1.25em;
	margin: 0 auto 20px;
	padding: 5px 15px;
	text-align: left;
	height: 25px;
	width: 830px;
	display: block;
}

h3 {
	font-size: 1.2em;
	margin: 20px 20px 10px;
	padding: 5px 0 2px 10px;
	text-align: left;
}

h4 {
	font-size: 1.0em;
	margin-bottom: 10px;
	padding: 5px 0 2px 5px;
	text-align: left;
}

h5 {
	font-size: 0.85em;
	margin-bottom: 0px;
	padding: 5px 0 5px 0px;
	text-align: left;
}

h6 {
	font-size: 0.85em;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
}

h3,
h4,
h5,
h6 {
	margin-top: 10px;
}

.red {
	color: #ff0000;
}

.cate {
	padding: 2px 4px;
	background-color: #930;
	color: #fff;
}

.stxt {
	font-size: 0.7em;
	line-height: 1.3;
	color: #666;
}

.shadow01 {
	-moz-box-shadow: 1px 3px 3px #999;
	-webkit-box-shadow: 1px 3px 3px #999;
	box-shadow: 1px 3px 3px #999;
}

.shadow02 {
	-webkit-box-shadow: 0px 2px 2px 2px #eee;
	-moz-box-shadow: 0px 2px 2px 2px #eee;
	box-shadow: 0px 2px 2px 2px #eee;
}

/* ---------------------------------------- table */
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	margin: 0 auto;
}

th,
td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

caption {
	text-align: left;
}

td strong {
	padding: 2px 5px 1px 5px;

}

/* ---------------------------------------- font */
body {
	font-size: 1.0em;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0 auto;
	background: url(../images/bodybg.gif) repeat-x center top #F0EEE8;
	width: 100%;
	display: table;
	/* background-attachment:fixed;*/
	word-break: break-all;
}

#pagewrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* ---------------------------------------- header */
#header {
	margin: 0 auto;
	padding: 0;
	height: 137px;
	width: 960px;
	display: block;
}

#header .header_wrap {
	width: 100%;
	height: 90px;
	display: block;
	position: relative;
}

#header .header_wrap .left {
	width: 780px;
}

#header .header_wrap .left p.logo {
	z-index: 1;
	margin: 0;
	padding: 15px 0 0;
	width: 325px;
}

#header .header_wrap .left p.logo a {
	width: 330px;
	height: 64px;
	display: block;
	/*text-indent:-9999em;*/
	z-index: 1;
}

#header .header_wrap .left p.logo a:hover {
	background-color: #fff;
	opacity: 0.2;
}

#header .header_wrap .right {
	width: 163px;
	height: 70px;
	display: block;
	position: relative;
}

#header .header_wrap .right .login {
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.login {
	width: 100% !important;
	height: auto;
}

#header .header_wrap .right .freedial {
	position: absolute;
	top: 40px;
	left: 5px;
}

#header .header_wrap .right .e-mail {
	position: absolute;
	top: 40px;
	right: 20px;
}

.description {}

/* ---------------------------------------- navi
naviは、gnavi.css
*/
/* ---------------------------------------- contents */
.content_body {
	width: 960px;
	margin: 0px auto;
}

.c_wrap {
	width: 100%;
	display: block;
	margin: 0px auto;
}

.main_image {
	width: 100%;
	height: 380px;
	display: block;
	background: url(../images/bg_50.png) repeat;
	margin-bottom: 0;
	margin-bottom: 20px\9;
	padding: 15px 0 0px;
}

.contents {
	width: 100%;
	min-height: 387px;
	display: block;
	margin: 0 auto 0px;
	padding: 0;
}

.contents .left {
	width: 650px;
	float: left;
}

.contents .right {
	width: auto;
	float: right;
}

.contents p {
	margin-bottom: 50px;
}

/* ---------------------------------------- Topic Path -- */
.contents .topic-path {
	font-size: 0.8em;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
	padding: 0 3px 3px 3px;
	color: #666;
	background: #eee;
	text-align: left;
}

.contents .topic-path a {
	color: #F00;
	padding: 3px;
}

.contents .topic-path a:hover {
	color: #000;
	background-color: #600;
}

.sub_cont {
	clear: both;
}

.sub_image {
	height: 100px;
	margin-left: 65px;
}

ul.inner_list {
	margin: 10px 15px;
}

/* ---------------------------------------- カテゴリタイトル -- */
.sidetitle {
	padding: 0.5em 0;
	border-bottom: 1px solid #666666;
}

#sidebar a:hover img,
img.imghover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#sidebar {
	float: right;
	width: 302px;
	margin: 30px 0px 30px 0;
	margin: 0px 0px 0 0\9;
	padding: 0px 0px;
	padding: 7px 0px\9;
}

#sidebar div {
	padding: 0px 0px;
}

#sidebar div.right div.RightBlock div.BlockContent {
	margin: 0;
	padding: 0;
}

/* ---------------------------------------- What's New -- */
div.whatsnew {
	margin: 20px 0 15px;
	width: 630px;
	/* What's Newの横幅 */
	height: auto;
	display: block;
	position: relative;
}

.member_wn div.whatsnew {
	margin: 20px 0 0px;
	width: 630px;
	/* What's Newの横幅 */
	height: auto;
	display: block;
	position: relative;
}

h1.topics {
	margin: -5px 0px 10px 0px;
	padding: 32px 0 7px 75px;
	border: none;
	min-height: 25px;
	width: 556px;
	display: block;
	background: url(../images/topics_and_news_bar.png) no-repeat;
	color: #fff;
	font-size: 1.65em;
	font-weight: normal;
	line-height: 1.0;
	position: absolute;
	top: -20px;
}

div.whatsnew_kiji {
	width: 600px;
	/* height: 490px; What's New 変更の場合は調整 */
	height: 880px;
	/* What's New 変更の場合は調整 */
	display: block;
	overflow-y: auto;
	margin: 0x 0 0px 0px !important;
	background: #FFF;
	padding: 10px 0px 20px 20px;
	position: absolute;
	top: 45px;
}

div.whatsnew_list {
	/*height:435px;*/
	/*height:595px;　 What's New 変更の場合は調整 */
	height: 974px;
	/*  35th bnr */
	width: 630px;
	/* What's Newの横幅 */
	display: block;
	margin: 34px 0 25px 0px;
	padding: 0px 0 10px 0;
	background: #fff;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
}

.member_wn div.whatsnew_kiji {
	width: 600px;
	/* height: 490px; What's New 変更の場合は調整 */
	height: 740px;
	/* What's New 変更の場合は調整 */
	display: block;
	overflow-y: auto;
	margin: 0x 0 0px 0px !important;
	background: #FFF;
	padding: 10px 0px 20px 20px;
	position: absolute;
	top: 45px;
}

.member_wn div.whatsnew_list {
	/*height:435px;*/
	/*height:595px;　 What's New 変更の場合は調整 */
	height: 820px;
	/*  35th bnr */
	width: 630px;
	/* What's Newの横幅 */
	display: block;
	margin: 34px 0 0px 0px;
	padding: 0px 0 10px 0;
	background: #fff;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
}

table#whatsnew_table {
	width: 580px;
	margin: 0px 0 0 0;
	padding: 15px 0;
}

table#whatsnew_table tr {
	border-bottom: dotted 1px #ccc;
}

table#whatsnew_table tr td {
	padding: 5px 0;
}

table#whatsnew_table tr td.date {
	width: 75px;
	font-size: 0.8em;
	color: #666;
}

table#whatsnew_table tr td.cat_icon {
	width: 85px;
	padding-right: 10px;
}

table#whatsnew_table tr td.whatsnew_title {
	width: 370px !important;
	line-height: 1.25;
	padding: 0;
	vertical-align: middle;
}

.whatsnew_title a {
	text-decoration: none;
	font-size: 0.9em !important;
}

.news_title a {
	text-decoration: none;
	font-size: 0.9em !important;
}

.more_whatsnew {
	text-align: right;
}

/* ---------------------------------------- #bnr */

#bnr {
	width: 960px;
	height: 300px;
	display: block;
	margin: 0px auto 30px;
	position: relative;
}

#bnr img {
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
}

.search_wrap {
	background: url(../images/top-bnr-kensaku.jpg) no-repeat;
	/*background:url(../images/close-top-bnr-kensaku.jpg) no-repeat;*/
	height: 300px;
	width: 300px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
}

#bnr form {
	position: absolute;
	top: 160px;
	left: 90px;
}

input.input_text {
	width: 155px;
	height: 20px;
	border-top: solid 1px #060;
	border-left: solid 1px #060;
	padding: 2px;
}

select {
	width: 155px;
	height: 22px;
	border-top: solid 1px #060;
	border-left: solid 1px #060;
	padding: 2px;
}

.form_bt {
	margin: 5px 0;
}

.form_bt input[type="submit"] {
	/*width: 158px;height: 30px;*/
	width: 50px;
	height: auto;
}

*/ .form_bt:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.alldata {
	margin: 260px 0 0 70px;
}

.recruit_wrap {
	height: 300px;
	width: 300px;
	display: block;
	position: absolute;
	top: 0;
	left: 330px;
}

.mechanic_wrap {
	height: 300px;
	width: 300px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.hotline_links {
	margin: 30px 0 30px 0px;
	position: relative;
	width: 631px;
	height: 133px;
	display: block;
	background: url(../images/bnr_hotline.png) no-repeat;
}

.hotline_links ul {
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	left: 100px;
}

.hotline_links ul li {
	background: url(../images/ss_arrow.png) no-repeat left bottom;
	margin: 50px 0 0 0;
	padding: 10px 10px 5px 25px;
	font-size: 0.8em;
	/*float:left;*/
	display: inline;
}

.about_this {
	margin: 0;
	padding: 0;
}

.about_this ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

.about_this ul li {
	background: url(../images/ss_arrow.png) no-repeat left bottom;
	padding: 5px 10px 5px 25px;
	font-size: 0.8em;
}

/* *************************************************************************************** */
.bnr_32 {
	margin-top: -5px;
}

.bnr_32 img {
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
}

.about_this_ft {
	margin: 60px 0 10px;
	padding: 0 0 0px;
	width: 100%;
}

.about_this_ft ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 80%;
	text-align: center;
}

.about_this_ft ul li {
	padding: 0 10px;
	font-size: 12px !important;
	display: inline !important;
}

/* *************************************************************************************** */
optgroup {
	margin: 5px 0;
	padding-left: 10px;
	/*color:#060;*/
}

optgroup option {
	padding-left: 20px;
}

/* ---------------------------------------- #footer */
#footer {
	clear: both;
	margin: 0px auto;
}

.mapicon {
	background: url(../images/mapicon.png) no-repeat bottom left;
	padding: 10px 0 0 25px;
}

.mapicon a {
	color: #000;
	text-decoration: underline;
}

.mapicon a:hover {}

.footerbody a:hover img {
	color: #ccc;
}

.copyright {
	margin: 0 auto;
	padding: 20px 0 50px 0;
	text-align: center;
	color: #000;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

.copyright_f {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	color: #666;
	font-size: 0.7em;
}

.f_menu {
	font-size: 0.75em;
}

.f_menu a {
	color: #333;
	padding: 0 5px;
}

.f_menu a:hover {
	color: #039;
}

#bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
}

#bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

.form_txt {
	font-size: 0.8em;
	color: #000;
	padding: 0 50px;
}

.form_txt input {
	padding-bottom: 5px;
}

.form_txt input[type="text"],
.form_txt textarea,
.form_txt select {
	border: #663 solid 1px;
	padding: 3px;
	background: #FFC;
}

.form_txt input[type="submit"] {
	border: #F60 solid 1px;
	margin: 10px;
	padding: 3px 3px 3px 3px;
	background: #F60;
	color: #fff;
	font-weight: bold;
}

.form_txt input[type="reset"],
.form_txt input[type="button"] {
	border: #666 solid 1px;
	padding: 3px;
	background: #eee;
	color: #333;
	font-weight: normal;
}

#access {
	margin: 10px auto;
	width: 830px;
}

#access iframe {
	width: 830px;
	border: solid 1px #ccc;
}

.block {
	display: block;
}

.block_index {
	width: 100%;
	min-height: 100px;
	display: block;
	margin: 0;
	padding: 0;
}

.block_index p {
	width: 860px;
	margin: 0 auto;
	padding: 0;
}

.cont_block {
	width: 630px;
	margin: 0 30px 50px;
	padding: 0;
	display: block;
}

.cont_block h2 {
	background: url(../contents/images/h1bg.png) no-repeat;
	width: 629px;
	height: 52px;
	display: block;
	margin: 0 auto;
	padding: 13px 28px;
	border: none;
}

.cont_block h3 {
	width: 610px;
	border-bottom: dotted 1px #ccc;
}

.cont_block p {
	width: 600px;
	margin: 0 20px 30px !important;
	padding: 0;
	display: block;
}

.cont_block ol {
	margin: 0 40px 30px !important;
	width: 560px;
}

.none {
	display: none !important;
}

.fade,
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

div.img {
	margin: 0 auto 100px;
	width: 619px;
}

hr {
	border: none;
	border-bottom: dotted 1px #666;
	margin-bottom: 100px;
	page-break-before: always;
}

#floatMenu {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ---------------------- table deco */
table {
	*border-collapse: collapse;
	/* IE7 and lower */
	border-spacing: 0;
	width: 830px;
	margin: 20px auto;
	background: #FFF;
}

table.border th {
	color: #ffffff;
	padding: 5px;
	background-color: #63B544;
	white-space: nowrap;
}

.bordered {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
}

.bordered tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.bordered td,
.bordered th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.bordered th {
	background-color: #f9f1dc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf9eb), to(#f9f1dc));
	background-image: -webkit-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: -moz-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: -ms-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: -o-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: linear-gradient(top, #fcf9eb, #f9f1dc);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.bordered td:first-child,
.bordered th:first-child {
	border-left: none;
}

.bordered th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.bordered th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.bordered th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

.zebra td,
.zebra th {
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.8em;
	line-height: 1.5;
}

.zebra tbody tr:nth-child(even) {
	background: #f5f5f5;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
}

.zebra th {
	text-align: left;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
	background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
	background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
	background-image: -o-linear-gradient(top, #f5f5f5, #eee);
	background-image: linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.zebra th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.zebra th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
	border-bottom: 0;
	border-top: 1px solid #fff;
	background-color: #f1f1f1;
}

.zebra tfoot td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px border-radius: 0 0 6px 6px
}

/* ---------------------------------------- top jQ */
#back_to_camera {
	clear: both;
	display: block;
	height: 80px;
	line-height: 40px;
	padding: 20px;
}

.fluid_container {
	margin: 0 auto;
	height: 360px;
	width: 830px;
}

/* ---------------------------------------- kanri */
ul#mainmenu,
ul#usermenu,
ul#privatemessages {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
}

ul#usermenu li {
	display: inline;
	margin-right: 1px;
	padding: 5px 10px;
	background: #fff;
}

/* ---------------------------------------- bulletin */
ul.bulletin_block_category_new {
	list-style-type: none !important;
}

.arrow,
ul.bulletin_block_category_new li {
	background: url(../images/ss_arrow.png) no-repeat left bottom !important;
	padding: 5px 10px 5px 25px !important;
	font-size: 0.9em !important;
}

.members_news {
	width: 590px;
	min-height: 30px;
	display: block;
	overflow-y: auto;
	margin: 0px 0 0px 0px !important;
	background: #FFF;
	padding: 15px 20px;
	background: url(../images/h2bg.jpg) repeat-x top #FFF;
	position: static;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
}

.topicHead,
.topicTitle {
	padding: 0;
	margin: 0;
	height: auto;
}

.members_news .topicHead .topicTitle a {
	text-decoration: none;
	padding: 0;
	color: #000;
	font-size: 1.2em;
}

div.news_kiji {
	width: 589px;
	min-height: 30px;
	display: block;
	overflow-y: auto;
	margin: 0px 0px 0 0px !important;
	background: #FFF;
	padding: 0;
}

table#news_table {
	width: 94%;
	margin: 5px 0 0 10px;
	padding: 0;
}

table#news_table tr {
	border-bottom: dotted 1px #ccc;
}

table#news_table tr td {
	padding: 5px 0;
}

table#news_table tr td.date {
	width: 70px;
	font-size: 0.8em;
	color: #666;
}

table#news_table tr td.cat_icon {
	width: 75px;
}

table#news_table tr td.news_title {
	width: 430px;
	line-height: 1.25;
	padding-bottom: 5px;
}

.members_mainimg {
	margin-bottom: 15px;
}

.RightBlock {
	min-height: 50px;
	width: 100%;
	display: block;
	margin: 0 0 0px 0px;
	padding: 0px 0 0px 0 !important;
	overflow: hidden;
}

.RightBlock .BlockContent {
	padding: 0 0 5px 0;
	width: 281px;
}

.RightBlock p {
	margin: 0;
	padding: 0;
}

.RightBlock h2.BlockTitle {
	width: 281px;
}

.BlockContent {
	/*margin:0 !important;*/
	margin: 0 0 0px;
	padding: 0 !important;
	width: auto !important;
}

/*==================================================
 * Effect
 * ===============================================*/
.effect {
	position: relative;
}

.effect:before,
.effect:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #333;
	-webkit-box-shadow: 0 15px 10px #333;
	-moz-box-shadow: 0 15px 10px #333;
	box-shadow: 0 15px 10px #333;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.effect:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.dial {
	width: 286px;
	height: 165px;
	display: block;
	margin: 0px 0 0px !important;
	padding: 7px 4px !important;
	background: #fff;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
	border: solid 3px #093;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}

.dial table.thism {
	margin: 0 !important;
	padding: 0 !important;
	width: 240px;
}

.dial table.thism tr td.st {
	width: 100% !important;
	height: auto;
	text-align: center;
}

.dial table.thism tr td.ten {
	width: 116px !important;
	height: auto;
	text-align: center;
}

.youtube_link {
	margin: 0 auto 20px;
}

/*.seibi {
	margin:0 !important;
	padding:0 !important;
	width:300px;
	height:134px;
	display:block;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
}*/
.seibi {
	margin: 0 0 30px !important;
	padding: 0px 0 0 !important;
	width: 300px;
	height: 134px;
	display: block;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
}

.btn {
	background: #ddfcdd;
	background-image: -webkit-linear-gradient(top, #ddfcdd, #93c795);
	background-image: -moz-linear-gradient(top, #ddfcdd, #93c795);
	background-image: -ms-linear-gradient(top, #ddfcdd, #93c795);
	background-image: -o-linear-gradient(top, #ddfcdd, #93c795);
	background-image: linear-gradient(to bottom, #ddfcdd, #93c795);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	margin: 10px auto;
	padding: 5px 22px 5px 22px;
	border: solid #fff 2px;
	text-decoration: none;
	width: 150px;
}

.btn:hover {
	background: #0ac720;
	background-image: -webkit-linear-gradient(top, #0ac720, #1b961b);
	background-image: -moz-linear-gradient(top, #0ac720, #1b961b);
	background-image: -ms-linear-gradient(top, #0ac720, #1b961b);
	background-image: -o-linear-gradient(top, #0ac720, #1b961b);
	background-image: linear-gradient(to bottom, #0ac720, #1b961b);
	text-decoration: none;
}

select[name="sq"] {
	/*-webkit-appearance:none;*/
	width: 100%;
	height: 30px;
	line-height: 2.5;
}

table td p,
table.list td p {
	line-height: 1.5 !important;
	margin: 0 0 4px !important;
	padding: 2px 5px 0 !important;
	min-height: 1px !important;
}

.mailmag {
	width: 203px;
	margin: 0;
	padding: 0;
}

ul.inline {
	margin: 0;
	padding: 0;
	display: inline-table;
	width: 780px;
}

ul.inline li {
	margin: 0;
	padding: 0;
	display: table-cell;
	list-style-type: none;
}

.kakomi-w {
	margin: 40px auto;
	border: solid #ccc 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	padding: 15px;
	overflow: hidden;
}

.kakomi-w h3 {
	width: 97% !important;
}