@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", meiryo, "ＭＳ Ｐゴシック" ,sans-serif;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", meiryo, "ＭＳ Ｐゴシック" ,sans-serif;
}

/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
#right p {
	font-size:14px;	
}

body > h1 {
	display: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
}
/*h1ロゴの設定*/
header h1 {
	/*padding: 20px 0px 20px 0px;*/	/*上、右、下、左側へあける余白*/
}
header h1 img {
	width: 85%;	/*画面に対して画像を70％の幅に*/
	height: auto;
}

/*#header {
	height:140px;
}

#header #smenu_t {
	position:absolute;
	right: auto;
	top: 90px;
	height:53px;
	width:100%;
	text-align:center;	
}*/
#header {
	height:67px;
	margin-bottom:0;
	min-height: 67px;
}
#header h1 {width:100%; text-align: left; /*margin-top:10px;*/}
#header h1 img {
	width: 80%;	/*画面に対して画像を70％の幅に*/
	height: auto;
	padding-left:10px !important;
	padding-top:6px;
}
#header h1 span { display:none;}

#main_in { /*display:none;*/
	margin-bottom:0px;}




/*#maint,
#maint_news,
#maint_outline,
#maint_products,
#maint_recommend,
#maint_service,
#maint_coin,
#maint_area {
	background:url(bg_title_none.jpg)  no-repeat top center;
	background-color:#8ABEE6;
	margin-bottom:40px;
}*/



#maint h1.title,
#maint_news h1.title,
#maint_outline h1.title,
#maint_products h1.title,
#maint_recommend h1.title,
#maint_service h1.title,
#maint_coin h1.title,
#maint_area h1.title,
#maint_rec01 h1.title,
#maint_rec02 h1.title,
#maint_rec03 h1.title {
	font-size:26px;
	padding:18px 0 15px;
}


#main_stage {
	margin-bottom:20px;
}

.utility { display:none;}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
  #menu{
    display: none;
	float: left;
	width: 100%;
	z-index:99999;
	top:0;
	left:0;
  }
/*メニューブロック全体の設定*/
nav#menu ul {
	margin-top:70px;
	border-top: 1px solid #dcdcdc;	/*メニューブロックの上側の線の幅、線種、色*/
	margin-bottom: 0px !important;
	/*z-index:100;*/
	float: left;
	width: 100%;
	background-color:rgba(255,255,255,0.9);
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: none;
	width: 100%;	/*メニュー幅*/
	margin-bottom: 0;
	border-right: none;
	border-bottom: 1px solid #dcdcdc;	/*メニューの下側の線の幅、線種、色*/
	border-top: none;
	box-sizing: border-box;
	/*background-color:#fff;*/
	color:#000;
	zoom : 1;

}
nav#menu ul li.fast {
	border-bottom:1px solid #dcdcdc;
}
nav#menu ul li a {
	padding: 10px 0px;	/*メニュー内の余白。上下、左右。*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;
}
/*英語表記の設定*/
nav#menu ul li a span {
	display: none;	/*表示させない設定*/
}
nav#menu ul li.pc_none {
	background-color:#f0f0f0;
}



#wide {
	margin-top:0px !important;
}
#menu {
	margin-bottom:0px;
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
/*#contents {
	width: auto;
}*/

#left{width:100%;float: none; margin:0 auto;}
#right{width:100%;float: none; margin:0 auto;}
#right_news{width:100%;float: none; margin:0 auto;}

#right top img,
#right .imgblock {
	display:block;
	width:100%;
	margin-bottom:15px;
}

#right h3 {font-size:14px;}

#left h3 img {
	display:none;
}
#left h3 span {
	display: block;
	background-color:#777;
	color:#fff;
	width:100%;
	text-align:center;
	padding:10px 0;
	border-bottom:4px solid #CCC;
	text-decoration:none !important;
}
#left h3 a,
#left h3 a span {	text-decoration:none !important;
}

#left ul {
	width:100%;
	margin-bottom:30px;
}

#left li {
width:100%;
font-size:12px;
}
#left li a{
width:90%;
}



#left ul li.hit a {
	color: #165072;
	background:#ccc;
}



#newsbox h1,
.newsbox h1 {
	font-size:18px;
	margin:0 0 20px;
	padding:10px 10px;
	color:#fff;

/* for IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient
	(startColorStr=#8399C3,  endColorStr=#083388, GradientType=0); 
/* for IE 8 */ 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8399C3,  
	endColorstr=#083388, GradientType=0)"; 
/* for  Safari, Google Chrome etc */ 
background: -webkit-gradient(linear, center top,center bottom, 
	from(#8399C3),to(#083388));
/* for Firefox etc */ 
background: -moz-linear-gradient(bottom,#083388,#8399C3);
	zoom : 1;

}
#newsbox h2,
.newsbox h2 {
	padding-left:10px;
}




#left ul.banner {
	margin:0 0 0px;
}

#left .banner li {
	border-bottom: none;
}
#left .banner li a {
	background:none;
	padding:0 0 0 0;
	list-style:none !important;
	margin-bottom:5px;
	width:235px;
}

#left .banner li a:hover,
#left .banner li a.hit {
	background:none;
	padding:0 0 0 0;
	list-style:none !important;
	margin-bottom:5px;
}




section {
	width:95%;
	margin:0 auto;
}


footer {
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-top:50px;
}

.contentsWidth,
.contentsWidth2,
#page-top {
	width: auto;
	padding:0;
}
#page-top{
margin:0 auto;
padding-top:5px;
z-index:300;
width:100%;
text-align:center;
position:absolute;
/*width:1000px;*/
border-bottom: 1px solid rgba(204,204,204,0.5);
background-color:rgba(255,255,255,0.3);
}


/*ピックアップ*/

ul#conmenu {
	margin-top:22px;
	margin-bottom:5px;
	margin-left:0px;
}

ul#conmenu li {
	list-style:none;
	margin-bottom:5px;

}

ul#conmenu li a {
	display:block;
	background: none;
	width:95%;
	height: auto;
	float: none;
	margin-right:0;
	margin-bottom:0;
	margin:0 auto;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#000;
	padding:6px;
	background-color:#FDF6D5;
	
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
}


ul#conmenu li a.mr0 {
	margin-right:auto !important;
}

/*ul#conmenu li a img {
	margin-top:0px;
	margin-bottom:0px;
	display:none;
}*/
ul#conmenu li a img {
	margin-top:0px;
	margin-bottom:0px;
	width:20%;
	height: auto;
	float:left;
	/*display:none;*/
}
ul#conmenu li a span {
	font-weight:bold;
}
ul#conmenu li a span.subtxt {
	display:block;
	color:#545454;
	font-size:10px;
	font-weight:normal;
}


ul#conmenu li a:hover {
	background:#FEFBED;
}

ul#conmenu li a.mr0 {
	margin-right:0 !important;
}

ul#conmenu li.po_r {
	position:relative !important;
}

ul#conmenu li .orange_man {
	position:absolute !important;
	left: 859px;
	top: 40px;
	display:none;
}




img.topbanner {
	display:block;
	width:100% !important;
	margin-top:5px;
}





/*area_box*/
.area_box .area_in {
	background-color:#fff;
	border:1px solid #FDCD00;
	padding:10px;
	width:88%;
	height:320px;
	float:left;
	margin:0 auto 10px;
	overflow:auto;
}

dl.ind_news dd{
	clear:both;
	padding-top:10px;
	padding-left:15px;
	}


/*fbtn*/
/*ul.fbtn {
	margin-top:48px;
}
ul.fbtn li {
	float: none;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	list-style:none;
	margin:0 auto 20px;
	text-align:center;
}*/
ul.fbtn li{
	margin:5px 0;
}



/*footer*/
#footer p#logo{
	position: static;
	margin:20px auto 0;
	text-align:center;
}

#footer #address{
position:static;
	/*margin:20px auto 10px;*/
	text-align:center;
	font-size:10px;
}
#footer #address ul li{
	list-style: none;
}
#footer #address ul li a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
}

#footer p#copyright{
position:static;
	margin:20px auto 20px;
	text-align:center;
	font-size:10px;
}






 
.top,
.top_news {padding:0px 10px 10px;}

#top,
.tbanner {	padding:0 5px;}

#header #ci{
position:absolute;
top:3px;
left:0;
}

.top #banner_indx {
	border:none;
	margin:0 auto;
	margin-bottom:40px;
}


#page-bottom{
margin:0px auto 0 auto;
padding-top:0px;
}

#footer_link {
	margin-top:30px;
}

#footbtn {
	width:100%;
	text-align:center;	
}
ul#footbtn li {
	float:left;
	width:49%;
	text-align:center;
	margin:0;
	padding:10px 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,222222+100 */
background: #666666; /* Old browsers */
background: -moz-linear-gradient(top,  #666666 0%, #222222 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #666666 0%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 ); /* IE6-9 */

}
ul#footbtn li.line {
	border-right:1px dotted #666;
}
ul#footbtn li a {
	color:#ccc;
	text-decoration:none;
}


#footer_link p.copy{
	margin-top:0px;
}

#footer_linkin_left,
#footer_linkin_right {
	display:none;
}


#support {
	padding:40px 10px 20px;
}
#support ul {
	width:100%;
}
#support ul.wide {
	float:none;
		clear:both;
		width:100% !important;
}



#top dl dd,
.top dl dd {
	float:none;
	clear:both;
}

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, body.c2 #main, #sub {
	float: none;
	width: auto;
}

/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: none;	/*表示させない設定*/
}

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h1.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#75c9f0), to(#57bff0));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#75c9f0, #57bff0);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#75c9f0, #57bff0);
}
section#new h1.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#75c9f0), to(#57bff0));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#75c9f0, #57bff0);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#75c9f0, #57bff0);
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*幅一杯に画像を表示させる*/
img.wa {
	height: auto;
	width: 100%;
}
/*メニューアイコン設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 30px;
	right: 12px;
	z-index:99999;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;*/
}



/* top_info */

#newsbox, .newsbox {
padding-top:20px;
margin-bottom: 20px;
}
.subbox { margin:0 0px 30px;}


.top_banner {margin:0;padding:0;width:100%;float:left;}
.mr20 { margin-right:20px;}
.mr25 { margin-right:25px;}
.mb20 { margin-bottom:10px;}
.mb40 { margin-bottom:40px;}
.mb70 { margin-bottom:40px;}

#sitelist {
	width: 100%;
}

#sitelist ul li a .list_title {
	background:url(../shared_new/images/common/icon_arrow_big.jpg) no-repeat left center;
}

#sitelist ul li a .list_title {
	width:55%;
	font-size:110%;
}
#sitelist ul li a .list_cont {
	width:55%;
}


table.seminar1 th,
table.seminar1 td,
table.seminar3 th,
table.seminar3 td,
#top table.seminar3 ol li,
.top table.seminar3 ol li {
	font-size:90% !important;
}



.pc_none {display: block;}
.mb_none {display: none;}
.w300{width:100%;}
.mr_20 {margin-right:0 !important;}
dl.sitemap_f {
	border-top: none !important;
	padding-top:0 !important;
}
/*.f_l,
.f_r{ float:none;}*/


.report {
	padding:10px 0px 12px;
}


#right ul,
#top ul,
.top ul {
	clear:both !important;
}





img.must {width:30px !important; margin-bottom:0 !important;}

table.inquiry tr.mfptr th,
table.inquiry tr.mfptr td {
	font-size:11px;
}


form#mailformpro dl dt {
	float:none !important;
	clear:both !important;
	display:block !important;

}

form#mailformpro dl dt {
	float: none !important;
	width: 100% !important;
	clear: both !important;
	font-size: 12px !important;
	padding: 10px 0px 0px !important;
	text-align: left !important;
	border-top: none !important;
	margin: 0px !important;
}
form#mailformpro dl dd {
	border-top: none !important;
	margin: 0px !important;
	padding: 10px 0px 10px 0px !important;
	font-size: 12px !important;
	line-height: 1.5em !important;
	text-align: left !important;
}



.newsbox .top p.video_frame { 
	width:100% !important;
	height:auto;
	background-color:#000;
}
video { width:100% !important;background-color:#000;}

.news_margin {
	margin-top: -10px !important;
	margin-bottom: 30px !important;
}

img.per100 {
	display:block;
	width:100% !important;
	height:auto;
	margin-bottom:15px;
}
img.per100s {
	display:block;
	width:100% !important;
	height:auto;
	/*margin-bottom:15px;*/
}
img.per50 {
	display:block;
	width:50% !important;
	height:auto;
	margin-bottom:15px;
}
img.per25 {
	display:block;
	width:25% !important;
	height:auto;
	margin-bottom:15px;
}
img.per100n {
	display:block;
	width:100% !important;
	height:auto;
}
img.per50n {
	display:block;
	width:50% !important;
	height:auto;
}


#newsleft {
	float: none;
	width: auto;
}

.product_index img {
	width:49% !important;
	display:inline !important;
}

.product_index .pro_l {
	margin-left:0;
	margin-right:0;
}

.coin_box {
width:100%;
}
.coin_box td.spec {
width: 26px;
}


.orengeBox {
	width:85%;
	text-align:center;
	font-size:9px;
}
.orengeBox img {
	float:none;
	width:73px !important;
	margin:0 auto;
}
.orengeBox li {
	background:none !important;
	padding-left:5px !important;
}


.recruitbtn {
	width:70%;
	margin:0 auto;
}
.recruit_txt {
	font-size:13px;
	text-align:left;
}



/*wide*/
#wide {
	margin-bottom:20px !important;
}


/*l_box*/
.l_box {
	float: none;
	width:90%;
	margin:0 auto 30px;

}
.l_box h2 img {
	margin:0 0 5px;
	padding:0;
	width:65%;
}
.l_box h2 .past_btn {
	float: right;
	text-align:right;
	padding-top:0px;
	margin-right:0;
}
/*.card {
	clear:both;
	margin:0 auto 20px;
	float:none;
}*/


/*r_box*/
.r_box {
	float: none;
	width:90%;
	margin:0 auto 30px;
}
.r_box h2 img {
	margin:0 0 5px;
	padding:0;
	width:65%;
}
.r_box h2 .past_btn {
	float: right;
	text-align:right;
	padding-top:0;
	margin-right:0;
}
.r_box a {
	text-decoration:none !important;
}

.topics {
	width:100%;
	background-color: #fff;
	margin:0;
	position:relative;
	margin-bottom:10px;
}

/**/
div.footer_banner {
	margin-bottom:40px !important;
}

.facebookbox {
	width:100%;
}


/**/

.main_box {
	/*background-color:#fff;*/
	/*border-bottom:1px dotted #ccc;*/
	margin:0 auto 30px;
	width:90%;
}

.main_box h2 {
	/*margin-top:0px;*/
	font-size:18px !important;
	/*padding:20px 10px 15px 65px;
	font-weight: normal;
	margin-bottom:20px;	*/
}

/*.main_box h4 {
	clear:both;
	font-size:14px !important;
	padding:20px 30px 15px;
	background-color:#DCECED;
	color:#000000;
	font-weight: normal;
}

.main_box_in {
	padding-left:20px;
	padding-right:20px;
}*/

.main_box_in h3 {
	font-size:20px;
	font-weight: normal;
}
.main_box_in h5 {
	font-size:16px;
}

.area_menu li a{
	font-size:20px;
}

/**/
#container {
   height:800px;
     width:100%;
}
.skippr {
	z-index:200;
}
/*.main_bg {
	z-index:-200;
}*/


#Container .cat_list li{
	padding: 0 5px;
	font-size:14px;
}


#theTarget h2 {
	margin-top:85px;
	margin-bottom:20px;
	margin-left:20px;
}
#theTarget p {
	font-size:12px;
	/*font-weight:bold;
	line-height:200%;
	background-color:rgba(255,255,255,0.9);*/
	padding:10px 15px;
	margin-left:20px;
	/*display: inline-block;*/
}

.pt_inpage {
	padding-top:80px !important;
}


.entry_blog img,
.main_box img{
max-width: 100%;
height: auto;
width /***/:auto;　
}