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

/* ........................................................
* name			: estate
* color			: blue
* since			: 2015-01-29
* creator		: niconicom
* modified		: 2015-02-12
..........................................................*/

/* 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 */

/*---------------------------------
Customize
---------------------------------*/
body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

#wrapper {
	border-top: none;
}

.padding-bottom-30 {
	padding: 0 0 30px 0 !important;
}

/*Header
----------------------------------*/
#header {
	width: 100%;
	min-width: 980px;
	margin: 0;
	padding: 0;
	height: 115px;
	background: none;
}

#header_left {
	width: 980px;
}

#sitename {
	margin: 30px 0 0 0;
}

#company-name {
	font-size: 16px;
	margin-top: -60px;
	display: block;
	margin-left: 215px;
	padding: 22px 0 11px 14px;
	border-left: 1px dotted #aaa;
	color: #555;
}

/*検索ボックス*/
.search_box {
	clear: both;
	margin: 0 40px;
	padding: 15px 0 0 0;
}

.search_box form {
	border: 1px solid #d1d1d1;
	width: 280px;
	height: 32px;
	position: relative;
}

.search_box input[type="text"] {
	height: 30px;
	border-radius: 0px;
	border: none;
	width: 220px;
	top: 0;
	left: 0;
	position: absolute;
}

.search_box input[type="image"] {
	top: 2px;
	right: 2px;
	position: absolute;
}

/*メインバナー*/
#banner_area {
	width: 100%;
	max-width: 100%;
	border-bottom: 2px solid #4742a6;
}

#banner_area img {
	width: 1280px;
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 0px;
}

#banner {
        position: relative;
	max-width: 1280px;
	width: 1280px;
}

/*バナー上ボタン*/
.banner_more_btn_posi {
    z-index: 9999;
    position: absolute;
    bottom: 56px;
    right: 162px;
}

.banner_more_btn_posi a {
    display: block;
}

.banner_more_btn_posi img {
    width: 157px !important;
}


#contact ul {
	margin: 0;
	display: block;
}
#contact li {
	float: left;
	list-style: none;
}

#contact li a {
	display: block;
	padding: 10px;
	color: #333;
	text-decoration:  none;
	font-weight: bold;
	font-size: 14px;
}


#head-contact {
	background: #4742a6;
	margin: 0 5px 0 0;
}

#head-contact a {
	color: #fff !important;
}


/*Menu*/
#menu1_wrapper {
	margin: 0;
	background: #fff;
	border-bottom: 3px solid #4742a6;
	height: auto;
}

#menu1 {
	border-left: none;
}

.menu1_layer {
	float: left;
	min-width: 120px;
	/*height: 100%;*/
	height: 40px;
	border-right: none;
	border-bottom: none;
	font-size: 80%;
}


/*Contents
-----------------------------------*/
.top-page #container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

/*メニューを隠す*/
.top-page #left {
	display: none;
}

.top-page #main {
	float: none;
	width: 100%;
	font-size: 100%;
}

/*bx-slider*/
.bx-wrapper .bx-viewport {
	box-shadow: none;
}

.bx-wrapper img {
	border: none;
}

.bx-pager.bx-default-pager {
	display: none;
}

.bx-controls-direction {
	display: none;
}

/*コンテンツ
--------------------------------*/
.top-page #container {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	border-top: 2px solid #4742a6;
}

/*Footer Contact
--------------------------------------------*/
#footer-contact {
	padding: 40px 0;
	width: 100%;
	background: #c8c9e4;
}

#footer-contact-box {
	margin: auto;
	width: 980px;
	color:  #555;
}

#footer-contact-box h4 {
	margin: 0 0 40px 0 !important;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游明朝", YuMincho,'Yu Mincho', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku GothicProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	text-align:  center;
}

#footer-contact-box ul {
	display:  table;
	margin: auto;
	width: 780px;
	padding: 0;
}

#footer-contact-box li {
	display:  table-cell;
	width:  50%;
	text-align: left;
}

.foot-contact-tel {
	margin: 0 !important;
	padding: 0 0 0 45px;
	font-size: 28px;
	font-weight: bold;
	/*line-height: 1.2em;*/
	background: url(/image/skin/icon-footer-tel.png) no-repeat 0 2px;
}

.foot-contact-tel a {
	color:  #555;
	text-decoration: none;
}

#footer-contact-box span {
	padding: 0 0 0 46px;
	font-size: 12px;
	font-weight: bold;
}

/*.foot-contact-form {
	padding: 0 0 0 46px;
	font-size: 22px;
	font-weight: bold;
	background: url(/image/skin/icon-footer-mail.png) no-repeat;
	line-height: 1.5em;
}*/

#footer-contact-box li:last-child {
	padding: 0 0 0 60px;
}

.foot-contact-form {
	font-size: 22px;
	font-weight: bold;
	background: url(/image/skin/icon-footer-mail.png) no-repeat 2px 2px;
	line-height: 1.5em;
	margin: 0 0 0 20px;
}

.foot-contact-form a {
	padding: 25px 40px 25px 65px;
	color: #555;
	text-decoration: none;
	border: 2px solid #777;
	margin: 0 0 0 -20px;
}

/*Footer
-----------------------------------*/
#footer_container {
	padding-top: 50px;
	min-width: 980px;
	background: #5D59B4;
	font-size: 80%;
}

#footer {
	width: 980px;
}

#footer_left {
	float: left;
}

#footer_right {
	text-align: left;
	float: right;
}

#campany p {
	text-align: left;
	margin: 0 0 0 30px;
}

.footer-logo {
	display: block;
	margin: 0 0 10px 0;
}

#footer a {
	color: #fff;
	text-decoration:  none;
}
#foot-nav-area {
	margin: 0 0 40px 0;
}
.foot-nav {
	margin: 0 45px 0 0;
	list-style:  none;
	float: left;
}

.foot-nav li {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 12px;
	background: url(/image/skin/icon-footer-navi.png) no-repeat;
}

.foot-nav-child{list-style: none}
.foot-nav-child li {
	margin: 0 0 8px -20px;
	font-weight: normal;
	background: none;
}

.list-img-none {
	background:  none !important;
}

#copyright {
	margin: 0 0 15px;
	font-size: 90%;
	clear: both;
}

/*Page-top*/
#to_pagetop {
	position: fixed;
	bottom: 90px;
	right: 10px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	border-radius: 0px;
	background: url("/image/skin/icon-page-top.png") no-repeat;
}

#to_pagetop a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
}

/*---------------------------------
下層ページ
----------------------------------*/
.blog_wrapper {
	padding-bottom: 1em;
	border-bottom: none;
	margin-bottom: 20px;
}

/*疑似パンくず
----------------------------------*/
/*バナー上に配置
#title_bar {
position: absolute;
top: 200px;
}*/

#title_bar div {
	float: left;
}

#blog_box_home img {
	padding: 2px 2px 0px 0 !important;
	display: block;
}

#blog_box_menu {
	padding: 0;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	border-top: none;
}

#blog_box_menu::before {
	content: "＞";
	margin: 0 5px;
}

#blog_box_category h2 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	background: none;
}

#blog_box_category h2::before {
	content: "＞";
	margin: 0 5px;
}

/*サイドメニュー
---------------------------------*/
#left {
	float: left;
	width: 220px;
	margin: 60px 90px 0 0;
}

.sub_menu_name {
	width: 200px;
	position: relative;
	padding: 0 0 20px 15px;
	background: none;
	box-shadow: none;
	color: #4742a6;
	letter-spacing: 0;
	border-bottom: 1px dotted #b3b3b3;
}

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

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

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

/*サブメニュー*/
.menu2_name {
	padding: 5px 10px;
	border-top: none;
	border-bottom: 1px dotted #b3b3b3;
	width: 200px;
}

.menu2_name_in {
	color: #4742a6;
	margin-bottom: 0px;
	letter-spacing: 0em;
}

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

.menu2_cat a,.menu2_other a {
	color: #4742a6 !important;
	text-decoration: none;
}

.menu2 {
	padding: 15px;
}

/* メニュー1（ドロップダウンメニュー） */
#menu1{
	width: 980px;
	color: #333;
	font-size: 14px ;
	z-index: 9999;
	position: relative;
	background: #fff;
	/*float:left;*/
}

#menu1 a{
	color: #333;
}

#menu1 div#menu_user_information_box{
	display: none;
}

.menu1_layer{
	float: left;
}

.menu1_topmenu{
	color: #333;
	word-break: keep-all;
	margin: 0;
	background: #fff;
	/*line-height: 28px;*/
	padding: 10px;
}

.menu1_topmenu_over{
	margin: 0;
	color: #333;
	word-break: keep-all;
	/*line-height: 28px;*/
	height: 40px;
	padding: 10px;
	background: #fff;
	border-bottom: 3px solid #4742A6;
	/*box-sizing: border-box;*/
}

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

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

.menu1_submenu_layer_visi{
	padding: 0px;
	display: block;
	width: 180px;
	position: absolute;
	z-index: 2;
	/*border-top: 2px solid #4742a6;*/
}

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

.menu1_submenu{
	/*margin: 0px 3px 0px 3px;*/
	color: #333333;
}

.menu1_submenu div {
	border-bottom: 1px solid #d1d1d1;
}

.menu1_submenu div a{
	display: block;
	padding: 8px 10px;
	color: #333333 !important;
	background: rgba(255,255,255,0.9);/*ドロップダウンメニュー背景色*/
	text-decoration: none;
}

.menu1_submenu div a:hover {
	background: #4742a6;
	color: #fff !important;
}

.menu1_submenu_other{
	margin: 0px 3px 0px 3px;
	padding: 6px;
	width: 160px;
	color: #333333;
	overflow: hidden;
}

.menu1_submenu_other a{
	color: #333333 !important;
}

/*サブメニューデザイン*/
.menu2 {
	padding: 15px 10px;
}

.menu2_name {
	padding: 5px 10px;
	border-top: none;
	border-bottom: none;
	width: 200px;
	background: #5955AF;
	border-radius: 0 8px 0 0;
}

.menu2_name_in {
	color: #fff;
}

.menu2_cat,.menu2_other {
	margin: 0px 0 0px.5em;
	font-size: 87%;
	padding-left: 0 !important;
	background: none !important;
	padding: 0px 0 0 0;
	position: relative;
}

.menu2_cat a::before,.menu2_other::before {
	content: "";
	display: inline-block;
	padding: 0px 0 0px 0;
	transform: rotate(45deg);
	border-top: 2px solid #6C68B8;
	border-right: 2px solid #6C68B8;
	width: 4px;
	height: 4px;
	margin: 0px 0 0 0;
	position: absolute;
	top: 7px;
	left: -11px;
}

/*下層ページレイアウト
-----------------------------------*/
.padding-bottom-30 {
	padding: 0 0 30px 0 !important;
}

#blog_container .blog_entry_title h3 {
	font-weight: bold;
	font-size: 28px;
	border-left: 4px solid #4742ae;
	padding: 0 0 0 20px;
}

#blog_container .blog_entry_title h3 a {
	color: #4742ae;
}

.lower-page01 {
/*border-left: 2px solid #4742a6;*/
}

.lower-page01 .h3-style {
	padding: 0 0 15px 0;
	font-weight:  500;
	font-size:  24px;
	color:  #333;
	line-height: 1.0em;
}

/*問い合わせフォーム
---------------------------------*/
.user_form_box {
	margin: 30px 0 0 0;
}

input[type="text"] {
	border: 1px solid #c5c5c5;
}

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

input[type="submit"], input[type="reset"] {
	border: 1px solid #c1c1c1;
	background: linear-gradient(#fff,#e8e8e8);
	color: #333;
}

.user_form_submit {
	margin: 0 0 0 70px;
	text-align: left;
}

/*サブメニュー背景画像*/
.sub_menu_num {
	margin: 0;
	font-size: 90%;
	padding-left: 0;
	background: none;
}

.sub_menu_num a {
	color: #4742a6;
	text-decoration: none;
	height: 39px;
	padding: 8px 10px 10px 10px;
	display: block;
}

.sub_menu_num a:hover {
	background: url(/image/skin/bg-submenu.png) no-repeat !important;
}

.sub_menu_num_now {
	color: #4742a6;
	text-decoration: none;
	height: 39px;
	padding: 8px 10px 10px 10px;
	display: block;
	font-size: 90%;
	background: url(/image/skin/bg-submenu.png) no-repeat !important;
}

.sub_menu_num_now a {
	color: #4742a6;
	text-decoration: none;
}

/*NEWS
----------------------------------*/
#top_topics_list_box {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border: none;
	width: 860px;
}

.top_topics_list_layer {
	border-bottom: 1px dotted #b3b3b3;
}

#top_topics_title h2 {
	margin: 0 0 35px 0;
	padding: 0;
	color: #4742a6;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游明朝", YuMincho,'Yu Mincho', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku GothicProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
　　　　font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.top_topics_date {
	color: #555;
	padding: 10px 20px 10px 0;
}

.top_topics_title {
	width: 100%;
}

.top_topics_title > a {
	color: #555;
	text-decoration: none;
}

/*編集画面修正用
---------------------------------*/
.section-bg-gray {
	height: auto !important;
}

.footer-banner_tbl {
	margin: 0 auto 60px;
	width: 960px;
}

.footer-banner_tbl img {
	margin: 0;
	padding: 0 !important;
}

.footer-banner_tbl td:first-child {
	padding: 0 30px 0 25px;
}






