@charset "EUC-JP";
/* CSS Document */

/* ........................................................
* name			: estate
* color			: blue
* since			: 2015-01-29
* creator		: niconicom
* modified		: 2018-07-20 kitaosaka-cci
..........................................................*/

/* Reset =========================================================*/
html, body, div, span, object, iframe,
p,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sup, sub, var,
b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1.6em;
	-webkit-font-smoothing: subpixel-antialiased;/*Safari*/
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333;
	font-size: 95%;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 { 
	line-height: 1.6em; 
}

input, textarea {
	margin: 0;
	font-size: 100%;
	color: #333;
}
input[type="text"] {
	height: 35px;
	line-height: 1.6em;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
input[type="submit"],
input[type="reset"] {
	height: 35px;
	line-height: 1.6em;
	border: 1px solid #000;
	background: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	color: #fff;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
	opacity: 0.7;
}

small { font-size: 85%; }


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		リンク基本設定		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

a:link {
	color: #650;
	text-decoration: underline;
}
a:visited {
	color: #650;
	text-decoration: underline;
}
a:hover {
	color: #f60;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		float clear用		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		 全体枠			  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#wrapper {
	width: 100%;
	min-width: 1024px;
	border-top: 20px solid #3ae;/*色*/
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff;
	text-align: left;
}

#left {
	float: right;
	width: 280px;
}

#main {
	float: left;
	width: 650px;
	font-size: 90%;
}
#main img,
#main iframe {
	max-width: 650px;
	padding: 5px;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		ヘッダー		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#header {
	width: 100%;
	min-width: 1024px;
	margin-top: -20px;
	padding-top: 40px;
	height: 106px;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_body_bg.png) repeat-x;
}
#header_left {
	width: 1000px;
	margin: 0 auto;
}
#sitename {
	float: left;
	overflow: hidden;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 190%;
}
#sitename img {
	max-width: 700px;
}
#sitename a {
	color: #000;
	text-decoration: none;
}
#sitename a:hover {
	color: #000;
	text-decoration: none;
}
#contact {
	float: right;
}
#sns_header {
}
#header_right {
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		グローバルメニュー	  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#menu1_wrapper {
	width: 100%;
	min-width: 1024px;
	margin-bottom: 30px;
	background: rgba(0,0,0,0.1);
}

#menu1 {
	width: 998px;
	margin: 0 auto;
	border-left: 1px solid #fff;
}

.menu1_layer {
	float: left;
	min-width: 166px;
	height: 100%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #eee;
	font-size: 90%;
}
.menu1_layer span {
	display: block;
}
.menu1_topmenu {
	padding: 10px;
	color: #999;
}
.menu1_topmenu a {
	color: #333;
	text-decoration: none;
}
.menu1_topmenu_over {
	padding: 10px;
	background: rgba(255,255,255,0.4);
	color: #666;
}
.menu1_topmenu_over a {
	color: #000;
	text-decoration: none;
}
.menu1_topmenu_now {
	padding: 10px;
	background: #fff;
	color: #333;
}
.menu1_topmenu_now a {
	color: #333;
	text-decoration: none;
}

#menu_user_information_box {
	display: none;
}
#menu_user_information_manage {
	display: none;
}
#menu_user_information_rss {
	display: none;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		メイン画像		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#banner {
	width: 980px;
	max-width: 980px;
	margin: 0 auto;
 	padding-bottom: 0px;
}

/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*	  サイド・サブメニュー（選択時）  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */
#sub_menu_container {
	margin-bottom: 30px;
	overflow: hidden;
}
.sub_menu_name {
	width: 100%;
	position: relative;
	padding: 5px 10px 3px;
	background: #06a url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_body_bg.png);/*色*/
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	color: #fff;
	letter-spacing: 0.3em;
}
.sub_menu_box {
	margin: 0;
	padding: 15px 10px;
	background: #3ae url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_body_bg.png);/*色*/
}
.sub_menu_num {
	margin: 0 0 0.5em;
	font-size: 90%;
	padding-left: 20px;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_submenu_nv.png) 0 3px no-repeat;
}
.sub_menu_num a {
	color: #fff;
}

/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		サイド・メニュー２	  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#menu2_container {
	position: relative;
	padding-bottom: 40px;
}
.menu2_name {
	padding: 5px 10px;
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.menu2_name_in {
	color: #000;
	margin-bottom: -2px;/*テキスト下の隙間詰め*/
	letter-spacing: 0.3em;
}
.menu2 {
	margin: 0;
	padding: 15px 10px;
}
.menu2_cat {
	margin: 0 0 0.5em;
	font-size: 90%;
	padding-left: 20px;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_menu2_nv_b.png) 0 3px no-repeat;
}
.new_archives {
	margin: 0 0 0.5em;
	font-size: 90%;
	padding-left: 20px;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_menu2_nv_b.png) 0 3px no-repeat;
}
.new_entry {
	margin: 0 0 0.5em;
	font-size: 90%;
	padding-left: 20px;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_menu2_nv_b.png) 0 3px no-repeat;
}
.new_rescom {
	margin: 0 0 0.5em;
	font-size: 90%;
	padding-left: 20px;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_menu2_nv_b.png) 0 3px no-repeat;
}
.new_res {
	margin: 0 0 0.5em;
	font-size: 90%;
	padding-left: 20px;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_menu2_nv_b.png) 0 3px no-repeat;
}
.menu2_other {
	margin: 0;
	font-size: 90%;
}
.menu2_other img {
	max-width: 280px;
	margin: 0 -10px 5px;
}
.menu2_other iframe {
	width: 280px;
	margin: 0 -10px 5px;
}

/* -------- メールマガジン -------------- */
#menu_other_mailmagazine_box {
	width: 100%!important;
}
#menu_other_mailmagazine_title {
}
#menu_other_mailmagazine_usermail input {
	width: 100%;
}
#menu_other_mailmagazine_opeflag input[name="opeflag"] {
	margin: 10px;
}
#menu_other_mailmagazine_submit input {
	width: 100%;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

/* -------- 検索 ------------------------ */
#menu_other_search_input input {
	float: left;
	width: 160px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#menu_other_search_submit input {
	float: left;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}


/* -------- 投票 ------------------------ */
#menu_other_vote_box form {
	margin: 0 0 0 20px;
}

/* -------- カレンダー ------------------ */
#blog_calendar_contents {
	display: block;
	margin: -30px 0 0 0;
}

/* -------- ニュースクリップ ------------ */
.menu_other_newsclip_list {
	margin: -30px 0 0 0;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		RSSと支援バナー		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#sns_links {
	margin-bottom: 10px;
 	padding: 15px 0px 0px;
	margin-top: 15px;
	border-top: 3px solid #ddd;
	text-align: right;
}
#sns_links a {
	padding-left: 5px;
}

#rss{
	text-align: right;
	margin: 20px 0;
}
#sien{
	text-align: right;
	margin: 20px 0;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*	  セカンドページのタイトル	  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */
#title_bar {
	margin-bottom: 20px;
}
#blog_box_menu {
	padding: 15px 0;
	border-top: 3px solid #ddd;
	color: #000;
	font-size: 230%;
	font-weight: normal;
}
#blog_box_category h2 {
	margin: 0;
	padding: 3px 10px 0;
	background: #ddd;
	font-size: 140%;
	font-weight: normal;	
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		記事型ページ		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */
#blog_container {
}
.blog_wrapper {
	padding-bottom: 1em;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}

/* -------- 記事 ------------------------ */
.blog_entry_title {
	color: #000;
	font-size: 150%;
	font-weight: normal;
}
#blog_container .blog_entry_title h3 {
	color: #000;
	font-weight: normal;
}
#blog_container .blog_entry_title h3 a {
	color: #000;
	text-decoration: none;
}
#blog_container .blog_entry_title h3 a:hover {
	color: #000;
	text-decoration: none;
}
.blog_date {
	display: block;
	color: #999;
	text-align: right;
}
.main_contents_box {
	margin-top: 1em;
}
.blog_detail {
}
.blog_detail img {
}

/* -------- コメント・トラックバック -------- */
.comment_box {
	margin: 15px 10px 0;
	font-size: 90%;
}
.comment_link {
	text-align: right;
}
.res_control_trb {
	margin-right: 10px;
}
.res_control_com {
}

.kanri_link {
}
.link_edit {
	text-align: right;
	margin: 5px 0 5px;
}
.link_right {
	padding-left: 10px;
}

.trackback_url {
	padding-bottom: 20px;
	margin: 10px 0;
	text-align: right;
	color: #777;
}
.trackback_url p {
	margin: 5px 0;
}

/* -------- コメント（本体） -------- */
.res_box {
	margin: 0 0 14px;
	padding: 5px 10px 10px 10px;
	background: #fff;
	border: 1px solid #ddd;
}
.res_box p {
	margin:0px;
}
.res_day {
	font-size: 85%;
	color: #808080;
}
.res_url {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
}
.res_title {
	padding: 10px 0px 0px 0px;
}

/* -------- コメント（フォーム） -------- */
.w_res_box {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.w_res_comment {
	padding: 4px 10px 2px;
	background: #ddd;
}
.w_res_contents {
	margin: 10px;
}
.w_res_contents p {
	margin:4px 0;
}
.w_res_contents p input {
	width: 200px;
}
.w_res_url {
	padding: 4px 0 ;
}

/* -------- トラックバック（本体） -------- */
.tra_box {
	margin: 0 0 10px;
	padding: 10px;
	background: #ddd;
}
.tra_comment {
}
.tra_contents {
}
.tra_box p {
	margin: 2px 0 0 0;
}
.tra_url {
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #ddd;
}
.tra_title {
	padding: 8px 0px 0px 0px;
}

/* -------- ページ送り -------- */
.re_page {
 padding: 5px;
 margin: 10px 0;
 border: 1px solid #ccc;
 background-color: #fff;
 text-align: center;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		トピック型		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */
#info {
	margin-bottom: 20px;
}
#info_box {
	margin: 0 0 20px;
}
.info_layer {
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
}
.info_date {
	float: left;
	margin-right: 1em;
	color: #999;
}
.info_title { 
	float: left;
	width: 430px;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		お問い合わせフォーム	  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

/* ----- 単行項目 ----- */
.user_form_box {
	margin: 0 0 0 50px;
}
.user_form_name {
	margin: 0;
}
.user_form_single_text_box {
}
.user_form_single_text_box input {
}
.user_form_note {
	color: #000;
	margin: 5px 0 0 50px;
}

/* ----- メール入力項目 ----- */
.user_form_mail_text_box {
}

/* ----- 複行項目 ----- */
.user_form_multi_text {
}

/* ----- ※必須（文字） ----- */
.user_form_name_must {
	font-weight: normal;
	color: #c00;
	padding-left: 10px;
}

/* ----- 送信・リセット ----- */
.user_form_submit {
	text-align: center;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		検索結果		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#search {
}
.search_menu {
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
	font-size: 230%;
	font-weight: normal;
}
.search_category {
	padding: 10px;
	font-size: 50%;
	font-weight: normal;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		アンケート		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#opinion_contents {
}
#opinion_contents hr {
	display: none;
}
#opinion_title {
	margin: 0 0 5px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #3ae;/*色*/
	color: #000;
	font-size: 180%;
	font-weight: normal;
}

/* -----	質問テキスト	----- */
.opinion_text {
	padding: 4px 10px 2px;
	background: #eee;
	font-size: 110%;
}

/* -----	※回答必須（文字）	----- */
.opinion_text font {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

/* -----	入力ボックス	----- */
.opinion_answer {
	margin: 0px;
	padding: 15px 10px;
}
.opinion_answer input {
	margin: 0px 5px 0px 0px;
	font-size: 100%;
}
#opinion_submit {
	padding-left: 10px;
	margin-top: 20px;
	font-size: 100%;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		特定商取引の記述	  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#trade_rules_contents {
	margin: 0;
}
.trade_rules_subtitle {
	margin: 30px 0 0;
	padding: 10px;
	background: #ddd;
	border-bottom: 1px solid #fff;
}
.trade_rules_subtitle:first-child {
	margin: 0;
}
.trade_rules_text {
	clear: both;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	zoom: 100%;
	background-color: #f2f2f2;
}
.trade_rules_left {
	float: left;
	width: 140px;
	padding: 5px;
}
.trade_rules_right {
	float: right;
	width: 360px;
	padding: 5px;
	background-color: #fff;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		フッター		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#footer_container {
	width: 100%;
	min-width: 1024px;
	padding-top: 20px;
	background: #3ae url(https://www.pokecan.net/image/po_skin/typeG005g/gene005_body_bg.png);/*色*/
	
	color: #fff;
	font-size: 90%;
}
#footer {
	width: 1000px;
	margin: 0 auto;
}
#footer a {
	color: #ff0;
}
#footer_right {
	text-align: center;
}
#LINK-SP {
	margin: 0 0 15px;
}
#copyright {
	margin: 0 0 15px;
	font-size: 90%;
}
#engine {
	float: right;
	margin: 0 0 15px;
	font-size: 90%;
}
#footer_left {
}
#footer_left img {
	padding: 0 50px 15px;
}

/* -------- ページトップへ ------------ */
#to_pagetop {
	position: fixed;
	bottom: 90px;
	right: 0;
	z-index: 9999;
	width: 160px;
	height: 40px;
	background: rgba(102,102,102,0.8);
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	text-align: center;
}
#to_pagetop a {
	color: #fff;
	font-size: 70%;
	line-height: 40px;
	text-decoration: none;
}
#to_pagetop a:hover {
	opacity: 0.6;
	text-decoration: none;
}


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*		トップページ用		  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

#toppage {
	width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* -トピックス型や記事型の新着記事を抽出- */
/* ++++++++++++++++++++++++++++++++++++++ */

#top_topics {
	margin: 0 0 45px 0;
	display: none;
}
#top_topics_title {
}
#top_topics_title h2{
	margin: 0;
	padding: 0 0 5px;
	font-size: 180%;
	font-weight: normal;
}
#top_topics_list_box {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px 20px 10px 20px;
}
.top_topics_list_layer{
	border-bottom: 1px solid #999;
}
.top_topics_date {
	float: left;
	padding: 10px 20px 10px 0;
	color: #b00;
}
.top_topics_title {
	float: left;
	padding: 10px 0;
	width: 430px;
}
#top_topics_link {
	padding-top: 10px;
	text-align: right;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* ---------- 旧トップページ ------------ */
/* ++++++++++++++++++++++++++++++++++++++ */
.toptitle_waku {
	padding-top: 15px;
	border-top: 3px solid #ddd;
}
.toptitle {
	padding: 10px 0;
}
.toptitle h2 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 230%;
	font-weight: normal;
}
.top_contents_waku {}
.top_contents_box {
	padding: 10px 0 0;
}
.top_contents_box a:last-child {
	float: right;
	position: relative;
	display: inline-block;
	margin: 1em 15px 0;
	padding: 2px 1em 0;
	background: #6bd;/*色*/
	font-size: 90%;
	text-align: center;
	color: #000;
}
.top_contents_box a:last-child:link {
	color: #000;
	text-decoration: none;
}
.top_contents_box a:last-child:hover {

}
.top_contents_box a:last-child:before {
	content:" ≫ ";
}
.top_contents_box a:last-child:after {
content: '';
position: absolute;
border-top: 10px solid transparent;
border-left: 10px solid #6bd;/*色*/
border-bottom: 10px solid transparent;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: -10px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* ---------- 新トップページ ------------ */
/* ++++++++++++++++++++++++++++++++++++++ */

.ContentsTabWaku {
}
.ContentsTabTitle {
}
.ContentsOtherWaku {
}
#ContentsTab {
}
#ContentsCur {
}
#Contents2Cur Title {
}
#Contents2Cur {
}
#ContentsOther {
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	*zoom: 1;
}
.bx-wrapper img {
	display: block;
	max-width: 100%;
	border: 1px solid #bbb;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	/*
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width: 100%;
	position: absolute;
	top: 320px;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: #fff url(https://www.pokecan.net/image/po_skin/typeG005g/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #555;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(0,0,0,0.3);
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #6bd;/*色*/
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 0;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/bx_control_prev.png) no-repeat left 50%;
}

.bx-wrapper .bx-prev:hover {
	opacity: 0.5;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/bx_control_next.png) no-repeat right 50%;
}

.bx-wrapper .bx-next:hover {
	opacity: 0.5;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 320px;
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.pokecan.net/image/po_skin/typeG005g/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* Localized */


/* ////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++ */
/*	 新規追加CSS（2018-07-23）	  */
/* ++++++++++++++++++++++++++++++++++++++ */
/* ////////////////////////////////////// */

/*--------*/
/* ひな形 */
/*--------*/

/*トップページ*/

#toppage .h2-style {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: none;
	border: none;
	/* */
	width: 100% !important;
	border-top: 3px solid #ddd;
}
#toppage .h2-style td {
	vertical-align: top;
	padding: 30px 0 10px 0;
	color: #000;
	font-size: 230%;
	line-height: 1.2;
}

#toppage .p-style {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: none;
	border: none;
	/* */
	width: 100% !important;
}
#toppage .p-style td {
	vertical-align: top;
	padding: 0 0 20px 0;
}
#toppage .p-style img {
	padding: 0 0 5px 0 !important;
}

#toppage .box_2col {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: none;
	border: none;
	/* */
	width: 100% !important;
}
#toppage .box_2col td {
	vertical-align: top;
	padding: 0 5px 20px 5px;
}
#toppage .box_2col img {
	padding: 0 0 5px 0 !important;
	max-width: 320px !important;
}

/*下層ページ */

.blog_detail {
	margin: 0;
}

.blog_detail .h3-style {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: none;
	border: none;
	/* */
	width: 100% !important;
	border-bottom: 1px solid #777;
}

.blog_detail .h3-style td {
	vertical-align: top;
	font-size: 1.1rem;
}

.blog_detail .p-style {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: none;
	border: none;
	/* */
	width: 100% !important;
}
.blog_detail .p-style td {
	vertical-align: top;
	padding: 0;
}
.blog_detail .p-style img {
	padding: 0 0 5px 0 !important;
}

.blog_detail .box_2col {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: none;
	border: none;
	/* */
	width: 100% !important;
}
.blog_detail .box_2col td {
	vertical-align: top;
	padding: 0 5px 0 5px;
}
.blog_detail .box_2col img {
	padding: 0 0 5px 0 !important;
	max-width: 310px !important;
}

/*テーブルレイアウト*/

.ta1, .ta2 {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: none;
	border: none;
}

.ta1, .ta2 {
	width: 100%;
}

.ta1 th, .ta1 td, .ta2 th, .ta2 td {
	border: 1px solid #d1d1d1;
	line-height: 2;
	padding: 6px;
}

/*-----------------*/
/* サイドSNSリンク */
/*-----------------*/

#sns_links {
	display: block; /* 表示時はnone */
}

#sns_links {
	margin: 20px 0 15px;
	text-align: right;
}

#sns_links a {
	padding: 0 0 0 18px;
}

/*--------*/
/*  ロゴ  */
/*--------*/

#sitename h1 {
	font-size: 100%;
	margin: 0;
}
#sitename img {
	max-width: none;
	max-height: 65px;
}

/*--------*/
/* バナー */
/*--------*/

/*メイン画像 横幅を1000pxにフィット、bxsliderでも1000pxにフィット*/
#banner {
    width: 1000px;
    max-width: 1000px;
}
#banner img {
    width: 1000px;
    height: auto;
}

/*bxslider修正*/
.bx-pager {
    position: relative !important;
    top: 0 !important;
    padding-top: 5px !important;
}
.bx-controls-direction a {
    position: relative !important;
    top: -20px !important;
}
.bx-prev {
    display: none;
}
.bx-next {
    display: none;
}

/*----------------------------*/
/* バナー100%のとき下記有効に */
/* height固定するときは#banner imgにheight: 300px; */
/*----------------------------*/
/*#banner {
	width: 100%;
	max-width: 100%;
}

#banner img {
	width: 100%;
	max-width: 100%;
}*/

/*-----------------------------------*/
/*Customize*/
/*-----------------------------------*/
/*Reset
--------------------------------*/
body {
	letter-spacing: 0.1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 100px;
}

td {
	vertical-align: top;
	padding: 0;
}

br {
	line-height: 20px;
}

.midashi001 .title br,.midashi_left .title br,.midashi_right .title br,.midashi003 .title br {
	display: none;
}

a img:hover {
	opacity: 0.8;
}

a:hover {
	color: #888;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	border-top: none;
overflow: hidden;
}

/*サイドメニュー初期化*/
.sub_menu_name {
	position: relative;
	padding: 5px 10px;
	width: 100%;
	background: none;
	box-shadow: none;
	color: #333;
	letter-spacing: 0.1em;
}

.sub_menu_num a {
	color: #333 ;
	text-decoration: none;
}

.sub_menu_box {
	margin: 0;
	padding: 10px;
	background: none;
}

.sub_menu_num {
	margin: 0 0 0.5em;
	font-size: 90%;
	padding-left: 20px;
	background: none;
}

/*サイドサブメニュー*/
.menu2 {
	margin: 0;
	padding: 10px;
}

.menu2_name {
	padding: 5px 10px;
	border-top: none;
	border-bottom: none;
}

.menu2_name_in {
	margin-bottom: -2px;
	color: #333;
	letter-spacing: 0.1em;
}

.menu2_cat a {
	text-decoration: none;
	color: #333;
}

/*Page Top*/
#to_pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	background: none;
	text-align: center;
}


/*ドロップダウンメニュー
-----------------------------*/
.menu1_topmenu{
	word-break: keep-all;
}

.menu1_topmenu_over{
	position: relative;
	padding: 17px 10px 16px 10px;
	border-bottom: none;
	background: transparent;
	word-break: keep-all;
}

.menu1_topmenu a,.menu1_topmenu_over a,.menu1_topmenu_over a:hover{
	text-decoration: none;
}

.menu1_submenu_layer{
	display: none;
	position: absolute;
	z-index: 2;
}

.menu1_submenu_layer_visi{
	position: absolute;
	display: block;
	padding: 0px;
	width: auto;
	z-index: 2;
}

.menu1_submenu_layer_hid{
	display: none;
	position: absolute;
	z-index: 2;
}

.menu1_submenu{}

.menu1_submenu div {
	background: #edeff1;
}

.menu1_submenu div a{
	display: block;
	padding: 8px 16px;
	color: #333 !important;
	background: rgba(255,255,255,0.8);/*メニュー背景色*/
	text-decoration: none;
	text-align: left;
}

.menu1_submenu div a:hover {
	background: #12376e;
	color: #fff !important;
}

.menu1_submenu_other{}
.menu1_submenu_other a{}



/*ヘッダー
-------------------------------------*/
#header {
	margin: 20px auto 0;
	padding-top: 0;
	width: 1000px;
	min-width: 1000px;
	height: 70px;
	background: none #fff;
}

#sitename {
	padding: 0 0 0 70px;
	background: url(/image/skin/logo_header.png) no-repeat;
}

#sitename span {
	display: block;
	font-size: 13px;
	color: #015db2;
}

#sitename h1 {
    font-size: 20px;
    margin: 0;
    color: #015db2;
}

#contact .tel {
	float: left;
}

#contact .tel p:nth-child(2) {
	margin: 7px 0 0;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
}

.contact_area {
	float: right;
	margin: 0 0 0 20px;
}

.contact_area p a {
	display: block;
	position: relative;
	float: right;
	margin: -20px 0 0 0;
	padding: 20px;
	width: 140px;
	height: 90px;
	box-sizing: border-box;
	background: #00b2d6 url(/image/skin/icon_mail.png) no-repeat 50px 45px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.contact_area p a:hover {
	background: #ffcc00 url(/image/skin/icon_mail.png) no-repeat 50px 45px;
}

/*
.tel p a {
	position: relative;
	padding: 0 0 0 40px;
	font-family: 'Rubik', sans-serif;
	font-size: 34px;
	color: #333;
	text-decoration: none;
	line-height: 0.7em;
}
*/

#sp_icon_area {
	display: none;
}


/*グローバルナビ
------------------------------------*/
#menu1_wrapper {
	margin-bottom: 0;
	width: 100%;
	min-width: 1000px;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	z-index: 10000;
	position: relative;
}

.menu1_layer {
	float: left;
	min-width: 166px;
	height: 100%;
	border-right: none;
	border-bottom: none;
	font-size: 90%;
}

.menu1_topmenu {
	position: relative;
	padding: 15px;
	color: #999;
}

/*.menu1_topmenu, .menu1_topmenu_over {
	position: relative;
	margin: 15px 0;
	padding: 2px 0 0 0;
	color: #333;
	height: 25px;
}

.menu1_topmenu::after, .menu1_topmenu_over::after {
	position: absolute;
	content: "";
	border-right: 1px solid #e1e1e1;
	height: 25px;
	top: 0;
	right: 0;
}*/

.menu1_topmenu, .menu1_topmenu_over {
	position: relative;
	margin: 0;
	padding: 2px 0 0 0;
	color: #333;
	height: 55px;
}

.menu1_topmenu_over {
	background: #ebf7ff;
}

.menu1_topmenu a, .menu1_topmenu_over a, .menu1_topmenu_over a:hover {
	text-decoration: none;
	margin: 15px 0;
	display: block;
	border-right: 1px solid #e1e1e1;
}

.menu1_topmenu::after, .menu1_topmenu_over::after {
	position: absolute;
	content: "";
	height: 25px;
	top: 0;
	right: 0;
}

.menu1_topmenu_now {
	padding: 17px 15px 16px 15px;
	background: #ebf7ff;
	color: #333;
}


/*フッター
------------------------------------*/
#footer_container {
	width: 100%;
	min-width: 1000px;
	padding: 0;
	background: #333 none;
	color: #fff;
	font-size: 90%;
	height: 695px;
}

#footer {
	width: 100%;
	min-width: 1000px;
	background: #015db2 none;
}

#footer_left {
	position: relative;
	width: 1000px;
	margin: auto;
}

#footer_company_area {
	float: left;
	padding: 50px 20px;
	background: #004688;
	width: 235px;
	min-height: 400px;
}

#footer_company_area p {
	font-size: 12px;
}

#footer_company_area .c_name {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
}

#footer_company_area p {
	margin: 0 0 10px 0;
	font-size: 12px;
	text-align: left;
}

/*フッターメニュー*/
.footer_list_area {
	float: right;
	padding: 50px 0 0 40px;
	width: 765px;
	box-sizing: border-box;
}

.footer_list_box {
	float: left;
	width: 180px;
}

.footer_list_box a {
	text-decoration: none;
	color: #fff !important;
	font-size: 90%;
	text-align: left;
	display: block;
	position: relative;
}

.footer_list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.footer_list li {
	margin: 0 0 10px 30px;
}

.footer_list .footer_list_title {
	margin: 0 0 10px 10px;
	font-weight: bold;
}

#footer_left .footer_list_box img {
	padding: 0;
}

.footer_list li a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer_list li a::before {
	position: absolute;
	content: "…";
	left: -20px;
}

.footer_list .footer_list_title a::before {
	content: "" !important;
	background: url(/image/skin/icon_yajirushi_white.png) no-repeat;
	width: 8px;
	height: 10px;
	top: 4px;
}

/*ISOバナー*/
.footer_banner_box {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.footer_banner_box img {
	padding: 0 5px !important;
}

/*コピーライト他*/
#footer_bg_black {
	padding: 20px 0 0 0;
	background: #333;
}

#footer_right {
	margin: auto;
	width: 1000px;
	text-align: center;
	color: #d6d6d6;
}

#footer_right a {
	text-decoration: none;
	color: #d6d6d6;
}

#pp {
	position: relative;
	float: left;
	font-size: 90%;
}

#pp::after {
	position: absolute;
	content: "";
	background: url(/image/skin/icon_pp.png) no-repeat;
	width: 14px;
	height: 13px;
	top: 4px;
	right: -20px;
}

#pp a:hover {
	text-decoration: underline;
	color: #fff;
}

#copyright {
	float: right;
	margin: 0 0 5px 0;
	font-size: 90%;
}

#engine {
	clear: both;
	float: none;
	margin: 0;
	font-size: 90%;
	text-align: right;
}

#engine a:hover {
	text-decoration: underline;
	color: #fff;
}



/*トップページ
----------------------------*/
.top-page #container {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1000px;
}

.top-page #left {
	display: none;
}

.top-page #main {
	float: none;
	width: 100%;
	min-width: 1000px;
	/*overflow: hidden;*/
}

.top-page #banner {
	width: 100%;
	max-width: 100%;
	background: none;
}

.top-page #banner img {
	margin: 0 0 0 -175px;
	width: 100%;
	max-width: 100%;
}

/*スライダー*/
.bx-wrapper .bx-viewport {
	box-shadow: none;
	background: url(/image/skin/bg_dot.png);
}

.bx-wrapper img {
	border: none;
}

/*スライダー上キャッチコピー*/
.banner_catch_area {
	position: relative;
	margin: auto;
	width: 1000px;
	z-index: 9999;
}

.banner_catch_box {
	position: absolute;
}




/*バナー右下テキストエリア*/
.top-page #banner {
	position: relative;
}

.banner_txt_area {
	display: none;
}

.top-page .banner_txt_area {
	display: block;
	position: relative;
	width: 1000px;
	margin: auto;
	z-index: 9999;
}

.banner_txt_bg {
	position: absolute;
	margin-right: -5000px;
	left: 575px;
	bottom: -60px;
	width: 100%;
	background: #015db2;
}

.banner_txt_box {
	float: left;
	padding: 45px;
	width: 600px;
	color: #fff;
	text-align: left;
}

.banner_txt_box .title {
	padding: 0 0 30px 0;
	font-size: 24px;
	line-height: 1.3em;
}

.banner_txt_box .txt {
	font-size: 13px;
}


/*エムケイ産業の強み*/
.adv_area_bg {
	padding: 120px 0 0 0;
	background: url(/image/skin/bg_dot.png);
}

.midashi001 {
	margin: 0 auto 60px;
	text-align: center;
	width: 1000px;
}

.midashi001 .title {
	padding: 0 0 40px 0;
	font-size: 60px;
	font-family: 'Rubik', sans-serif;
	font-style: italic;
	letter-spacing: 0.05em;
}

.midashi001 .sub_title {
	font-size: 28px;
}

.adv_box_area {
	margin: auto;
	width: 900px;
	background: url(/image/skin/bg_adv_yajirushi.png) no-repeat center 20px;
	padding: 0 0 130px 0;
	z-index: 1;
	position: relative;
}

/*背景左100%*/
.adv_box_left_bg {
	width: 900px;
	position:relative;
	margin: 0 auto 40px;
	height:320px;
}

.adv_box_left_bg .left_box_bg {
	position: absolute;
	/*margin: 0 0 0 -100%;
	padding: 0 0 0 100%;*/
	background: #015db2;
	top: 0;
	right:480px;
	width:5000px;
}

.adv_box_left_bg .box_left_l {
	float:right;
	background: #015db2;
	width: 420px;
	height:320px;
}

.adv_box_left_bg .box_left_r {
	position: absolute;
	background: transparent;
	top: 0;
	left:420px;
	width:480px;
	height:100%;
}

/*背景右100%*/
.adv_box_right_bg {
	width: 900px;
	position:relative;
	margin: 0 auto 40px;
	height:320px;
}

.adv_box_right_bg .box_left_l {
	position: absolute;
	background: transparent;
	top: 0;
	right:420px;
	width:480px;
	height:100%;
}

.adv_box_right_bg .right_box_bg {
	position: absolute;
	/*margin: 0 -100% 0 0;
	padding: 0 100% 0 0;*/
	background: #015db2;
	top: 0;
	left:480px;
	width:5000px;
}

.adv_box_right_bg .box_left_r {
	float:left;
	padding: 0 0 0 40px;
	background: #015db2;
	width: 420px;
	height:320px;
}

/*テキスト部分*/
.adv_box_txt {
	position: relative;
	width: 420px;
	height: 320px;
	background: #015db2;
	color: #fff;
}

.adv_box_right .adv_box_txt {
	margin: 0 0 0 45px;
}

.adv_box_txt .title {
	margin: 40px 0 10px 0;
	height: 85px;
}


.adv_box_txt .title .number {
	position: relative;
	padding: 0 35px 20px 0;
	font-size: 66px;
	line-height: 1;
}

.adv_box_txt .title .number::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #fff;
	width: 65%;
	bottom: 0;
	left: 0;
}

.adv_box_txt .title .large_txt {
	font-size: 26px;
}

.adv_box_txt .title .small_txt {
	font-size: 14px;
	padding: 0 0 15px 0;
}

.adv_box_txt a {
	position: relative;
	display: block;
	margin: 30px 0 20px;
	padding: 15px 0;
	background: #fff;
	width: 230px;
	text-align: center;
	text-decoration: none;
	color: #015db2;
	font-weight: 700;
	font-size: 18px;
}

.adv_box_txt a::after {
	position: absolute;
	content: "";
	top: 25px;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #015db2;
	border-right: 2px solid #015db2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.adv_box_txt a:hover {
	background: #333;
	color: #fff;
}

.adv_box_txt a:hover::after {
	position: absolute;
	content: "";
	top: 25px;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*写真*/
.img_effect_hanen {
	width: 480px;
	/*background: #fff;*/
	background: none;
}

/*写真半円切り抜き*/
.box_left_r .img_effect_hanen img {
    padding: 0 !important;
    display: block;
    max-width: 480px !important;
    border-radius: 0 40% 40% 0/0 60% 60% 0;
}

.box_left_l .img_effect_hanen img {
    padding: 0 !important;
    display: block;
    max-width: 480px !important;
    border-radius: 40% 0 0 40%/60% 0  0 60%;
}

/*下部コンテンツ*/
.adv_box_center {
	margin: -65px auto 40px;
	width: 900px;
	background: #fff;
	border: 6px solid #81b5e8;
	border-radius: 6px;
	border-collapse: separate;
}

.adv_box_center .title {
	position: relative;
	padding: 65px 30px 35px 150px;
	font-size: 30px;
}

.adv_box_center .title::before {
	position: absolute;
	content: "";
	background: url(/image/skin/icon_factory.png) no-repeat;
	width: 68px;
	height: 60px;
	top: 30px;
	left: 30px;
}

.adv_box_center .txt {
	padding: 0 30px 30px;
}


/*品質管理*/
.midashi_left {
	position: relative;
	margin: 60px auto;
	width: 1000px;
}

.midashi_left .title {
	padding: 0 0 40px 0;
	font-weight: 700;
	font-size: 46px;
	font-style: italic;
	font-family: 'Rubik', sans-serif;
}

.midashi_left .sub_title {
	font-size: 24px;
	font-weight: 700;
}

.midashi_left::before {
	position: absolute;
	content: "";
	border-bottom: 3px solid #015db2;
	bottom: -30px;
	width: 10%;
	z-index: 1;
}

.midashi_left::after {
	position: absolute;
	content: "";
	border-bottom: 3px solid #e1e1e1;
	bottom: -30px;
	width: 100%;
}

.midashi_right {
	position: relative;
	margin: 60px auto;
	width: 1000px;
}

.midashi_right .title {
	padding: 0 0 40px 0;
	font-weight: 700;
	font-size: 46px;
	font-style: italic;
	font-family: 'Rubik', sans-serif;
	text-align: right;
}

.midashi_right .sub_title {
	font-size: 24px;
	font-weight: 700;
	text-align: right;
}

.midashi_right::before {
	position: absolute;
	content: "";
	border-bottom: 3px solid #015db2;
	right: 0;
	bottom: -30px;
	width: 10%;
	z-index: 1;
}

.midashi_right::after {
	position: absolute;
	content: "";
	border-bottom: 3px solid #e1e1e1;
	bottom: -30px;
	width: 100%;
}

.img_cap img {
	padding: 0 !important;
}

.item_box001_area {
	margin: auto;
	width: 1000px;
	position: relative;
	height: 520px;
	z-index: 1;
}

.item_box001_area .item_box001 {
	float: left;
	width: 570px;
}

.item_box001_area .item_box001 .title .large_txt {
	padding: 0 40px 20px 0;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.item_box001_area .item_box001 .title .small_txt {
	padding: 0 40px 40px 0;
}

.item_box001_area .img_box_1col {
	position: relative;
	float: right;
}

.item_box001_area .img_box_1col .cap {
	position: absolute;
	bottom: 0;
	right: 0;
}

.item_box001_area .img_box_1col .cap table td {
	position: relative;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
}

.item_box001_area .img_box_1col .cap table td::before {
	position: absolute;
	content: "";
	border-width: 42px 30px 0 0;
	border-color: transparent rgba(0,0,0,0.7) transparent transparent;
	border-style: solid;
	bottom: 0;
	left: -30px;
}

.item_box001_area .img_box_2col {
	position: absolute;
	bottom: 105px;
}

.item_box001_area .img_box_2col table {
	position: relative;
}

.item_box001_area .img_box_2col .img_box_01 {
    margin: 0 50px 0 0;
}

.item_box001_area .img_box_2col .cap {
	position: absolute;
	bottom: 0;
	right: 0;
}

.item_box001_area .img_box_2col .cap table td {
	position: relative;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
}

.item_box001_area .img_box_2col .cap table td::before {
	position: absolute;
	content: "";
	border-width: 42px 30px 0 0;
	border-color: transparent rgba(0,0,0,0.7) transparent transparent;
	border-style: solid;
	bottom: 0;
	left: -30px;
}

.item_box002_area {
	margin: auto;
	width: 1000px;
	position: relative;
	height: 520px;
	z-index: 1;
}

.item_box002_area .item_box001 {
	float: right;
	width: 570px;
}

.item_box002_area .item_box001 .title .large_txt {
	padding: 0 0 20px 40px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.item_box002_area .item_box001 .title .small_txt {
	padding: 0 0 40px 40px;
}

.item_box002_area .img_box_1col {
	position: relative;
	float: left;
}

.item_box002_area .img_box_1col .cap {
	position: absolute;
	bottom: 0;
	right: 0;
}

.item_box002_area .img_box_1col .cap table td {
	position: relative;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
}

.item_box002_area .img_box_1col .cap table td::before {
	position: absolute;
	content: "";
	border-width: 42px 30px 0 0;
	border-color: transparent rgba(0,0,0,0.7) transparent transparent;
	border-style: solid;
	bottom: 0;
	left: -30px;
}

.item_box002_area .img_box_2col {
	position: absolute;
	right: 0;
	bottom: 105px;
}

.item_box002_area .img_box_2col table {
	position: relative;
}

.item_box002_area .img_box_2col .img_box_01 {
    margin: 0 50px 0 0;
}

.item_box002_area .img_box_2col .cap {
	position: absolute;
	bottom: 0;
	right: 0;
}

.item_box002_area .img_box_2col .cap table td {
	position: relative;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
}

.item_box002_area .img_box_2col .cap table td::before {
	position: absolute;
	content: "";
	border-width: 42px 30px 0 0;
	border-color: transparent rgba(0,0,0,0.7) transparent transparent;
	border-style: solid;
	bottom: 0;
	left: -30px;
}

.more_btn001 {
	position: absolute;
	bottom: 0;
}

.item_box001_area .more_btn001 a {
	margin: 0 40px 0 0;
}

.item_box002_area .more_btn001 a {
	margin: 0 0 0 40px;
}

.more_btn001 a {
	display: block;
	position: relative;
	padding: 15px;
	height: 60px;
	width: 530px;
	background: #015db2;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.8em;
	color: #fff;
	font-weight: 700;
}

.more_btn001 a::after {
	position: absolute;
	content: "";
	top: 25px;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.more_btn001 a:hover {
	background: #333;
	color: #fff;
}

.bg_triangle {
	margin: auto;
	padding: 0 0 220px 0;
	position: relative;
	width: 1000px;
}

.bg_triangle::after {
	position: absolute;
	content: "";
	bottom: 0;
	border-width: 2450px 5000px 0 0;
	border-color: transparent #e3f6ff transparent transparent;
	border-style: solid;
	left: 430px;
}

.recruit_area {
	position: relative;
	margin: -160px 0 0 0;
	z-index: 100;
}

.midashi003 {
	margin: 0 auto 60px;
	width: 1000px;
}

.midashi003 .title {
	padding: 0 0 40px 0;
	font-weight: 700;
	font-size: 46px;
	font-style: italic;
	font-family: 'Rubik', sans-serif;
}

.midashi003 .sub_title {
	font-size: 24px;
	font-weight: 700;
}

.recruit_box_bg {
	background: url(/image/skin/bg_recruit.jpg) no-repeat 0 0;
	background-size: cover;
	height: 510px;
}

.recruit_box {
	position: relative;
	margin: auto;
	width: 1000px;
}

.img_man img {
	position: absolute;
	padding: 0 !important;
	top: 0;
	left: -200px;
	width: 100% !important;
	max-width: 820px !important;
}

.recruit_title {
	position: absolute;
	top: 60px;
	right: 0;
	width: 500px;
}

.recruit_title .large_txt {
	padding: 0 0 50px 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2em;
}

.recruit_title .small_txt {
	padding: 0 0 60px 0;
}

.recruit_title a {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 0;
	background: #fff;
	width: 230px;
	text-align: center;
	text-decoration: none;
	color: #015db2;
	font-weight: 700;
	font-size: 18px;
	border: 2px solid #015db2;
}

.recruit_title a::after {
	position: absolute;
	content: "";
	top: 25px;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #015db2;
	border-right: 2px solid #015db2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recruit_title a:hover {
	background: #333;
	color: #fff;
	border: 2px solid #fff;
}

.recruit_title a:hover::after {
	position: absolute;
	content: "";
	top: 25px;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*News（トップページ）
---------------------------------*/
#top_topics {
	position: relative;
	margin: 60px auto;
	width: 1000px;
	min-height: 345px;
}

#top_topics_title {
	position: relative;
	width: 260px;
	height: 345px;
	background: #00b2d6;
	color: #fff;
}

#top_topics_title h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 300%;
	text-align: center;
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
}

#top_topics_title h2 span {
	display: block;
	font-size: 14px;
}

#top_topics_list_box {
	position: absolute;
	padding: 10px 30px;
	width: 740px;
	top: 0;
	left: 260px;
	height: 345px;
	box-sizing: border-box;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: none;
}

#top_topics_link {
	position: absolute;
	width: 220px;
	height: 40px;
	bottom: 20px;
	left: -240px;
	padding: 0;
	text-align: center;
}

#top_topics_link a {
	position: relative;
	display: block;
	padding: 12px 10px 10px 10px;
	width: 220px;
	height: 40px;
	background: #fff;
	text-decoration: none;
	color: #00b2d6;
	font-weight: 700;
	font-size: 12px;
}

#top_topics_link a:hover {
	text-decoration: underline;
}

#top_topics_link a::after {
	position: absolute;
	content: "";
	top: 17px;
	right: 13px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #00b2d6;
	border-right: 2px solid #00b2d6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top_topics_list_layer {
	border-bottom: 1px solid #e1e1e1;
}

.top_topics_date {
	float: none;
	display: block;
	color: #545454;
	padding: 20px 0 0 0;
	line-height: 1.0em;
}

.top_topics_title {
	float: none;
	display: block;
	padding: 13px 0 20px 0;
	width: 100%;
	line-height: 1.0em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#top_topics_title::after {
	position: absolute;
	content: "";
	border-width: 10px;
	border-color: transparent transparent transparent #00b2d6;
	border-style: solid;
	right: -20px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
}

.top_topics_title a {
	color: #00b2d6;
}

.top_topics_list_layer:nth-child(4) {
	border-bottom: none;
}



/*お問い合わせ（フッター上部）
--------------------------------------*/
.foot_contact_area {
	padding: 30px 0;
	width: 100%;
	min-width: 1000px;
	background: #f5f6f7;
	/*height: 200px;*/
	box-sizing: border-box;
        margin-top: 200px;/*Newsコメントアウトした場合*/
}

.foot_contact_box {
	margin: auto;
	width: 960px;
}

.foot_contact_box .title {
	padding: 40px 0;
	float: left;
	width: 235px;
	font-size: 42px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
	color: #015db2;
	text-align: left;
	line-height: 1.0em;
	border-right: 1px solid #d3d3d4;
}

.foot_contact_box .title span {
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333;
}

.contact_tel_mail {
	float: right;
	padding: 15px 0;
	width: 725px;
}

.contact_tel_mail p {
	padding: 0 0 0 50px;
	text-align: left;
	color: #333;
}

.contact_tel_mail ul {
	margin: 0;
	padding: 20px 0 0 0;
}

.contact_tel_mail li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact_tel_mail li p:nth-child(2) {
	padding: 13px 0 0 50px;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.contact_tel_mail .contact_btn a {
	position: relative;
	display: block;
	padding: 15px 0;
	width: 330px;
	height: 60px;
	text-align: center;
	background: #015db2;
	color: #fff !important;
	text-decoration: none;
	line-height: 2.0em;
	font-size: 110%;
}

.contact_tel_mail .contact_btn a::after {
	position: absolute;
	content: "";
	top: 25px;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact_tel_mail .contact_btn a:hover {
	background: #ffcc00;
}


/*セカンドページ
--------------------------------------*/
.blog_wrapper {
	border-bottom: none;
}

#container {
	width: 1000px;
}

#left {
	float: left;
	width: 260px;
}

#main {
	float: right;
}

#banner {
	width: 100%;
	max-width: 100%;
	background: #ebf7ff;
}

#title_bar {
	position: relative;
	margin: 0 0 30px 0;
}

#blog_box_menu {
	position: absolute;
	padding: 75px 0;
	top: -255px;
	left: -370px;
	color: #fff;
	border-top: none;
	min-width: 260px;
	height: 200px;
	background: #015db2 url(/image/skin/icon_banner_txt.png) no-repeat 230px 170px;
	text-align: center;
	font-size: 180%;
	line-height: 2em;
}

#blog_box_category {
	padding: 10px 0;
	background: #f3f6f8;
}

#blog_box_category h2 {
	margin: 0;
	padding: 0 0 0 15px;
	background: none;
	font-size: 160%;
	font-weight: normal;
	border-left: 6px solid #015db2;
	line-height: 1.5em;
}

#blog_container .blog_entry_title h3 {
	position: relative;
	padding: 0 0 0 35px;
	font-size: 100%;
	border-bottom: 1px solid #e1e1e1;
}


#blog_container .blog_entry_title h3 a {
	color: #333;
}

#blog_container .blog_entry_title h3::before {
	position: absolute;
	content: "";
	border: 2px solid #015db2;
	width: 15px;
	height: 15px;
	top: 5px;
	left: 8px;
	z-index: 1;
	background: #fff;
}

#blog_container .blog_entry_title h3::after {
	position: absolute;
	content: "";
	border: 2px solid #e1e1e1;
	width: 12px;
	height: 12px;
	top: -2px;
	left: 0;
}

.blog_detail .h3-style {
	border-bottom: none;
	border-left: 5px solid #015db2;
}

.blog_detail .h3-style td {
	padding: 4px 0 2px 20px;
}

.h4-style td {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 1.0rem;
	font-weight: bold;
}

.h4-style td::before {
	position: absolute;
	content: "";
	background: url(/image/skin/icon_midashi_h4-style.png) no-repeat;
	width: 14px;
	height: 14px;
	top: 3px;
	left: 0;
}

/*ページ内リンク（福利厚生）*/
.page_link {
	display: table;
	margin: 10px auto;
	padding: 0;
}

.page_link li {
	display: table-cell;
	list-style: none;
}

.page_link li table {
	margin: 0 20px;
	text-align: center;
}

.page_link li td a {
	display: block;
	padding: 10px 20px;
	background: #0193b2;
	text-decoration: none;
	color: #fff;
	width: 160px;
}

.page_link li td a:hover {
	opacity: 0.8;
}

/*採用情報*/
.blog_detail .recruit_box_second {
	position: relative;
	margin: 0;
	width: 100%;
}

.recruit_box_second .recruit_txt {
	position: absolute;
	display: block;
	bottom: 20px;
	left: 20px;
	width: 335px;
	height: 200px;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
}

.recruit_box_second .recruit_txt td {
	padding: 15px;
}

.recruit_box_second .recruit_txt a {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0;
	background: #fff;
	width: 230px;
	text-align: center;
	text-decoration: none;
	color: #015db2;
	font-weight: 700;
	font-size: 16px;
	border: 2px solid #015db2;
}

.recruit_box_second .recruit_txt a::after {
	position: absolute;
	content: "";
	top: 18px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #015db2;
	border-right: 2px solid #015db2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recruit_box_second .recruit_txt a:hover {
	background: #333;
	color: #fff;
	border: 2px solid #fff;
}

.recruit_box_second .recruit_txt a:hover::after {
	position: absolute;
	content: "";
	top: 18px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*サイドメニュー（セカンドページ）
--------------------------------------*/
#sub_menu_container {
	border-top: 2px solid #015db2;
}

.sub_menu_name {
	padding: 15px 30px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	font-weight: bold;
}

.sub_menu_name::before {
	position: absolute;
	content: "";
	background: url(/image/skin/side_menu_bg.png) no-repeat;
	width: 10px;
	height: 10px;
	top: 10px;
	left: 10px;
}

.sub_menu_box {
	padding: 0;
}

.sub_menu_num {
	position: relative;
	margin: 0;
	padding: 0;
}

.sub_menu_num::before {
	position: absolute;
	content: "";
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	top: 44%;
	right: 10px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	z-index: 1;
}

.sub_menu_num:hover::before {
	position: absolute;
	content: "";
	border: none;
}

.sub_menu_num a {
	position: relative;
	display: block;
	padding: 15px 30px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #f3f6f8;
}

.sub_menu_num a:hover {
	position: relative;
	background: #015db2;
	color: #fff;
	border-right: none;
}

.sub_menu_num a:hover::after {
	position: absolute;
	content: "";
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 5px;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.menu2_name {
	position: relative;
	margin: 0;
	padding: 5px 0;
	border-top: none;
	border-bottom: 2px solid #e1e1e1;
}

.menu2_name::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #015db2;
	width: 30%;
	bottom: -2px;
}

.menu2 {
	margin: 0 0 30px 0;
	padding: 0;
}

.new_entry {
	margin: 0;
	padding: 15px 0;
	background: none;
	border-bottom: 1px solid #e1e1e1;
}

.menu2_other {
	padding: 15px 0;
}

.menu2_other img {
	margin: 0 0 5px;
	max-width: 260px;
}

.menu2_cat {
	margin: 0;
	padding-left: 0;
	font-size: 90%;
	background: none;
}

.menu2_cat a {
	display: block;
	margin: 0;
	padding: 15px 0;
	text-decoration: none;
	color: #333;
	background: none;
	border-bottom: 1px solid #e1e1e1;
}



/*フォーム関連
----------------------------------------*/
input[type="text"] {
	border: 1px solid #c5c5c5;
}

input[type="submit"], input[type="reset"] {
	border: 1px solid #c1c1c1;
	background: #c1c1c1;
}

.user_form_box {
	margin: 0;
}

.user_form_multi_text {
	border: 1px solid #c5c5c5;
	border-radius: 4px;
}

