@charset "utf-8";

img {
	border-style: none;
	vertical-align:middle;
}

h2{
	margin: 0 5px;
	padding: 0;
}
h3{
	background-image:url(../image/header_base.gif);
	line-height:30px;
	margin:5px 10px;
	padding: 0;
}


h4 {
	margin: 5px;
	padding: 5px 10px;
	border-radius: 3px;
	background: #d4e4ff;
	background: -moz-linear-gradient(top, #d4e4ff, #fcfeff);
	background: -ms-linear-gradient(top, #d4e4ff, #fcfeff);
	background: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0.00, #d4e4ff),
	color-stop(1.00, #fcfeff)); 
	background: linear-gradient(top, #d4e4ff, #fcfeff);
	background-clip: padding-box;
	opacity: 0.75;
	line-height: 25px;
	border-bottom: 1px solid #cde;
	font-size:14px;
}
h3, h4{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h2 img {
	margin: 5px 0;
}

a {
	text-decoration:none;
}

#other_menu {
	margin: 7px 0;
	margin-top: 25px;
	width: 200px;
	float: right;
	text-align: right;
}

#other_menu li {
	font-size: 10px;
	list-style-image: url(../img/p_02.jpg);
	margin-left: 20px;
	float: left;
	list-style-position: inside;
	list-style-type: none;
}
.right{
	text-align: right;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}
.clear{
	clear: both;
}

.info {
	width:430px;
	margin:auto;
	padding:10px;
}

.mg_t15 {
	margin-top:15px;
}

.mg_l15{
	margin-left:15px;
}

.mg_l350{
	margin-left:350px;
}


.pd5 {
	padding:5px;
}

.pdl_25 {
	padding-left:25px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
	line-height:24px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lineheight {
	line-height:12px;
}

.Gothic {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#E404 {
	margin:50px auto;
	width:650px;
	font-weight:bold;
	line-height:200%;
}

.error {
	font-size:16px;
}

#E404 .error:before{
	display: inline-block;
	content:url(../img/warnign.jpg);
	margin-right:10px;
	vertical-align: middle;
}

.link {
	margin:30px;
	padding:30px 130px;
}

.link a {
	margin-right:50px;
}

/*-- DDMenu --------------------*/
#dropmenu{
	clear: both;
	display: block;
	height: 50px;
	text-align: right;
	list-style-type: none;
	margin: 0 auto;
	width: 940px;
	padding: 0 0 0 50px;
	z-index: 1000;
}

#dropmenu ul {
	width: 940px;
	position: relative;
	height: 45px;
	margin: 0;
	padding: 2px 0;
	border: 0;
	border-radius: 5px;
	border-left: solid 1px #eaf2f9;
}

#dropmenu ul > li {
	float: left;
	height: 45px;
	width: 169px;
	line-height: 45px;
	position: relative;
	background: #fff;
	text-align: center;
	list-style: none;
	margin: 0;
	border-right: solid 1px #eaf2f9;
	z-index: 900;
}

#dropmenu ul:first-child > li:first-child, #dropmenu ul:first-child > li:first-child ul {
	width:209px;
}

#dropmenu ul > li a {
	display: block;
	color: #333;
	padding: 0 10px;
}

#dropmenu ul > li a:hover {
    color: #999;
}

#dropmenu ul> li:hover {
    background: #eaf2f9;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 下矢印 */
#dropmenu ul > li a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
#dropmenu ul:after {
    clear: both;
}

#dropmenu ul {
    *zoom: 1;
}

#dropmenu li ul {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	min-width: none;
	position: absolute;
	width: 169px;
	background: #eaf2f9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 0;
	border-radius: 0 0 5px 5px;
}

#dropmenu ul > li:hover ul {
    top: 45px;
	left:0;
    visibility: visible;
    opacity: 1;
}

#dropmenu ul > li li {
    border-top: 1px solid #fff;
	margin:0;
	width:100%;
    background: #eaf2f9;
}

#dropmenu ul > li li a:hover {
    background: #c2d9ee;
	color:#fff;
    transition: all .5s;
}

#dropmenu ul > li li a:after {
    display: none;
    margin: 0;
}
/* ------------------------------------------------------

#dropmenu ul ul {
	float:none;
	display: none;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	border-bottom: 1px solid #bdd3e5;
	 filter: alpha(Opacity=85);
	opacity: 0.8;

}

#dropmenu li ul a {
	background: #d5e7f5;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.8em;
	padding: 5px 10px;
	width: 158px;
	border: 1px solid #bdd3e5;
	border-bottom: 0;
	text-align: left;
}

/* ------------------------------------------------------ 

#dropmenu li:hover > a,
#dropmenu a:focus {
	background: #bdd3e5;
	 filter: alpha(Opacity=85);
	opacity: 0.8;
}

#dropmenu ul ul :hover > a,{
	background: #efefef;
}

#dropmenu li:hover > a,
#dropmenu a:focus {
	background: #bde; /* Show a solid color for older browsers 
	color: #373737;
}
#dropmenu ul li:hover > ul {
	display: block;
}
/*------------------------------------------------------*/


nav {
	font-size: 12px;
	margin: 0;
	padding: 5px;
	width: 100%;
	text-align: center;
	height: 20px;
	color: #47a;
	clear: both;
	border-top: 3px solid #e2ebf3
}

nav ul{
	list-style: none; 
	margin: 0 auto;
	padding: 0;
	width:950px;
	text-align:left;
}

nav li {
	float:left;
	padding: 0 5px;
	line-height: 20px;
	margin: 0;
}

nav li:after {
	content:"＞";
	margin-left:5px;
}

nav li:last-child:after {
	content:"";
}

nav img{
	vertical-align:top;
	margin:0;
}

nav a {
	margin-right:10px;
}

nav a:hover {
	text-decoration:underline;
	opacity: 0.6;
}

/*----------------------------------------------------*/
#content{
	width: 780px;
	margin: 0 5px;
	float: left;
	padding: 5px 0;
	border: 1px solid #cde;
	border-radius: 5px;
	min-height: 500px;
}

#content + p.toform {
	width:200px;
	margin:10px 0 0 2px;
	float:left;
}

#main div#content:first-child {
	width: 960px;
}

#content h2 {
	width:100%;
	margin:0;
}

#content h2 img {
	padding-left:10px;
}

#content h3, .content_list dt a, .toFAQ a{
	position:relative;
	display: block;
	padding: 7px 0px 5px 30px;
	background: #d0dfee;
	color: #444;
	border-radius:15px 0px 0px 15px;
	line-height:20px;
}
 
#content h3 img {
	margin:0;
}

#content h3:after, .content_list dt a:before, .toFAQ a:before{
	content:'';
	display:block; 
	position:absolute;
	width:13px;
	height: 13px;
	top:9px;
	left:7px;
	background: #fff;
	border-radius: 10px;
}

.content_list dt a, .toFAQ a{
	border-radius:0;
	overflow:hidden;
	padding-left:25px;
}

.content_list dt a:before{
	content:'';
	display:block; 
	position:absolute;
	width:10px;
	height: 10px;
	top:11px;
	left:7px;
	background: #fff;
	border-radius: 0;
}

.content_list dt a:after,  .toFAQ a:after{
	content: ' ';
    position: absolute;
    right: 12px;
    top: -2px;
	width: 22px;
    height: 22px;
    border-top: 14px double #fff;
    border-right: 14px double #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: .3s;

}

.content_list dt a, .toFAQ a{
	font-weight:bold;
	transition: .3s;
}

.content_list dt a:hover, .toFAQ a:hover {
	background: #ffee7c;
}

.content_list dt a:hover:after, .toFAQ a:hover:after{
	border-left-color:#ffee7c;
}

.toFAQ a:hover:after{
	border-top-color:#FA9;
	border-right-color:#FA9;
}

.box, .content_list {
	width: 730px;
	margin: 15px auto;
	padding: 5px 0;
	overflow: hidden;
}

#main div#content:first-child .box {
	width: 850px;
}

.box img {
	margin: 8px;
}

.box h4 > img, .box img.mg0, .mg0 {
	margin:0;
}

.content_list {
	width: 700px;
	margin: 15px auto;
	padding: 5px 0;
	overflow: hidden;
}

.content_list dt, .content_list dd {
	margin:20px auto;
}

.content_list dd {
	padding: 5px 5px 30px 20px;
	margin-left:20px;
	border-bottom:#d0dfee solid 1px;
}

.content_list dd p {
	margin:5px 0;
}
p.red {
	margin-right:0;
	color:#C00;
}

ul.nomal {
	margin: 5px 10px;
	margin-left: 22px;
	list-style-type: square;
	padding: 5px 0 0 20px;
	list-style-position: outside;
}

ul.nomal li {
	margin: 7px 0;
	padding:0;
}

ul.jump{
	width:100%;
	background:#069;
	color:#FFF;
	font-weight:bold;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:20px 0;
	padding-left:1.5em;
}

ul.jump li {
	float:left;
	padding:10px 25px;
	margin:0 10px;
	display:block;
	position:relative;
}

ul.jump li.sol {
	padding-right:13px;
}

ul.jump li:before {
	content: '';

	display: block;
	position:absolute;
	top:16px;
	left:0;
    width: 4px;
    height: 4px;
    margin: 0 0 0 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

/*ul.jump li:after {
	content: '';
	position:absolute;
	width: 14px;
	height: 13px;
	border: #fff 1px solid;
	border-radius: 100%;
	top:12px;
	left:5px;
}*/
.jump li a, .jump li a:visited {
	color:#fff;
}

.jump a:hover {
	text-decoration:underline;
}

p.center + ul {
}

.arr_box {
	width:730px;
	margin:5px 0;
	padding:0;
	overflow: hidden;
}

.arr_box p{
	margin:0;
	padding:3px 5px;
	border-top:1px solid #CCC;
}

.arr_box div p:nth-child(2n+1){
	background:#fffdf2;
}

.arr_box div p:first-child{
	border:0;
	text-align:center;
	padding:5px;
	background:#fdecb3;
	font-weight:bold;
}

.arrow_left {
	width:400px;
	float:left;
	border:1px solid #ffd265;
	position:relative;
}

.arrow_left:before {
	content: "";
	position:absolute;
	top:30%;
	left: 410px;
	width: 0;
	height: 0;
    width: 0; 
	height: 0;
	border: 50px solid transparent;
	border-left: 19px solid #ffd265; 
} 

.arrow_right {
	width: 290px;
	float: right;
	border:1px solid #ffd265;
}

.forksbox .arr_box {
	width:720px;
}

.forksbox .arrow_left, .forksbox .arrow_right {
	width: 340px;
}

.forksbox .arrow_left:before {
	left:350px;
}

#content .catch {
	background-color: #fffdea;
	color: #006;
	padding: 5px;
	text-align: center;
	border: dashed 1px #f1f599;
}

.forksbox{
	width: 720px;
	margin: 10px auto;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: #CDE solid 1px;
}

article.forksbox {
	width:700px;
	padding:0;
	border-bottom:0;
}

.forksbox:last-child{
	border-bottom:0;
}

.forksbox h3{
	margin:5px;
}

article h4 {
	margin:20px 5px;
}

p{
	margin: 10px 18px;
	text-align: left;
	line-height: 1.8em;
}

h3 + p {
	margin:20px;
	padding-left:10px;
}

p.supp {
	font-size: 14px;
	margin: 0 35px;
	color:#336;
}

p.supp img {
	vertical-align: text-bottom;
	margin: 0px 10px;
}

p.list {
	padding-left:1.3em;
	position:relative;
}

p.list:before{
	content: "●";
	position: absolute;
	color: #FFCC00;
	left: 0;
}

.arr_box p.list:before{
	content: "■";
	color:#9CC;
	left:2px;
}

.paragraph {
	padding-left:1em;
}

table, dl.table, ul.table {
	width: 670px;
	margin: 5px auto;
	border-collapse: collapse;
	border: 1px solid #cde;
}

#content h3 + table {
	margin-top:20px;
}

table.after_link, table.after_link td{
	border:0;
}

caption {
	text-align: left;
	font-size: 14px;
	margin: 5px 0;
	padding: 0 10px;
	font-weight: bold;
	color: #666;
	border-left: 12px solid #FC0;
}

th, td {
	border: 1px solid #cde;
	padding: 15px 7px;
}

th{
	background: #eaf2f9;
	color: #666;
	text-align:center;
}

.package th {
	background: #eaffff;
}

.list > caption {
	font-size:15px;
	color: #006;
	padding:5px 0 0 5px;
	border:0;
}

.list > caption:before {
	content:'■';
	color: tomato;
	margin: 5px 5px 0 0;
	font-size:16px;
}

table + .list > caption{
	margin-top:10px;
	padding-top:10px;
	border-top: #9CF 1px dashed;
}

#option h5 {
	width: 660px;
	margin: 0 auto  1px  auto;
	padding: 7px 10px 5px;
	border: 0;
	background-color: #a8bfdb;
	cursor: pointer;
}

#option p + h5 {
	margin-top: 20px;
}

#option h5::after{
	content:'▼';
	transition: .3s;
}

#option h5.active::after{
	content:'▲';
	transition: .3s;
}

#option table {
	width: 675px;
	margin-bottom: 10px;
}

#option caption.bottom {
	font-size: 12px;
	padding: 5px;
	border-left: 0;
	caption-side: bottom;
	font-weight: normal;
	color: #090e15;
	margin: 0;
}

#option table.w500 {
	width:500px;
}

#option table:last-child {
	margin-bottom: 30px;
}

#option table td {
	padding: 5px;
}

#option table td p{
	margin:5px 5px 5px 10px;
}

.option {
	padding-top:10px;
}

.option th {
	background: #eaeaf9;
}

.forksbox td, .forksbox th{
	padding: 5px;
}

td p {
	margin:5px 10px;
}

td dl{
	margin:0;
}

td dt {
	margin: 0;
	float: left;
	width: 2.4em;
	text-align: center;
}

td dd {
	margin-left: 2.6em;
}

td ul{
	padding-left: 2.3em;
	margin: 5px auto;
}
.flexbox{
	display: flex;
	justify-content: space-between;
	padding: 1em 0;
}
 
.em_dl{
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	background: #FFF7DC;
}
.em_dl dt, .em_dl dd{
	margin: 0;
	padding:6px 10px 5px 10px;
	width: 100%;
	box-sizing: border-box;
}

.em_dl dt{
	background: #FFD8A1;
}

.dl.table, ul.table {
	width: 630px;
	padding:0;
	line-height:20px;
}

.table dt{
	width:20px;
	padding:10px 0;
	float:left;
}

.table dd {
	width:600px;
	padding:10px 5px;
	margin: 0 0 0 20px;
}

ul.table li {
	list-style:none;
	padding:10px 10px 10px 25px;
	margin: 0;
}


ul.table li:before{
	display: block;
	content: "・";
	width: 0;
	height: 0;
	margin-left: -15px;
}

dl.table dt:nth-child(4n+3), dl.table dd:nth-child(4n), ul.table li:nth-child(even){
	background: #e1eaf3;
}

.after_link {
	margin:10px auto;
	text-align:center;
}

.after_link a {
	width: 400px;
	background-color: #2da2c8;
	border-radius: 5px;
	border-bottom: 5px solid #3080ae;
	line-height: 25px;
	padding: 7px 15px 3px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	box-shadow: #CCC;
	position: relative;
}

.after_link a:after {
	content:"";
	position:absolute;
	top:14px;
	right:10px;
	border: 5px solid transparent;
	border-left: 10px solid #fff; 
	width: 0;
	height: 0;
}

.after_link img {
	margin:0;
	vertical-align:text-bottom
}


.after_link a:hover {
	background-color: #83bdd0;
	border-bottom-color: #7ab1d0;
}

.sample {
	padding:3px 10px;
	border:1px solid #bCC;
	background:#71aedc;
	background: -webkit-linear-gradient(
	#2775bf 0%,
	#b5e3f2 70%,
	#4387c4 100%
);
background: linear-gradient(
	#eee 0%,
	#ffffff 34%,
	#e2e2e2 100%
);
}

.width {
	margin:25px auto 10px;
	width:800px;
	line-height:2em;
}

.width p {
	margin: 15px 10px 15px 20px;
}

.width p.plugin {
	padding-left: 25px;
}

.width p.plugin img {
	vertical-align:text-bottom;
}

.width div {
	margin: 15px 15px 15px 25px;
}

.width h5 {
	padding: 0 5px;
	font-size: 14px;
}

#content .width table {
	border-width:2px 0;
	width:700px;
}

#content .width table th, #content .width table td {
	border:0;
	border-bottom:1px dashed #ccc;
}

#content .width table th {
	text-align: left;
	width: 150px;
}
.width table th p.required {
	position:relative;
	border-top:0;
	width:100%;
	height:100%;
	margin:0;
}

.width table th p.required:after {
	content:"必須";
	background-color: #C00;
	position:absolute;
	right:0;
	top:2px;
	padding:1px 3px;
	line-height:18px;
	color:#fff;
	font-size:12px;
	border-radius:3px;
}

.width td  ul {
	list-style:none;
	margin:0;
	padding:0;
}

input[type="text"], textarea {
	line-height: 18px;
	padding: 2px 5px;
	border:1px solid #999;
}

.address, textarea {
	width:97%;
}

textarea {
	height:6em;
}

#zipcode1 {
	width:50px;
}

#zipcode2 {
	width:65px;
}


label {
	vertical-align:middle;
}

label + label {
	margin-left:30px;
}

label input[type="text"] {
	margin-left: 5px;
	width: 35%;
}

input[type="submit"] , input[type="button"], input[type="reset"] {
	padding:3px 10px;
	margin:15px;
}

.w600, table.w600 {
	width:600px;
}

.w500, table.w500 {
	width:500px;
}

.w420 {
	width:420px;
}

.w380, table.w380, #option table.w380 {
	width:380px;
}

.w350, table.w350 {
	width:350px;
}

.w300 {
	width:300px;
}


.w250 {
	width:250px;
}

ul.down{
	list-style-type: none;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	font-size: 12px;
	width: 282px;
}

ul.down li{
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	border:0;
	background-image: url(../img/down.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
ul.down li p{
	border:#00F dotted 1px;
	border-bottom:0;
	margin:0;
	padding: 5px;
}

ul.down .last {
	background-image:none;
}
ul.down .last p {
	border:#00F dotted 1px;
}

table + table, ul + table, table + .download {
	margin-top:20px;
}

table.stripe tr td {
	background-color:#fcfcff;
}

table.stripe tr:nth-child(even) td {
	background-color:#fff;
}

ul.imgtext {
	margin-top: 0;
	margin-left: 10px;
	list-style: none;
	text-align: center;
	float: left;
	padding:10px;
}

ul.imgtext li {
	margin-bottom:10px;
	padding:5px;
	border:1px solid #ccccff;
	background: #ffffcc;
	font-size:12px;
}

ul.web {
	list-style: none;
	text-align: center;
	margin:10px 15px;
	padding:0;
}

ul.web li {
	margin: 10px 0;
	padding: 5px;
	width: 220px;
	float: left;
	font-size: 12px;
}

dl.web {
	margin:15px;
}

dl.web dt{
	font-weight:bold;
	padding:3px 8px;
	border-bottom:1px dashed #969;
}

dl.web dd {
	margin:8px;
}

p.download {
	border:1px solid #9CF;
	padding:5px 10px;
	width:500px;
	margin:5px auto;
}

td.download {
	width:93px;
	padding-left:10px;
}

.download a, a.down {
	padding: 5px 0 5px 19px;
	line-height: 18px;
	position: relative;
	text-decoration: underline;
	font-weight: bold;
}

.download a {
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

p.download a {
	float:right;
	width:70px;
	padding:0 0 0 18px;
}

.download a:before, a.down:before{
	content: "";
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 3px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 5px;
}
.download a:after, a.down:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
	position:absolute;
    margin: 0 0 0 10px;
    border-right: 2px solid #449;
    border-bottom: 2px solid #449;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	left:-6px;
	top:8px;
}

table.support .download a:before{
	top:3px;
}

table.support .download a:after{
	top:6px;
}

p.download a:before{
	top: 1px;
}

p.download a:after{
	top: 4px;
}

a.pdf {
	display: inline-block;
	font-weight:bold;
	text-decoration: underline;
}

a.pdf:before{
	display:inline-block;
	content:url(../img/pdf_file.gif);
	vertical-align: middle;
	margin-right:3px;
}

.download a:hover, a.down:hover, a.pdf:hover {
	color:#CCC;
}

 a.pdf:hover:before {
	 opacity: 0.4
 }
 
.block{
	width: 570px;
	overflow: hidden;
	margin: 10px auto;
	border: 1px solid #cde;
	padding: 10px;
	border-collapse: inherit;
}

.block ul {
	margin:0;
	padding-left:1.5em;
	list-style-position:outside
}

table.support {
	width: 710px;
	font-size: 12px;
	line-height: 18px;
}

table.support td {
	text-align: center;
	padding: 7px 2px;
}

table.support tr td:first-child{
	text-align:left;
}

table.support td.download {
	width: auto;
	text-align:left;
	padding-left:8px;
}

.box td img {
	margin:0;
	vertical-align:text-bottom;
}
.border {
	border:1px solid #36C;
}

.border_bl {
	border:1px solid #009;
}

p.border_bl{
	padding: 5px;
	margin: 10px;
}

.half {
	width: 325px;
	float: left;
	margin: 10px;
	padding: 5px 2px;
}

p.half {
	margin-left:20px
}

p.half + p.half{
	margin-left:5px
}

.half p {
	margin:0 0 0 8px;
}

.half ul {
	margin-top: 0;
	margin-bottom:0;
	padding: 5px 10px;
	font-size: 12px;
}

.half li {
	margin: 1px 5px;
	text-align: left;
}
.comments {
	font-size:12px;
	margin-left:1em;
	text-align:center;
}

.b_line {
	border-bottom: 2px dotted #999999;
	padding-bottom:15px;
	margin-bottom:15px;
}

div.b_line {
	overflow:hidden;
	margin:15px 10px;
}

.Qu:first-letter, .An:first-letter {
	font-size:40px;
	color:blue;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}

.An:first-letter, .red {
	color:red;
}

.Qu {
	line-height:40px;
	margin:0 15px 5px 15px;
	padding:0 18px;
	background:#f9fcff;
}

.An {
	padding:0 15px;
}

.An + p{
	padding-left:60px;
	padding-bottom:10px;
	margin:5px 15px 0 15px;
}

.forksbox p:nth-first-child {
	margin-top:2em;
}

/*--ニュース用--*/

#news {
	width: 720px;
	margin: 10px auto;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: #CDE solid 1px;
}

#news p{
	display: block;
	position: relative;
	margin: 25px 30px;
	padding-left: 30px;
}

#news h3 + p{
	margin-top:40px;
}

#news p:before {
	display: block;
	content: "";
	position: absolute;
	top: 9px; 
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 9px solid #F60; 
	background: #fff;
}

/*サイトマップ用*/

.map, .map ul  {
	padding:0;
	margin:0;
}

.map li {
	margin:10px;
	list-style:none;
}
.map li p{
	font-size: 15px;
	line-height: 25px;
	background-color: #eef;
	margin: 0;
	padding-left: 15px;
	padding-top: 3px;
	border-bottom: 3px double #009;
	font-weight: bold;
}

.map li ul {
	background: #fff;
	overflow: hidden;
	padding-left: 15px;
}
.map li li {
	font-size: 13px;
	float: left;
	margin: 1em;
	position: relative;
	padding-left: 15px;
	background: #fff;
	min-width: 140px;
}

.map li li:last-child {
	margin-right:0;
	min-width:120px;
}


.map li li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 7px; 
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 9px solid #069; 
	background: #fff;
} 


.map li ul + ul {
	margin-left:1.5em;
}

.map li ul + ul li{
	min-width: 90px;
	margin-top: 0px;
}

.map li ul + ul li a:before {
	border:0;
	width:5px;
	height:5px;
	background:#069;
	top: 9px;
}

.map li a:hover, .link a:hover {
	text-decoration:underline;
	color:#36F;
}

.center {
	text-align:center;
}

.centering {
	margin-left:auto;
	margin-right:auto;
}

.bg_c{
	background-color:#FFc;
}


.border_dash {
	border: 1px dashed #9CF;
	padding:5px;
}

/*--タブ--*/

#tab{
	width: 720px;
	padding: 0;
	margin-left: 8px;
}

#tab ul {
	margin:0;
	padding:0;
}

#tab li{
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 3px 15px;
	line-height: 22px;
	position: relative;
	bottom: -1px;
	font-weight:bold;
    border:1px solid #ddd;
    background:#eee;
    cursor: pointer;
	margin-top:5px;
}

#tab li.current{
	border-bottom-color: #fff;
	background-color: #fff;
	z-index: 1;
	border-top: 3px solid #4B80B6;
	padding-top: 3px;
	line-height: 25px;
	margin-top:0;
}

#tab_box {
	/* [disabled]min-height: 380px; */
	width: 720px;
	margin: 0 auto 0 8px;
	clear: both;
	overflow: hidden;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/*-------------------------------------------------*/
aside {
	width: 200px;
	float: right;
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	border: solid 1px #b2cde5;
	border-radius: 3px;
	background: #d0dfee;
	padding: 3px 0;
	font-family: "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
}
aside h2{
	padding:7px 5px 0 5px;
	margin: 0 0 1px 10px;
	color: #069;
	font-size: 14px;
	border-bottom:1px solid  #b2cde5;
}

aside h2:nth-of-type(2){
	border:0;
	margin:0 0 1px 0;
	padding:0 0 0 15px;
	font-family:"Century Gothic";
	font-size:12px;
}

aside ul{
	width: 190px;
	margin: 5px;
	padding: 1px 0 0 0;
	background-color: #fff;
	list-style: none;
	overflow: hidden;
	border-radius: 3px;
}

aside ul li {
	font-size: 12px;
	list-style: none;
	overflow: hidden;
	width:180px;
	margin: 5px;
	padding: 0;
	line-height: 40px;
	height: 40px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1); 
}

aside ul li.this{
	position: relative;
	padding: 0 0 0 15px;
	font-weight:bold;
	border-bottom: 1px solid #CCC;
	color:#036;
	background-color: #e5eef6;
}

aside ul li a{
	display: block;
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0 0 0 15px;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

aside ul li a:before {
	display: block;
	content: " ";
	position: absolute;
	top: 0; 
	left: 0;
	width: 8px;
	height: 100%;
	transition: .3s;
	z-index: -1;
	background: #bfd5e9;
} 

aside ul li a:hover{
	font-weight:bold;
}

aside ul li a:hover:before {
	background: #ffe788;
}

aside ul ul{
	margin: 0;
	border: 0;
	padding: 0;
}

aside ul ul li{
	line-height: 30px;
	height: 30px;
	border-bottom:1px dashed #f3f6fa;
	box-shadow:none;
}

aside ul ul li a{
	background-color: #fff;
	padding: 0 30px;
}

aside ul ul li a:hover {
	background-color: #fff;
} 


aside ul ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%; 
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #069; 
	background: #fff;
} 

aside ul ul li a:hover:before {
	border-left-color:#FC0;
	background-color: #fff;
}


/*-- フォーム用　--*/

h5 {
	font-size:14px;
	border-bottom:3px double #6699FF;	
}

label.error {
	color:#C00;
	font-size:11px;
	line-height:15px;
}

input[type="text"].error, select.error {
	border: red 1px solid;
}

p.error_messe{
	margin:5px 0;
	color:red;
	text-align:center;
}

form table.font14 th, form table.font14 td {
	font-size:14px;
}


/*--　　--*/

.width div h5 {
	border-bottom-color:#999;
	margin-left:1em;
	margin-bottom:5px;
}

.width div p {
	margin-left:2em;
}
