@charset 'UTF-8';
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #06C;
}
a:hover {
	color: #0099CC;
}
body {
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #222;
}
li {
	list-style: none;
}
#container {
	position: relative;
}
/*
テーブル
---------------------------------------------*/

table {
	border-collapse: collapse;
	width: 96%;
	line-height: 1.5em;
	font-size: 16px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
th {
	border: 1px solid #F2C100;
	font-weight: normal;
	color: #000;
	/*background-color: #FFEB99;*/
	background-color: #9BDEFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
td {
	border: 1px solid #DDD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

/*-------
th span,
td span {
	font-size: 10px;
}
-------*/



/*-------ヘッダー-------*/

#banner h1 {
	font-weight: normal;
}
#banner h1 strong {
	font-weight: normal;
}
#banner a.logo {
	text-indent: -8888px;
	display: block;
}
/*-------コンテンツ-------*/

#content h2, #content h3 {
	font-weight: normal;
}
#content p.img-l {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	margin-bottom: 0px;
	background: none;
	margin-left: 20px;
	border-right: solid 10px #fff;
}
.clear {
	clear: both;
}
#pankuzu {
	position: absolute;
	font-size: 10px;
	color: #999;
	font-weight: lighter;
}
#pankuzu li {
	display: inline;
	list-style-type: none;
}
#pankuzu li a {
	color: #888;
}
#pankuzu li a:hover {
	color: #333;
	text-decoration: none;
}
#pankuzu li:after {
	content: " ＞ ";
}
#pankuzu li.last:after {
	content: " ";
}
/*----------テキスト装飾------------*/

.desc p a.aaa {
	cursor: text;
	color: black;
	text-decoration: none;
}
p a.aaa {
	cursor: text;
	color: #333333;
	text-decoration: none;
}
p a.aaa:visited {
	color: #333333;
}
p a.aaa:hover {
	color: #333333;
}
p#yahoo {
	margin-top: 10px;
	text-align: center;
}
.bla, .blab {
	font-weight: bold;
}
.bla16pix {

	font-weight: bold;
}
.red, .red a {
	color: #F83A3A;
}
.redb {
	color: #ED4545;
	font-weight: bold;
}

.red16pix {

	color: #F83A3A;
	font-weight: bold;
}
.blue, .blue a {

}
.green, .green a {
	color: #4F842B;
}
.blueb {
	color: blue;
	font-weight: bold;
}
.bluel {
	color: blue;
	font-weight: bold;
	font-size: 24px;
}
.yellow {
	/*background-color: #FFF084;*/
	background-color: #9BDEFF;
}
.yellow a {
	color : #111;
}
.white {
	color: white;
}
.strong {
	font-weight: normal;
}
.small {
	font-size: 12px;
}
/*-------サイド-------*/

#side dl dt {
	/*background-color: #FFF4C8;*/
	background-color: #B9DEFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FC0;
}
#side dl dt a {
	color: #222;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-decoration: none;
}
#side dl dt a:hover {
	color: #000;
	background-color: #FC0;
}
#side dl.dl2 dt {
	background-color: #EBF5F5;
	border-top-color: #51B3B3;
}
#side dl.dl2 dt a:hover {
	background-color: #51B3B3;
}
#side dl.dl3 dt {
	background-color: #FFF0EA;
	border-top-color: #E27070;
}
#side dl.dl3 dt a:hover {
	background-color: #E27070;
}
#side dl.dl4 dt {
	background-color: #ECF3E7;
	border-top-color: #76AC55;
}
#side dl.dl4 dt a:hover {
	background-color: #76AC55;
}
#side dl.dl2 dd a:hover {
	color: #FFF;
	background-color: #51B3B3;
}
#side dl.dl3 dd a:hover {
	color: #FFF;
	background-color: #E27070;
}
#side dl.dl4 dd a:hover {
	color: #FFF;
	background-color: #76AC55;
}
/*-------フッター-------*/
footer {
	/*background-color: #FFDB4D;*/
	background-color: #65B6FF;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FC0;
	clear: both;
	font-size: 12px;
}
footer a {
	color: #333;
	text-decoration: none;
}
footer address {
	font-style: normal;
}
p.pagetop a {
	b-webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #FFF;
	background-color: #333;
	display: block;
	height: 22px;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
p.pagetop a:hover {
	background-color: #FC0;
	color: #000;
}
/*-------前のページ　次のページ　カテゴリトップ-------*/

#content ul.ul_arrow {
	display: block;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
margin-bottom: 15px;
}
#content ul.ul_arrow li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
#content ul.ul_arrow li a {
	text-indent: -9999px;
	padding: 0px;
	height: 60px;
	width: 130px;
}
#content ul.ul_arrow li.ar_prev a {
	float: left;
	background-image: url(img/arrow_prev.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content ul.ul_arrow li.ar_next a {
	float: right;
	background-image: url(img/arrow_next.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content ul.ul_arrow li a:hover {
	background-position: left -60px;
	background-color: #FFF;
}
#content .btn_ctop a {
	font-size: 16px;
	color: #FFF;
	background-color: #333333;
	display: block;
	width: 210px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 20px;
	border: 4px solid #EEE;
	text-decoration: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 22px;
	background-image: url(img/btn_ctop.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#content .btn_ctop a:hover {
	/*background-color: #FFCC00;*/
	background-color: #65B6FF;
}
/*-------コンテンツ大見出し小見出し------*/

#content h2, #content p.p_title-top, #content p.p_title-top2, #content p.p_title-top3, #content p.p_title-top4 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#content h2 {
	color: #000;
	/*background-color: #FFCC00;*/
	background-color: #65B6FF;
}
#content h2.h2-box {
	background-color: #FFF;
}
#content p.p_title-top {
	color: #000;
	/*background-color: #FFCC00;*/
	background-color: #65B6FF;
}
#content p.p_title-top2 {
	color: #FFF;
	background-color: #51B3B3;
}
#content p.p_title-top3 {
	color: #FFF;
	background-color: #E27070;
}
#content p.p_title-top4 {
	color: #FFF;
	background-color: #76AC55;
}
#content h3, #content p.p_title, #content p.p_title2, #content p.p_title3, #content p.p_title4 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #000;
	border-top-width: 4px;
	border-top-style: solid;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
#content h3, #content p.p_title {
	/*background-color: #FFCC00;*/
	background-color: #65B6FF;
}
#content p.p_title2 {
	border-top-color: #51B3B3;
}
#content p.p_title3 {
	border-top-color: #E27070;
}
#content p.p_title4 {
	border-top-color: #76AC55;
}
#content p.sub-title, #content p.sub-title2, #content p.sub-title3, #content p.sub-title4 {
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
	background-image: none;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content p.sub-title {
	/*background-color: #FFCC00;*/
	background-color: #65B6FF;
	color: #000;
}
#content p.sub-title2 {
	background-color: #51B3B3;
}
#content p.sub-title3 {
	background-color: #E27070;
}
#content p.sub-title4 {
	background-color: #76AC55;
}
#content p.subsub-title, #content p.subsub-title2, #content p.subsub-title3, #content p.subsub-title4 {
	font-size: 18px;
	line-height: 24px;
	background-image: none;
	font-weight: bold;
	background-color: #F6F6F6;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	border-left-width: 3px;
	border-left-style: solid;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#content p.subsub-title {
	color: #000000;
	/*background-color: #FFCC00;*/
	background-color: #65B6FF;
	/*background-color: #FFF4C8;*/
	background-color: #B9DEFF;
	font-weight: normal;
}
#content p.subsub-title2 {
	color: #469F9F;
	border-left-color: #51B3B3;
}
#content p.subsub-title3 {
	color: #DC5050;
	border-left-color: #E27070;
}
#content p.subsub-title4 {
	color: #5B8741;
	border-left-color: #76AC55;
}
#content p.subsubsub-title, #content p.subsubsub-title2, #content p.subsubsub-title3, #content p.subsubsub-title4 {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	font-weight: normal;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#content p.subsubsub-title2 {
	color: #3E8C8C;
}
#content p.subsubsub-title3 {
	color: #DC5050;
}
#content p.subsubsub-title4 {
	color: #5B8741;
}

#content p.dot {
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}
#content p.dot::before {
	content: "・";
	display: block;
	position: absolute;
	top: 20px;
	left: -7px;
	color: #3484B4;
	font-size: 30px;
	line-height: 0px;
}

/*-------目次------*/

#content h2.h2_mokuji {
	line-height: 22px;
	font-size: 18px;
	background-image: url(img/mokuji_title.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 0px;
}
.mokuji-top {
	background-color: #F3F3F3;
	padding: 15px;
	margin-bottom: 10px;
}
.mokuji-bg {
	background-color: #F7F7F7;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	border: 1px solid #FFF;
}
#content .mokuji-bg ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
}
#content .mokuji-bg li a {
	display: block;
	line-height: 20px;
	padding-left: 40px;
	color: #333;
	background-image: url(img/mokuji_li.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	text-decoration: none;
}
#content .mokuji-top li.mokuji_title {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 16px;
	color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C0E097;
	margin-bottom: 5px;
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}
#content .mokuji-top .mokuji_ul2 li.mokuji_title {
	border-bottom-color: #EC7979;
}
#content .mokuji-top .mokuji_ul3 li.mokuji_title {
	border-bottom-color: #4EADD6;
}
#content .mokuji-top .mokuji_ul4 li.mokuji_title {
	/*border-bottom-color: #FFA928;*/
	border-bottom-color: #65B6FF;
}
#content .mokuji-top .mokuji_ul5 li.mokuji_title {
	border-bottom-color: #7E62CA;
}
#content .mokuji-bg .mokuji_ul2 li a {
	background-image: url(img/mokuji-li2.gif);
}
#content .mokuji-bg .mokuji_ul3 li a {
	background-image: url(img/mokuji-li3.gif);
}
#content .mokuji-bg .mokuji_ul4 li a {
	background-image: url(img/mokuji-li4.gif);
}
#content .mokuji-bg .mokuji_ul5 li a {
	background-image: url(img/mokuji-li5.gif);
}
#content .mokuji-bg li a:hover {
	color: #000000;
	background-color: #FC0;
}
#content .mokuji-bg .mokuji_ul2 li a:hover {
	color: #D82525;
}
#content .mokuji-bg .mokuji_ul3 li a:hover {
	color: #1787BD;
}
#content .mokuji-bg .mokuji_ul4 li a:hover {
	color: #E38800;
}
#content .mokuji-bg .mokuji_ul5 li a:hover {
	color: #7050C5;
}
#content .mokuji-top .mokuji-bg div.mokuji_title, #content .mokuji-top .mokuji-bg div.mokuji_title2, #content .mokuji-top .mokuji-bg div.mokuji_title3 {
	font-size: 18px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-top: 10px;
}
#content .mokuji-top .mokuji-bg div.mokuji_title {
	background-color: #D84545;
	border-top-color: #B52626;
	border-bottom-color: #B52626;
}
#content .mokuji-top .mokuji-bg div.mokuji_title2 {
	background-color: #589400;
	border-top-color: #3C6400;
	border-bottom-color: #3C6400;
}
#content .mokuji-top .mokuji-bg div.mokuji_title3 {
	background-color: #666;
	border-top-color: #333;
	border-bottom-color: #333;
}
/*----各種リスト設定----*/

ul.list_reten, ul.list_plus, ul.list_grater, ul.list_maru, ul.list_osu {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
ul.list_reten li, ul.list_plus li, ul.list_grater li, ul.list_maru li, ul.list_osu li {
	font-size: 16px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/*--大なり＞--*/
ul.list_grater.yellow li {
	background-image: url(img/li01_01.gif);
}
ul.list_grater.blue li {
	background-image: url(img/li01_02.gif);
}
ul.list_grater.red li {
	background-image: url(img/li01_03.gif);
}
ul.list_grater.green li {
	background-image: url(img/li01_04.gif);
}
/*--レ点--*/
ul.list_reten.yellow li {
	background-image: url(img/li02_01.gif);
}
ul.list_reten.blue li {
	background-image: url(img/li02_02.gif);
}
ul.list_reten.red li {
	background-image: url(img/li02_03.gif);
}
ul.list_reten.green li {
	background-image: url(img/li02_04.gif);
}
/*--丸○--*/
ul.list_maru.yellow li {
	background-image: url(img/li03_01.gif);
}
ul.list_maru.blue li {
	background-image: url(img/li03_02.gif);
}
ul.list_maru.red li {
	background-image: url(img/li03_03.gif);
}
ul.list_maru.green li {
	background-image: url(img/li03_04.gif);
}
/*--十字--*/
ul.list_plus.yellow li {
	background-image: url(img/li04_01.png);
}
ul.list_plus.blue li {
	background-image: url(img/li04_02.png);
}
ul.list_plus.red li {
	background-image: url(img/li04_03.png);
}
ul.list_plus.green li {
	background-image: url(img/li04_04.png);
}
/*--オス--*/
ul.list_osu.yellow li {
	background-image: url(img/li05_01.png);
}
ul.list_osu.blue li {
	background-image: url(img/li05_02.png);
}
ul.list_osu.red li {
	background-image: url(img/li05_03.png);
}
ul.list_osu.green li {
	background-image: url(img/li05_04.png);
}
#container #content ul.yellow {
	background-color: #FFF;
}
/*-------チェックボックス-------*/

#content .checkbox-yellow, #content .checkbox-wine, #content .checkbox-blue {
	margin: 10px 5px 30px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .checkbox-yellow {
	background-color: #FFF8DB;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
}
#content .checkbox-wine {
	background-color: #FFF0EA;
	border-top-color: #E27070;
	border-right-color: #E27070;
	border-bottom-color: #E27070;
	border-left-color: #E27070;
}
#content .checkbox-blue {
	background-color: #EBF5F5;
	border-top-color: #51B3B3;
	border-right-color: #51B3B3;
	border-bottom-color: #51B3B3;
	border-left-color: #51B3B3;
}
/*-------トップ写真付き記事一覧-------*/
#content .topic article {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: block;
	padding: 5px;
	position: relative;
}
#content .topic article:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
#content .topic article img {
	float: left;
}
#content .topic article h2 {
	font-size: 16px;
	line-height: 22px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}
#content .topic article p {
	padding: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}
#container #content .topic a {
	color: #333;
	text-decoration: none;
}
/*-------関連ページ-------*/
.relation-navi dt {
	line-height: 22px;
	font-size: 18px;
	background-image: url(img/mokuji_title.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 18px;
	padding-bottom: 15px;
	background-color: #F6F6F6;
}
.relation-navi dd a {
	display: block;
	line-height: 20px;
	padding-left: 40px;
	background-image: url(img/mokuji_li.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	text-decoration: none;
	margin: 5px;
}
.relation-navi dd a:hover {
	background-color: #FFF8DB;
}
#content .topic article .btn_more {
	color: #FFF;
	background-color: #145A85;
	text-align: center;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content .topic a:hover article .btn_more {
	background-color: #0C8ABA;
}

/*
検索フォーム
----------------------------------*/
#container #side .g_search form input.g_form {
	border: 1px solid #DDD;
	font-size: 18px;
	line-height: 24px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#container #side .g_search form input.g_btn {
	border: 2px solid #DDD;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	background-color: #145A85;
	padding-right: 6px;
	padding-left: 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: top;
	letter-spacing: 2px;
}
#container #side .g_search form input.g_btn:hover {
	background-color: #0C8ABA;
	cursor: pointer;
}
#container #side .g_search {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

/*
Q&A
----------------------------------*/
#content .dl_qa dt {
	font-size: 17px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	/*background-color: #FFF4C8;*/
	background-color: #B9DEFF;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FC0;
	background-image: url(img/qa_q.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	line-height: 1.6!important;
}
#content .dl_qa dd {
	font-size: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(img/qa_a.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	line-height: 1.6!important;
}
#content h2.h2_mokuji.inpage {
	background-image: none;
	padding-left: 20px;
}
#content .inpage .mokuji-bg li a {
	background-image: url(img/mokuji_li2.png);
	padding-top: 7px;
	padding-bottom: 7px;
	background-position: 8px center;
}
#content .dl_qa dd p {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

/*
フォーム、テーブル
----------------------------------*/
form table.table_001 input,
form table.table_001 textarea {
	font-size: 16px;
	color: #333;
	padding: 2px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FAFAFA;
	margin: 10px;
min-width: 300px;
}

form input:focus,
form textarea:focus {
	background-color: #FFE;
	border-color: #555;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#content .chui {
	font-size: 12px;
	color: #E93838;
}
form input.btn_form {
	display: block;
	width: 80%;
	margin-left: auto;
	color: #FFF;
	background-color: #0E3F5C;
	text-align: center;
	margin-right: auto;
	border: 5px solid #EEE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	height: auto !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-appearance: none;
}
form input.btn_form:hover {
	color: #0E3F5C;
	background-color: #FFF;
	border-top-color: #0E3F5C;
	border-right-color: #0E3F5C;
	border-bottom-color: #0E3F5C;
	border-left-color: #0E3F5C;
}
table.table_001 td.td_head {
	background-color: #F6F6F6;
	text-align: center;
}
.table_001 .td_head .eng {
	font-size: 10px;
	color: #999;
}
.table_001 td {
	padding: 10px;
}

.ninja_onebutton {
margin-top: 15px;
margin-bottom: 15px;
}

