 ====================*/
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: 695px;
	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: 100%;
	font-weight: bold;
}

.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: #fff;
}
.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: #555;
	font-weight: normal;
}
#blog_container .blog_entry_title h3 a {
	color: #555;
	text-decoration: none;
}
#blog_container .blog_entry_title h3 a:hover {
	color: #555;
	text-decoration: none;
}
.blog_date {
	display: block;
	color: #999;
	text-align: right;
}
.main_contents_box {
	margin-top: 1em;
}
.blog_detail {
}
.blog_detail img {
	padding: 0 5px 0 0 !important;
}

/* -------- コメント・トラックバック -------- */
.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: 550px;  /* 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 {
}

/*bx-slider*/

/* Localized */


/*-------------------------------------
Customize
-------------------------------------*/

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*レイアウト
-------------------------------------*/
body {
	margin: auto;
	position: relative;	
}

.bg_m {
	position: absolute;
	background: url(http://www.shinwapm.co.jp/image/skin/bg-machine001.png) no-repeat;
	width: 100%;
	height: 980px;
	bottom: 0;
	opacity: 0.6;
}

.top-page .bg_m {
	background: none;
}

#wrapper {
	/*font-family: "Hiragino Maru Gothic W4 JIS2004", "游明朝", YuMincho,'Yu Mincho', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku GothicProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	position: relative;
	border-top: none;
	min-width: 1024px;
}

#header {
position: relative;
}

#left {
	float: left;
	width: 260px;
	margin: 80px 50px 0 0;
}

#container {
	position: relative;
	background: none;
	zoom: 1;
}

#main {
	margin: 30px 0 0 0;
	width: 670px;
}

.top-page #container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

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

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

.movie_area {
	margin: 60px auto 30px;
	width: 990px;
}

.movie_area iframe {
	max-width: 965px !important;
	width: 965px;
	height: 550px;
}


/*ヘッダー
-------------------------------------*/
#header {
	min-height: 320px; /* 400px */
	background: #efefef;
}

#header_left {
    position: relative;
    width: 980px;
    margin: auto;
    z-index: 1000;
}

#sitename {
    position: absolute;
    left: 0;
}

.en {
    margin: 0;
}

.en a {
position: absolute;
padding: 6px 8px;
right: 10px;
top: 70px;
background: #7ac043;
z-index: 1000;
border-radius: 50%;
text-decoration: none;
color: #fff;
font-weight: bold;
}

#contact {
	position: absolute;
	right: 0;
	top: 125px;
	z-index: 1000;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #7ac043;
}

#contact a {
	display: block;
	color: #fff;
	padding: 20px 10px;
	text-decoration: none;
}

#contact p {
    background: url(http://www.shinwapm.co.jp/image/free/icon-mail.png) no-repeat 6px 12px;
    background-size: auto auto;
    background-size: 26px;
    padding: 20px 0 0 0;
    margin: 0 8px;
    font-weight: bold;
}


/*グローバルメニュー
------------------------------------------*/
#menu1 {
	border: none;
}

#menu1_wrapper {
	position: absolute;
	/*height: 60px;*/
	z-index: 1000;
	background: rgba(51,56,149,0.8);
	margin: 0;
	bottom: 0;
}

.menu1_layer {
	border: none;
	line-height: 1.5em;
	min-width: 146px;
}

.menu1_topmenu {
	padding: 20px;
}

.menu1_topmenu_now {
	padding: 20px;
	background: rgba(255,255,255,0.4);
	height: 60px;
}

.menu1_topmenu_now a {
	color: #fff;
}

.menu1_topmenu a {
	color: #fff;
}

.menu1_topmenu_over a {
	color: #fff;
}

.menu1_topmenu_over {
	padding: 20px;
}

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

/*#menu1 a{
	color: #333;
}*/

#menu1 div#menu_user_information_box{
	display: none;
}

.menu1_layer{
	float: left;
}

.menu1_topmenu{
	color: #fff;
	word-break: keep-all;
	margin: 0;
	height: 60px;
}

.menu1_topmenu_over{
	margin: 0;
	color: #fff;
	word-break: keep-all;
	height: 60px;
}

.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;
	position: absolute;
	z-index: 2;
	border-top: 2px solid #333895;
	border-bottom: 2px solid #333895;
}

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

.menu1_submenu{
	color: #555;
	min-width: 200px;
}

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

.menu1_submenu div a{
	display: block;
	padding: 8px 10px;
	color: #555 !important;
	background: rgba(249,249,249,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;
}


/*スライダー
-----------------------------------*/
/**
 * 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
 */

#banner {
	width: 100%;
}

.bx-viewport,
.bx-wrapper{
	position: relative;
	top: 0;
	left: 0;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper ul {
margin: 0;
padding: 0;
}

.bxslider li {
margin: 0;
padding: 0;
line-height: 0;
list-style: none;
}

.bx-wrapper ul li img {
	width: 100%;
	height: auto;
}

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	width: 100%;
	bottom: inherit;
	text-align: center;
	z-index: 100;
	bottom: 70px;
	display: none;
}

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

.bx-wrapper .bx-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}

.bx-wrapper .bx-pager a.active {
	background-color: #fff;
}

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

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	display: none;
}

/*個別ページバナー*/
#banner_area {
	width: 100%;
	max-width: 100%;
}

#banner_area img {
	width: 100%;
	height: auto;
}

/* LOADER */

.bx-wrapper .bx-loading {
	display: none;
}

/*疑似パンくず
----------------------------------*/
#title_bar div {
	float: left;
}

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

#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 .page_cat {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	background: none;
}

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

/*サイドメニュー
---------------------------------------*/
.sub_menu_name {
	background: none;
	box-shadow: none;
	color: #333;
}

.sub_menu_box {
	background: none;
}

.sub_menu_name {
	font-size: 110%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #333895;
	border-bottom: 2px solid #333895;
}

.sub_menu_num_now, .sub_menu_num {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #555;
	margin: 0 0 10px 0;
}

.sub_menu_num a,.sub_menu_num_now a {
	text-decoration: none;
	color: #333895;
	font-weight: bold;
}

.sub_menu_num_now a {
	color: #7ac043;
}

.sub_menu_num a,.sub_menu_num_now a {
	position: relative;
	padding: 0 0 0 25px;
}

.sub_menu_num a::after,
.sub_menu_num_now a::after,
.sub_menu_num a::before,
.sub_menu_num_now a::before {
	display: block;
	content: '';
	position: absolute;
}

.sub_menu_num a::after {
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #7ac043;
	border-radius: 100%;
}

.sub_menu_num a::before {
	z-index: 2;
	top: 6px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sub_menu_num_now a::after {
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #7ac043;
	border-radius: 100%;
}

.sub_menu_num_now a::before {
	z-index: 2;
	top: 6px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*サブメニュー*/
.menu2_name {
	padding: 3px 9px;
	border-top: none;
	border-bottom: 2px solid #333895;
	border-left: 4px solid #333895;
	font-weight: bold;
}

.menu2_name_in {
	color: #333895;
	margin-bottom: 0;
	letter-spacing: 0.2em;
}

.menu2_cat {
	padding-left: 0;
	background: none;
}

.menu2_cat a {
	text-decoration: none;
	color: #333895;	
	position: relative;
	padding: 0 0 0 25px;
}

.menu2_cat a::after,
.menu2_cat a::before {
	display: block;
	content: '';
	position: absolute;
}

.menu2_cat a::after {
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #333895;
	border-radius: 100%;
}

.menu2_cat a::before {
	z-index: 2;
	top: 6px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*フッター上部バナー
---------------------------------------*/
.footer_banner_bg {
	padding: 40px 0 30px 0;
	background: #333895;
}

/*.footer_banner {
	margin: auto;
	padding: 0;
	width: 980px;
	list-style: none;
}

.footer_banner li {
	float: left;
	width: 33%;
}

.footer_banner img {
	margin: 0;
	padding: 0;
	width: 300px;
}*/

.footer_banner {
	display: table;
	margin: auto;
	padding: 0;
	width: 850px;
	list-style: none;
}

.footer_banner li {
	display: table-cell;
	margin: 0;
	padding: 0;
}

.footer_banner li img {
	width: 250px;
}


/*フッター
---------------------------------------*/
#footer_container {
	padding-top: 40px;
	background: #2f3239 none;
	border-top: 10px solid #22252e;
	color: #6e6e6e;
	border-top: 10px solid #22252e;
}

#footer a {
	color: #6e6e6e;
	text-decoration: none;
}

/*フッターメニュー*/
.footer_menu_area {
	margin: 0 0 50px 0;
}

.footer_menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	font-size: 90%;
	list-style: none;
	text-align: left;
}

.footer_menu li {
	margin: 0 0 10px 0;
}

.footer_menu .l-cat {
	position: relative;
	font-weight: bold;
	font-size: 14px;
}

.footer_menu .l-cat a::before {
	content: "";
	display: inline-block;
	padding: 0px 0 0px 0;
	transform: rotate(45deg);
	border-top: 2px solid #5e5f61;
	border-right: 2px solid #5e5f61;
	width: 4px;
	height: 4px;
	margin: 0px 0 0 0;
	position: absolute;
	top: 8px;
	left: -14px;
}

.footer_menu li > ul > li {
	list-style: none;
	font-size: 14px;
}

/*企業情報*/
.footer_c_logo {
	float: left;
	margin: 0 50px 0 0;
}

.footer_c_area {
	text-align: left;
	font-size: 16px;
}
.footer_c_data p {
	margin: 0 0 10px 0;
	font-size: 90%;
}

.footer_c_data .br_none {
	display: none;
}

#copyright {
	font-size: 12px;
}

/*トップページ
---------------------------------------*/
.box-toppage01-bg {
	padding: 20px 0;
	background: url(http://www.shinwapm.co.jp/image/skin/bg-machine001.png) no-repeat 0 -200px;
}

.box-toppage01 {
	margin: auto;
	width: 980px;
}

.box-toppage01 .h4-style {
	font-size: 170%;
	padding: 0 0 10px 0;
	color: #333895;
	font-weight: bold;
}

.box-toppage01 .h4-style-small-txt {
	font-size: 120%;
	padding: 0 0 20px 0;
	color: #333895;
	font-weight: bold;
}

.box-toppage01 .txt-area {
	vertical-align: top;
	position: relative;
}

.box-toppage01 .txt-area a {
	position: absolute;
	right: 0;
	bottom: -80px;
	display: block;
	background: #7ac043;
	padding: 10px 40px;
	text-decoration: none;
	color: #fff;
}

.box-toppage02-bg {
	margin: 0 0 50px 0;
	padding: 50px 0;
	background: #333895;
}

.box-toppage02 {
    width: 980px;
    margin: auto;
}

.box-toppage02 .item-box {
    width: 460px;
    box-sizing: border-box;
}

#main .box-toppage02 td img {
padding:0;
}

.box-toppage02 .h4-style {
	padding: 20px 20px 10px 20px;
	background: #fff;
	font-size: 120%;
	font-weight: bold;
	color: #333895;
}

.box-toppage02 .h4-style a {
	color: #333895;
	text-decoration: none;
}

.box-toppage02 .txt-area {
	background: #fff;
	padding: 0 20px 20px 20px;
	width: 460px;
	height: 70px;
	vertical-align: top;
}

/*NEWS
-------------------------------*/
#top_topics01 {
	width: 800px;
	margin: 0 auto 50px;
}

#top_topics_title h2 {
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #333895;
}

#top_topics_link {
	padding: 0;
	text-align: center;
}

#top_topics_link a {
	display: block;
	margin: 0 auto 80px;
	padding: 10px;
	text-decoration: none;
	background: #7ac043;
	width: auto;
	color: #fff;
	width: 15%;
}

#top_topics_list_box {
	border: none;
	padding: 10px 20px 0 20px;
}

.top_topics_date {
	padding: 10px 20px 10px 40px;
	color: #333895;
	width: 30%;
}

.top_topics_title {
	width: 70%;
	padding: 10px 40px 10px 0;
}

.top_topics_title a {
	position: relative;
	padding: 0 20px 0 0px;
	text-decoration: none;
	display: block;
}

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

.top_topics_title a::after,
.top_topics_title a::before {
	display: block;
	content: '';
	position: absolute;
}

.top_topics_title a::after {
	top: 10px;
	right: 5px;
	width: 16px;
	height: 16px;
	background-color: #7ac043;
	border-radius: 100%;
}

.top_topics_title a::before {
	z-index: 2;
	top: 15px;
	right: 11px;
	width: 4px;
	height: 4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*スタッフブログ
-----------------------------------*/
#top_topics02_waku {
	width: 100%;
	background: #f5f6f8;
	padding: 50px;
}

#top_topics02 {
	width: 980px;
	margin: auto;
}

#top_topics02 .blog_left {
	float: left;
	padding: 0;
	display: block;
}

#top_topics02 .blog_right {
	float: left;
	width: 500px;
	box-sizing: border-box;
	padding: 0 0 0 50px;
}

#top_topics02 #top_topics_title {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #333895;
	width: 500px;
}

#top_topics02 #top_topics_title h2 {
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}


.topics_box {
	font-weight: bold;
}

#top_topics02 .top_topics_title {
	width: 500px;
	box-sizing: border-box;
	padding: 0 0 8px 0;
}

.sub-title {
	float: left;
	margin: 0;
	color: #333895;
}

.blog_topics_link {
	float: right;
	margin: 0;
}

.blog_right .blog_topics_link a {
	position: relative;
	color: #333895;
	text-decoration: none;
}

.blog_right .blog_topics_link a::after,
.blog_right .blog_topics_link a::before {
	display: block;
	content: '';
	position: absolute;
}

.blog_right .blog_topics_link a::before {
	z-index: 2;
	top: 6px;
	left: -18px;
	width: 4px;
	height: 4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.blog_right .blog_topics_link a::after {
	top: 1px;
	left: -22px;
	width: 16px;
	height: 16px;
	background-color: #333895;
	border-radius: 100%;
}


#top_topics02 .top_topics_date {
	padding: 0;
	color: #333895;
	width: 100%;
	font-weight: bold;
}

#top_topics02 .top_topics_list_layer {
	width: 500px;
}

#top_topics02 #top_topics_list_box {
	padding: 10px 20px 0 0;
	background: #f5f6f8;
}

#top_topics02 .top_topics_title a::before {
	top: 9px;
}

#top_topics02 .top_topics_title a::after {
	top: 4px;
}

#top_topics02 .top_topics_list_layer {
	border-bottom: 1px dotted #333895;
	margin: 0 0 8px 0;
}

/*ページトップ*/
#to_pagetop {
	position: fixed;
	bottom: 90px;
	right: 10%;
	z-index: 9999;
	width: 50px;
	height: 50px;
	background: none;
}

#to_pagetop a {
	color: #333;
	line-height: 50px;
	text-decoration: none;
}


/*個別ページ
----------------------------------*/
.page_title {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	color: #333895;
}


#blog_container .blog_entry_title h3 {
	margin: 20px 0 0 0;
	padding: 8px 12px 6px;
	background: #f5f6f8;
	border-top: 1px dotted #333895;
	border-bottom: 2px solid #333895;
	font-size: 21px;
	font-weight: bold;
}

#blog_container .blog_entry_title h3 a,#blog_container .blog_entry_title h3 a:hover {

}


.edit001 table {
	width: 100%;
}

.edit001 table td {
	vertical-align: top;
}

.edit001 ul,.edit001 ol {
	marign: 0;
	padding: 0;
	font-size: 15px;
}

.edit001 .h3-style {
	padding: 8px 20px 6px;
	background: #f5f6f8;
	border-top: 1px dotted #333895;
	border-bottom: 2px solid #333895;
	font-size: 22px;
	font-weight: bold;
}

.edit001 .h4-style {
	color: #333895;
	font-size: 19px;
	font-weight: bold;
}

.edit001 .txt-area001 {
	padding: 0 0 0 15px;
	font-size: 15px;
}

.edit001 .txt-area001-right {
	width: 100%;
	padding: 0 0 0 15px;
	font-size: 15px;
	text-align: right;
}

.edit001 .img-col1 td {
	text-align: center;
}

.edit001 table.img-col2 {
	width: 675px;
}

.edit001 .img-col2 img {
}

.edit001 .img-col2 .txt-area001 {
	padding: 0 10px 0 15px;
}

.edit001 ul li {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	list-style: none;
}

.edit001 ul li::before {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: transparent;
	width: 5px;
	height: 5px;
	border-left: 5px solid #7a0;
	left: 0;
	box-sizing: border-box;
	top: 5px;
}

.edit001 ol li {
	margin: 0 0 0 30px;
	padding: 0 0 0 10px;
}

/*テーブルデザイン
------------------------------------*/
/*デザイン1*/
.edit001 .tbl_cap001 {
}

.edit001 .tbl_cap001 td {
	background: url(http://www.shinwapm.co.jp/image/skin/icon_tbl_cap.jpg) no-repeat 0 7px;
	padding: 5px 0 5px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #333895;
}

.edit001 .tbl_d001 {
	margin: 0 0 20px 0;
	border-top: 2px solid #333895;
	border-bottom: 2px solid #333895;
}
.edit001 .tbl_d001 th {
	padding: 10px 20px;
	color: #333895;
	width: 30%;
}

.edit001 .tbl_d001 td {
	padding: 10px 0;
}

.edit001 .tbl_d001 tr {
	border-bottom: 1px dotted #555;
}

/*デザイン2*/
.edit001 .tbl_cap002 {
	border-bottom: 2px solid #333895;
}

.edit001 .tbl_cap002 th {
	padding: 0 10px;
	color: #333895;
}

.edit001 .tbl_d002 {
	margin: 0;
	border-bottom: 2px solid #333895;
}

.edit001 .tbl_d002 th {
	padding: 10px 20px;
	color: #333;
	vertical-align: middle;
}

.edit001 .tbl_cap002 th:nth-child(1),
.edit001 .tbl_d002 th:nth-child(1)  {
	width: 30%;
}

.edit001 .tbl_cap002 th:nth-child(2),
.edit001 .tbl_d002 td:nth-child(2) {
	width: 30%;
}

.edit001 .tbl_cap002 th:nth-child(3),
.edit001 .tbl_d002 td:nth-child(3) {
	width: 30%;
}

.edit001 .tbl_cap002 th:nth-child(4),
.edit001 .tbl_d002 td:nth-child(4) {
	width: 10%;
}

.edit001 .tbl_d002 td {
	padding: 10px;
}

.edit001 .tbl_d002 tr {
	border-bottom: 1px dotted #555;
}

.edit001 .tbl_d002 .tbl_kugiri {
	border-bottom: 1px solid #333895;
}

/*デザイン3*/
.edit001 .fukidashi-gray {
	position: relative;
	padding: .8em 1.1em;
	background-color: #8d8ec7;
	border-radius: 20px;
	font-size: 105%;
	color: #ffffff;
}

.edit001 .fukidashi-gray::after {
	position: absolute;
	content: '';
	margin: 0;
	bottom: -55px;
	right: 50px;
	width: 0;
	height: 0;
	border-top: 80px solid #8d8ec7;
	border-left: 32px solid transparent;
	border-right: 12px solid transparent;
	transform: rotate(-40deg);
}

.blog_wrapper {
	border-bottom: none;
}

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

input[type="submit"], input[type="reset"] {
	border: 1px solid #c5c5c5;
	background: #f1f1f1;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
}

/*ブログパーツ
--------------------------------------*/
.menu2_other img {
	max-width: 260px;
}

.menu2_other br {
	line-height: 1;
}

.menu2_other ul {
	margin: 0;
	padding: 0;
}

.menu2_other li {
	list-style: none;
}

.menu2_other li a {
	position: relative;
	padding: 0 0 0 14px;
	text-decoration: none;
}

.menu2_other li a::before {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: transparent;
	width: 5px;
	height: 5px;
	border-left: 5px solid #7a0;
	box-sizing: border-box;
	top: 4px;
	left: 0;
}

.menu2_other iframe {
	width: 260px;
	height: auto;
}

.youtube_link_txt {
	margin: 0;
	text-align: right;
	padding: 0;
}

.youtube_link_txt a {
	display: block;
	text-decoration: none;
	position: relative;
}

.youtube_link_txt a::before {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: transparent;
	width: 5px;
	height: 5px;
	border-left: 5px solid #7a0;
	right: 100px;
	box-sizing: border-box;
	top: 6px;
}



/*セカンドページのバナー部にメニュー名表示
--------------------------------------*/

#banner_name {
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333895;
	text-shadow: 1px 1px 10px #888;
	/* color: #fff; */
	/* text-shadow: 1px 1px 5px #333; */

	font-size: 38px;
	width: 100%;
	margin: 0 auto;
	text-align: center;

	position: absolute;
	top: 53%;
}

