@charset "utf-8";



/* 基本設定
-----------------------------------------------------------------------------------------*/
body {
	background: #000000 url(../IMAGES/background.gif) repeat-x;
	background-position: right top 22px;
	margin: 0;
	padding: 0;
	/*	font-family: arial,"Osaka", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family:Verdana,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#toppage {
	background: #000000 url(../IMAGES/background_top.gif) repeat-x;
	background-position: right top 22px;
}

a:link {
	color:#ffffff;
}
a:visited {
	color:#ffffff;
}
a:active {
	color:#ffffff;
}
a:hover {
	color:#ff0000;
}
img {
	border:0;
	display : block;
	margin: 0;
	padding: 0;
}
.pc_none {
	display:none !important;
}
.red {
	color:#F33;
}
.yellow {
	color:#fff000;
}

/* デバイスの横幅が952以上の場合PC
--------------------------------------------------------*/
@media screen and (min-width:952px) {
a[href^="tel:"] {
    pointer-events: none;
}
}


/* page topボタン
-----------------------------------------------------------------------------------------*/
#pageTop {
    bottom: 70px;
    position: fixed;
    right:30px;
}
#pageTop a {
    background-color: #ffe800;
    border-radius: 50px;
    color: #000;
    display: block;
    font-weight: bold;
    height: 70px;
    opacity: 0.8;
    padding:20px 0;
    text-align: center;
    text-decoration: none;
    width:70px;
    z-index: 9999;
	box-sizing: border-box;
}
#pageTop a span {
	display:block;
	font-size:10px;
}
#pageTop a:hover {
    opacity: 1;
    text-decoration: none;
}

/* ヘッダー
-----------------------------------------------------------------------------------------*/
#header {
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	height:168px;
	overflow:;
}
#header h1 {
	position:absolute;
	top:8px;
	left:0;
	margin:  0;
	padding: 0;
	width: 700px;
	height:24px;
	font-size:10px;
	font-weight:normal;
	color: #999999;
	line-height: 120%;
	text-align : left;
	overflow:hidden;
}
#header #logo {
	position:absolute;
	top:35px;
	left:10px;
	margin:  0;
	padding: 0;
	width: 130px;
	height:76px;
	overflow:hidden;
}
#header #logo img {
	width:130px;
}
/*#header .tel {
	position:absolute;
	top:41px;
	left:499px;
	margin:  0;
	padding: 0;
	width: 451px;
	height:45px;
	overflow:hidden;
}*/
#header .head_hours {
	position:absolute;
	top:38px;
	right:0;
	margin:  0;
	padding: 0;
	width: 223px;
	overflow:hidden;
}
#header .head_hours img {
	width: 100%;
}
#header .head_rules {
	position:absolute;
	top: 80px;
	left: 680px;
	margin: 0;
	padding: 0;
	width: 250px;
	overflow:hidden;
}
#header .head_rules img {
	width: 100%;
}
#header .head_tel {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style:none;
}
#header .head_tel li {
	float:right;
	text-align:center;
	padding: 0;
	margin:0;
}
#header .head_hours_sp {
	display:none;
}
#header .head_link a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#header .head_link a:hover {
	color: #ffe700;
}
#header .english {
	position:absolute;
	top: 82px;
	left: 400px;
	margin:  0;
	padding: 0;
	overflow:hidden;
}
#header .used {
	position:absolute;
	top: 82px;
	left: 490px;
	margin:  0;
	padding: 0;
}
#header dl {
	position:absolute;
	top:80px;
	right:0;
	margin:  0;
	padding: 0;
	width: 275px;
	height:24px;
	overflow:hidden;
}
#header dl dt {
	position:absolute;
	top:5px;
	left:0;
	margin:  0;
	padding: 0;
	width: 78px;
	height:21px;
	overflow:hidden;
}
#header dl dd {
	position:absolute;
	top:0;
	right:0;
	margin:  0;
	padding: 0;
	height:24px;
	overflow:hidden;
}
#header dl dd form {
	margin:  0;
	padding: 0;
}
#header dl dd form .text {
	width: 206px;
}
#header dl dd form input[type="text"]  {
	border:1px solid #FC0;
    border-radius:2px;
    box-sizing: border-box;
	background: #FFFBEC;
	background: #FFFBEC url("../../IMAGES/img_searchlenz_s.png") no-repeat scroll 3px 0.3em;
	padding:2px 0 2px 25px;
}

/* mega menu*/
.head_menu {
    max-width: 1200px;
    margin: 0 auto;
	width: 1200px;
	position:absolute;
	top:116px;
	left:0;
	padding:0;
    margin: 0 auto ;
	z-index:1000;
}
.head_menu > li {
    float: left;
    height: 50px;
    margin: 0 auto;
    padding: 0;
	width:16.6666%;
	line-height:1.2;
    text-align: center;
    overflow: hidden;
    float: left;
    vertical-align: middle;
    font-weight: bold;
	display: table;
	box-sizing: border-box;
    border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.head_menu > li > a, 
.head_menu > li > label {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4b4b4b), color-stop(1.00, #030303));
	background: -webkit-linear-gradient(#4b4b4b, #030303);
	background: -moz-linear-gradient(#4b4b4b, #030303);
	background: -o-linear-gradient(#4b4b4b, #030303);
	background: -ms-linear-gradient(#4b4b4b, #030303);
	background: linear-gradient(#4b4b4b, #030303);
	border-right: 1px solid #000;
	overflow:visible;
}
.head_menu > li > a:hover {
    color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #656565), color-stop(1.00, #1f1f1f));
	background: -webkit-linear-gradient(#656565, #1f1f1f);
	background: -moz-linear-gradient(#656565, #1f1f1f);
	background: -o-linear-gradient(#656565, #1f1f1f);
	background: -ms-linear-gradient(#656565, #1f1f1f);
	background: linear-gradient(#656565, #1f1f1f);
}
.head_menu > li > label {
	width: 100%;
	height: 42px;
	color: #fff;
	padding: 0;
	box-sizing: border-box;
}
.head_menu > li > label:hover {
	color:#000;
	background:#FF0;
}
.head_menu > li > label:hover span {
	color:#000;
}
.head_menu > li > a span,
.head_menu > li > label span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #bbb;
}
li.menu__mega input#megalabel { /*チェックは見えなくする*/
    display: none !important;
}
li.menu__mega ul.menu__second-level { /*中身を非表示にしておく*/
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
li.menu__mega ul.menu__second-level li a:hover {
    background: #ccc;
}
li.menu__mega .menu__mega-label:after,
li.menu__mega .menu__mega-href:after { /* 下矢印 */
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
li.menu__mega .menu__mega-label:hover:after,
li.menu__mega .menu__mega-href:hover:after { /* 下矢印 */
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* floatクリア */
.head_menu:before,
.head_menu:after {
    content: " ";
    display: table;
}
.head_menu:after {
    clear: both;
}
.head_menu {
    *zoom: 1;	
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 43px;
    left: 0;
    box-sizing: border-box;
	display: flex;
	flex-flow: column wrap;
	max-width: 100%;
	max-height: 540px;
    width: 100%;
    padding: 20px 2%;
    background: #eee;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__mega:hover ul.menu__second-level { /*マウスオーバーで表示*/
    top: 43px;
    visibility: visible;
    opacity: 1;
}
li.menu__mega input:checked ~ .menu__second-level { /*クリックで表示*/
    top: 43px;
    visibility: visible;
    opacity: 1;
}
li.menu__mega ul.menu__second-level > li {
    width: 33.2%;
	padding:0;
    border: none;
	list-style:none;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
}

li.menu__mega ul.menu__second-level > li#mn_id_all > a {background-image:url(../../products/IMAGES/cate_all.svg); background-color:#bbb;}
li.menu__mega ul.menu__second-level > li#mn_id63 > a {	background-image:url(../../products/IMAGES/cate02_63.png);}
li.menu__mega ul.menu__second-level > li#mn_id70 > a {	background-image:url(../../products/IMAGES/cate02_70.png);}
li.menu__mega ul.menu__second-level > li#mn_id64 > a {	background-image:url(../../products/IMAGES/cate02_64.png);}
li.menu__mega ul.menu__second-level > li#mn_id65 > a {	background-image:url(../../products/IMAGES/cate02_65.png);}
li.menu__mega ul.menu__second-level > li#mn_id66 > a {	background-image:url(../../products/IMAGES/cate02_66.png);}
li.menu__mega ul.menu__second-level > li#mn_id67 > a {	background-image:url(../../products/IMAGES/cate02_67.png);}
li.menu__mega ul.menu__second-level > li#mn_id68 > a {	background-image:url(../../products/IMAGES/cate02_68.png);}
li.menu__mega ul.menu__second-level > li#mn_id69 > a {	background-image:url(../../products/IMAGES/cate02_69.png);}
li.menu__mega ul.menu__second-level > li#mn_id14 > a {	background-image:url(../../products/IMAGES/cate02_14.png);}
li.menu__mega ul.menu__second-level > li#mn_id72 > a {	background-image:url(../../products/IMAGES/cate02_72.png);}
li.menu__mega ul.menu__second-level > li#mn_id73 > a {	background-image:url(../../products/IMAGES/cate02_73.png);}
li.menu__mega ul.menu__second-level > li#mn_id74 > a {	background-image:url(../../products/IMAGES/cate02_74.png);}
li.menu__mega ul.menu__second-level > li#mn_id75 > a {	background-image:url(../../products/IMAGES/cate02_75.png);}
li.menu__mega ul.menu__second-level > li#mn_id77 > a {	background-image:url(../../products/IMAGES/cate02_77.png);}
li.menu__mega ul.menu__second-level > li#mn_id15 > a {	background-image:url(../../products/IMAGES/cate02_15.png);}
li.menu__mega ul.menu__second-level > li#mn_id18 > a {	background-image:url(../../products/IMAGES/cate02_18.png);}
li.menu__mega ul.menu__second-level > li#mn_id25 > a {	background-image:url(../../products/IMAGES/cate02_25.png);}
li.menu__mega ul.menu__second-level > li#mn_id20 > a {	background-image:url(../../products/IMAGES/cate02_20.png);}
li.menu__mega ul.menu__second-level > li#mn_id21 > a {	background-image:url(../../products/IMAGES/cate02_21.png);}
li.menu__mega ul.menu__second-level > li#mn_id24 > a {	background-image:url(../../products/IMAGES/cate02_24.png);}
li.menu__mega ul.menu__second-level > li#mn_id79 > a {	background-image:url(../../products/IMAGES/cate02_79.png);}
li.menu__mega ul.menu__second-level > li#mn_id80 > a {	background-image:url(../../products/IMAGES/cate02_80.png);}
li.menu__mega ul.menu__second-level > li#mn_id81 > a {	background-image:url(../../products/IMAGES/cate02_81.png);}
li.menu__mega ul.menu__second-level > li#mn_id23 > a {	background-image:url(../../products/IMAGES/cate02_23.png);}
li.menu__mega ul.menu__second-level > li#mn_id27 > a {	background-image:url(../../products/IMAGES/cate02_27.png);}
li.menu__mega ul.menu__second-level > li#mn_id22 > a {	background-image:url(../../products/IMAGES/cate02_22.png);}
li.menu__mega ul.menu__second-level > li#mn_id71 > a {	background-image:url(../../products/IMAGES/cate02_71.png);}

li.menu__mega ul.menu__second-level > li > a {
	display:block;
	text-align:left;
	background-repeat:no-repeat !important;
	background-size:13%;
	background-position:10px 10px;
	padding:15px 0 15px 70px;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	border-right:none;
	text-decoration:none;
}
li.menu__mega ul.menu__second-level > li#mn_id_all > a {
	background-size:10%;
}
li.menu__mega ul.menu__second-level > li a:hover {
	color:#F60;
	background-size:13%;
	background-position:10px 10px;
}
/*li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0;
}*/
li.menu__mega ul.menu__second-level > li:nth-child(10n) {
	border-bottom:none;
}
li.menu__mega ul.menu__second-level > li:nth-last-child(-n+8) {
	border-right:none;
}


#c_main .index_box01 {
	margin: 0 auto 25px auto;
	padding: 4px 0 16px 0;
	width:95%;
	background: url(../IMAGES/div_bg01.gif) no-repeat border-box left bottom/100%;
}
#c_main .view_box01 {
	margin: 0 auto 40px auto;
	padding: 0 0 24px 0;
	width:95%;
	text-align : center;
	background: url(../IMAGES/div_bg01.gif) no-repeat border-box left bottom/100%;
}

#c_main .index_category02 {
	margin:0;
	padding:0;
	overflow:hidden;
}
#c_main .index_category03 {
	padding:0;
	margin:0 0 20px;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#c_main .index_category03 li {
	list-style: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
	border-right: 1px solid #555;
	padding-right: 10px;
}
#c_main .index_category03 li a {
	text-decoration:none;
	display:block;
	padding:0;
	font-size:0.8em;
}
#c_main .index_category03 li a i {
	margin-right:7px;
	color:#ffe800;
}


/* 階層表示
-----------------------------------------------------------------------------------------*/
#c_main p#level {
	margin: 0;
	padding: 0 0 8px 0;

	width:100%;

	font-size:0.7em;
	color:#eeeeee;
	text-align : left;
}
#c_main p#level a {
	color:#eeeeee;
}
#c_main p#level a:hover {
	color:#ff0000;
}



/* フッター
-----------------------------------------------------------------------------------------*/
#footer {
	background: url(../IMAGES/footer_bg.jpg) repeat-x bottom #000;
	border-top: solid 1px #666;
	margin: 48px auto 0 auto;
	padding: 0;
	font-size:0.75em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	overflow:hidden;
}
#footer a {
	text-decoration:none;
}
#footer .footer_menu {
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
	padding:10px 0;
	border-bottom: solid 1px #666;
}
#footer .footer_menu ul {
	width:950px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	display: table;
    table-layout: fixed;
}
#footer .footer_menu ul li {
	display: table-cell;
	padding:3px 5px;
	margin:0;
	text-align:center;
	border-right: 1px dotted #666;
	white-space:nowrap;
}
#footer .footer_menu ul li:first-child {
	border-left: 1px dotted #666;
}
#footer .footer_inner {
	width:950px;
	margin:0 auto;
}
#footer h4 {
	margin:0 0 8px;
	font-size:14px;
}
#footer h4 img {
	display:inline;
	margin-right:10px;
	width: 130px;
}
#footer .footer_left {
	float:left;
	margin:10px 0 20px 0;
	padding:0;
	width:60%;
}
#footer .footer_left dl {
	line-height: 130%;
	margin:10px 0 0 0;
	padding:0;
	overflow:hidden;
}
#footer .footer_left dl dt {
	clear:both;
	float:left;
	width:80px;
	white-space: nowrap;
}
#footer .footer_left dl dd {
	float:left;
	margin:0 0 8px 10px;
}
#footer .footer_left ul {
	clear:both;
	margin:10px 0 0 0;
	padding:0;
}
#footer .footer_left ul li {
	text-decoration:none;
	list-style:none;
	padding:0 15px 0 0;
	line-height: 170%;
}
#footer .footer_left ul li a {
	background:url(../IMAGES/arrow_bg_thn.png) no-repeat left 1px;
	padding:0 0 0 15px;
	font-size:12px;
}
#footer .footer_right {
	line-height: 130%;
	float:right;
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
}
#footer .footer_right dl {
	line-height: 130%;
	margin:0;
	padding:10px 0 10px 50px;
	border-left:1px dotted #666;
}
#footer .footer_right dl dt{
	margin-top:13px;
}
#footer .footer_right dl dt a.js_mail{
	font-size:16px;
	font-weight:bold;
	color:#FF3;
}
#footer .footer_right dl dd{
	margin:3px 0 2px 0;
	padding:0;
	color:#FF3;
	font-size:20px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer .footer_right dl dd a {
	font-size:20px;
	color:#FF3;
}
#footer #copyright {
	clear:both;
	background-color:#000;
	width:100%;
	padding:10px 0 24px;
	border-top: solid 1px #FCEA4E;
	text-align : center;
	color:#666666;
	font-size:11px;
}

/*英文ページ*/
#english_page #header ul {
	top:115px;
}
#english_page #footer {
	background:none;
	border-top: solid 1px #FCEA4E;
	margin: 48px auto 0 auto;
	padding: 10px 20px 24px;
}
#english_page #footer #link {
	overflow:hidden;
	margin:0;
	padding:0;
}
#english_page #footer #copyright {
	border-top: none;
}
#english_page #footer #link li {
	float:right;
	text-decoration:none;
	list-style:none;
	padding:0 15px 0 0;
}
#english_page #footer #link li a {
	text-decoration:none;
	background:url(../IMAGES/h4_bg.gif) no-repeat left 1px;
	padding:0 0 0 15px;
}


/* コンテンツエリア
-----------------------------------------------------------------------------------------*/
#contents_area {
	margin: 20px auto 0 auto;
	padding: 0;

	width:1200px;
}
#contents_area:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#contents_area #c_main {
	margin: 0;
	padding: 0;

	width: 956px;

	float: right;
}
#contents_area #c_main h2 {
	margin: 0;
	padding: 0 0 20px 0;
}
/*#contents_area #c_main h2 img {
	width:100%;
	max-width:956px;
	height:auto;
}*/
/*#contents_area #c_main h3 {
	margin: 0;
	padding: 0 0 20px 0;
}*/

#contents_area #c_main h3 {
  margin: 0 0 30px 10px;
  padding: 10px 0 5px 15px;
  color: #fff;
  border-bottom: 1px solid #FF3;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(60, 60, 60) 100%);
}

#contents_area #c_main h3.txt {
	background: url(../IMAGES/h3_bg.gif) bottom left no-repeat;

	margin: 0 0 20px 0;
	padding: 8px 8px 8px 22px;

/*	height:27px;*/

	font-size:1.0em;
	color: #ffffff;
	line-height: 120%;
	text-align : left;
}
#contents_area #c_main h4 {
	background: url(../IMAGES/h4_bg.gif) top left no-repeat;

	margin: 0 auto 6px auto;
	padding: 0 0 0 14px;

	width:646px;

	font-size:0.9em;
	color: #ffffff;
	line-height: 120%;
	text-align : left;
}

#contents_area #c_sub {
	margin: 0 0 48px 0;
	padding: 1px 0 0 1px;

	width: 220px;

	float: left;
}
#contents_area #c_sub #bana {
	margin: 0 0 5px 0;
	padding: 0;

	width: 220px;

	list-style:none;
}
#contents_area #c_sub #bana li {
	margin: 0;
	padding: 0 0 11px 0;

	width: 220px;

	font-size:0.6em;
	color:#ffffff;
	line-height: 120%;
	text-align : right;

	zoom:0;
}
#contents_area #c_sub #bana li img {
	display : inline;
	vertical-align:top;
}
#contents_area #c_sub #bana li a {
	margin: 0;
	padding: 0;

	color:#ffffff;
}
#contents_area #c_sub #bana li a:hover {
	margin: 0;
	padding: 0;

	color:#FAFA01;
}
#contents_area #c_sub #services {
	margin: 0 0 10px 0;
	padding: 0;

	width: 220px;
}
#contents_area #c_sub #services dt {
	margin: 0;
	padding: 0;
}
#contents_area #c_sub #services dd {
	border-right: solid 1px #383838;
	border-bottom: solid 1px #383838;
	border-left: solid 1px #383838;
	background: url(../IMAGES/services_bg.gif) top left repeat;

	margin: 0;
	padding: 1px 0 5px 0;

	width: 218px;
}
#contents_area #c_sub #services dd ul {
	margin: 0 auto;
	padding: 0;

	width: 201px;

	list-style:none;
}
#contents_area #c_sub #services dd ul li {
	margin: 5px 0 5px 0;
	padding: 7px 5px 7px 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color:#ffffff;
	line-height: 120%;
	text-align: left;
	zoom: 0;
	background:#eee;
	border-radius: 2px;
}
#contents_area #c_sub #services dd ul li a {
	text-decoration:none;
	color:#000;
}
#contents_area #c_sub #services dd ul li a i {
	margin-right:8px;
}
#contents_area #c_sub #services dd ul li a i.fa-youtube {
	color:#F00;
}
#contents_area #c_sub #services dd ul li a i.fa-shopping-cart {
	color:#963;
}
#contents_area #c_sub #services dd ul li span {
	font-size:10px;
	display:block;
	margin-left:20px;
}
#contents_area #c_sub #services dd ul li img {
	display : inline;
	vertical-align:top;
}
#contents_area #c_sub #services dd ul li:first-child {
	background:#001c47;
	border:1px solid #fff;
}
#contents_area #c_sub #services dd ul li:first-child a {
	color:#fff;
}
#contents_area #c_sub #services dd ul li img.vr_mark {
	width:20px;
	margin-right:5px;
}
#contents_area #c_sub #menu {
    background: #222;
    border-radius: 3px;
    margin: 0 0 20px ;
    padding: 7px 10px 10px 10px;
    width: 200px;
    list-style: none;
}
#contents_area #c_sub #menu li {
	box-sizing:border-box;
	margin: 0 0 5px 0;
	padding: 7px 10px 7px 12px;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px solid #555;
	border-left: 3px solid #FF3;
}
#contents_area #c_sub #menu li img {
	display : inline;
	vertical-align:middle;
}
#contents_area #c_sub #menu li a {
	margin: 0;
	padding: 0;
	text-decoration:none;
}
#contents_area #c_sub #menu li a i {
	margin-right:8px;
	color:#FF3;
	display:;
}
#contents_area #c_sub #menu li a img {
	width:12px;
	margin-right:8px;
}
#contents_area #c_sub #menu li span {
	font-size:10px;
	margin:5px 0 0 8px;
	display: inline-block;
	color:#FF0;
}
#contents_area #c_sub #menu li a span {
	color:#FFF;
}
#contents_area #c_sub #menu li a span i {
	margin-right:3px;
}
#contents_area #c_sub #menu li a span#btn_join i {
	display:inline-block;
	color:#FF0;
}
#contents_area #c_sub #menu li div {
	margin-left:10px;
}
#contents_area #c_sub #bn_special {
	margin-top:0;
	padding:0;
}
#contents_area #c_sub #bn_special li {
	padding:0;
	list-style:none;
}
#contents_area #c_sub .ssl_seal {
	text-align:center;
	margin:20px auto 8px;
}
#contents_area #c_sub .ssl_seal img {
	margin:0 auto;
}
#contents_area #c_sub .ssl_seal p {
	width: 115px;
    margin: 5px auto;
    font-size: 10px;
    line-height: 1.2;
    color: #888;
    text-align: left;
}

/**空撮課閉鎖お知らせ**/
#contents_area #c_sub .drone_info {
	margin:10px auto 20px; 
}
#contents_area #c_sub .drone_info a {
	padding:7px 5px; 
	text-decoration:none; 
	text-align:center; 
	display:block; 
	border:1px solid #F00 ;
	font-size:12px; 
	color:#fff; 
	background:#000;
}

/* ページネーション
-----------------------------------------------------------------------------------------*/
.pagenate {
	margin: 0;
	padding: 24px 0 0 0;

    text-align: center;
}
.pagenate li {
    display: -moz-inline-box;/*for FF2*/
    display: inline-block;/*Modern Browser & FF3*/

	margin: 0;
	padding: 0;
}
    /* Windows IE6 only */
    * html .pagenate li
    {
        display: inline;
        zoom: 1;
    }
    /* Windows IE7 only */
    *+html .pagenate li
    {
        display: inline;
        zoom: 1;
    }
.pagenate .pn01 span {
	background: url(../IMAGES/pagenate_bg01.gif) top left no-repeat;

	display : block;

	margin: 0 2px;
	padding: 7px 0 0 0;

	width:27px;
	height:20px;

	font-size:13px;
	color: #000000;
	line-height: 100%;
	text-align : center;
	text-decoration:none;
	font-weight:bold;

	overflow: hidden;
}
.pagenate .pn02 a {
	background: url(../IMAGES/pagenate_bg02.gif) top left no-repeat;

	display : block;

	margin: 0 2px;
	padding: 7px 0 0 0;

	width:27px;
	height:20px;

	font-size:12px;
	color: #ffffff;
	line-height: 100%;
	text-align : center;
	text-decoration:none;

	overflow: hidden;
}
.pagenate .pn02 a:hover {
	text-decoration:underline;
}
.pagenate .pn03 span {
	display : block;

	margin: 0 2px;
	padding: 7px 0 0 0;

	width:36px;
	height:20px;

	font-size:12px;
	color: #666666;
	line-height: 100%;
	text-align : center;

	overflow: hidden;
}
.pagenate .prev a {
	display:block;

	background: url(../IMAGES/pagenate_prev_bg.gif) top left no-repeat;

	margin: 0 2px 0 2px;
	padding: 7px 0 0 22px;

	width:72px;
	height:20px;

	font-size:12px;
	color: #333333;
	line-height: 100%;
	text-align : left;
	text-decoration:none;

	overflow: hidden;
}
.pagenate .next a {
	display:block;

	background: url(../IMAGES/pagenate_next_bg.gif) top left no-repeat;

	margin: 0 2px 0 2px;
	padding: 7px 22px 0 0 ;

	width:72px;
	height:20px;

	font-size:12px;
	color: #333333;
	line-height: 100%;
	text-align : right;
	text-decoration:none;

	overflow: hidden;
}
.pagenate .prev a:hover,
.pagenate .next a:hover {
	text-decoration:underline;
}



/* フォーム
-----------------------------------------------------------------------------------------*/
#c_main .index_box02 table td input[type="text"] {
	font-size: 1.0em;
	padding:8px;
}
#c_main .index_box02 input[type="submit"] {
	padding:10px 20px;
}
.form_input_text40 {
	width:50px;
/*	font-size: 0.9em;*/
}

.form_input_text120 {
	width:120px;
/*	font-size: 0.9em;*/
}

.form_input_text150 {
	width:150px;
/*	font-size: 0.9em;*/
}

.form_input_text250 {
	width:95%;
/*	font-size: 0.9em;*/
}

.form_input_text300 {
	width:300px;
/*	font-size: 0.9em;*/
}

.form_input_text450 {
	width:450px;
/*	font-size: 0.9em;*/
}

.form_text_area450_140 {
	width: 95%;
	height: 140px;
	line-height:1.5;
	font-size: 0.9em;
}

.form_text_area660_150 {
	width: 95%;
	height: 150px;
	line-height:1.5;
	font-size: 0.9em;
}
#c_main .index_box02 table td select {
	font-size:1.0em;
	margin: 5px 0;
    padding: 2px 5px;
}

/* リンク
-----------------------------------------------------------------------------------------*/
.link_ico a {
background-repeat:no-repeat;
background-position: left center;
padding:0 0 0 30px;
}
.link_ico a[href$=".pdf"] {
background-image: url("../IMAGES/icon_pdf.png")
}
