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

/* ........................................................
* name			: estate
* color			: azuki
* 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 #d89;/*色*/
}

#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: #b67 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: #d89 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_a.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_a.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_a.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_a.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_a.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 #d89;/*色*/
	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: #d89 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: #e9a;/*色*/
	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 #e9a;/*色*/
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: #e9a;/*色*/
}

/* 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%;
}
*/
