@charset "utf-8";
/* CSS Document */

/*
Theme Name: ガンプラはじめました Ver.3.5
Theme URI:
Description:
Version: Ver.3.5
Author: UG
Author URI:
Tags:
*/

/* ----------リセットCSS ---------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	text-decoration:none;
    background: transparent;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
}

div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, small, strong,
b, i, dl, dt, dd, ol, ul, li, tr, th, td {
	font-family: "メイリオ", Meiryo,verdana,sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
}
 
body {
    line-height: 1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
 
ol, ul {
    list-style: none;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
 
ins {
    background-color: transparent !important;
    color: #000;
    text-decoration: none;
}
 
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
hr {
    display: block;
    height: 1px;
    border: 0;  
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
 
input, select {
    vertical-align: middle;
}


img {
	vertical-align: top;
}

select option[selected] {
background: #CCC;
}

/* ----------リセットCSS END ---------- */



/* ----------共通CSS ---------- */
.left { float: left; }
.right { float: right; }

.tx_l, td.tx_l, .tx_l td { text-align:left !important; }
.tx_r, td.tx_r, .tt_r td { text-align:right !important; }
.tx_c, td.tx_c, .tx_c td { text-align:center !important; }

.va_t, td.va_t, .va_t td { vertical-align:top; }
.va_m, td.va_m, .va_m td { vertical-align:middle; }
.va_b, td.va_b, .va_b td { vertical-align:bottom; }

.clear { clear:both; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }

.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }
.pad30 { padding: 30px; }
.pad40 { padding: 40px; }
.pad50 { padding: 50px; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }

.img100 { width: 100% !important; height: auto !important; }
.img090 { width: 90% !important; height: auto !important; }
.img080 { width: 80% !important; height: auto !important; }
.img070 { width: 70% !important; height: auto !important; }
.img060 { width: 60% !important; height: auto !important; }
.img050 { width: 50% !important; height: auto !important; }
.img040 { width: 40% !important; height: auto !important; }
.img030 { width: 30% !important; height: auto !important; }
.img020 { width: 20% !important; height: auto !important; }
.img010 { width: 10% !important; height: auto !important; }

#pb_thuimg img { width: auto !important; height: auto !important; }

.tx10 { font-size: 10px; }
.tx11 { font-size: 11px; }
.tx12 { font-size: 12px; }
.tx13 { font-size: 13px; }
.tx14 { font-size: 14px; }
.tx15 { font-size: 15px; }

.f_size-2 { font-size: .5em !important; }
.f_size-1 { font-size: .75em !important; }
.f_size1 { font-size: 1em !important; }
.f_size2 { font-size: 1.25em !important; }
.f_size3 { font-size: 1.5em !important; }
.f_size4 { font-size: 1.75em !important; }
.f_size5 { font-size: 2em !important; }

.shadow {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.table_even tr:nth-child(even) {
	background: #f7f7f7;
}



/* ----------共通CSS END ---------- */




/* -----旧共通CSS END ----- */
.sup { vertical-align: super; }
.sub { vertical-align: sub; }

.pad_t10px { padding-top: 10px; }
.pad_t15px { padding-top: 15px; }
.pad_t20px { padding-top: 20px; }
.pad_r10px { padding-right: 10px; }
.pad_r15px { padding-right: 15px; }
.pad_r20px { padding-right: 20px; }
.pad_b10px { padding-bottom: 10px; }
.pad_b15px { padding-bottom: 15px; }
.pad_b20px { padding-bottom: 20px; }
.pad_l10px { padding-left: 10px; }
.pad_l15px { padding-left: 15px; }
.pad_l20px { padding-left: 20px; }

.mag_t10px { margin-top: 10px; }
.mag_t15px { margin-top: 15px; }
.mag_t20px { margin-top: 20px; }
.mag_r10px { margin-right: 10px; }
.mag_r15px { margin-right: 15px; }
.mag_r20px { margin-right: 20px; }
.mag_b5px { margin-bottom: 5px; }
.mag_b10px { margin-bottom: 10px; }
.mag_b15px { margin-bottom: 15px; }
.mag_b20px { margin-bottom: 20px; }
.mag_l10px { margin-left: 10px; }
.mag_l15px { margin-left: 15px; }
.mag_l20px { margin-left: 20px; }

.box100 { width: 100%; }
.box50 { width: 50%; }
.box45 { width: 45%; }
.box40 { width: 40%; }
.box35 { width: 35%; }
.box30 { width: 30%; }
.box25 { width: 25%; }
.box20 { width: 20%; }
.none { display: none; }

.box100img { width: 100%; height: auto; }
.box50img { width: 50%; height: auto; }
.box45img { width: 45%; height: auto; }
.box40img { width: 40%; height: auto; }
.box35img { width: 35%; height: auto; }
.box30img { width: 30%; height: auto; }
.box25img { width: 25%; height: auto; }
.box20img { width: 20%; height: auto; }

img { vertical-align: bottom; }

.red { color: #FF0000 !important;}
.blue { color: #0066cc !important;}
.yellow { color: #cccc00 !important;}
.red span { color: #FF0000; }

.bold { font-weight: bold !important; }

.clear { clear: both; }

.img1-1 { width: 600px; height: 600px; object-fit: contain; }



/* -----旧共通CSS END ----- */




/* --- 全体共通CSS --- */
html {
	width: 100%;
}

body {
	background: #fef7dd;
	width: 100%;
}

h1,h2,h3 {
	font-size: 14px;
	font-weight: normal;
}

a { color: #8e4413; text-decoration: none; }
a:hover { color:#8e4413; text-decoration:underline; }
.link_area { cursor: pointer; }

#link_list td { padding-bottom: 10px; }
#link_list td a:hover { text-decoration: underline; }

button {
	vertical-align: bottom;
	border: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }


.red { color: #FF363A; font-weight: bold; }
.blue { color: #0074FF; font-weight: bold; }
.under { text-decoration: underline; }

.list_type1 {
	list-style-type: decimal;
	margin-left: 30px;
}

.list_type2 {
	list-style-type: disc;
	margin-left: 20px;
}

.quo_box {
	background: #CCCCCC;
	padding: 15px;
}
.quo_box table {
	width: auto !important;
}
.quo_box img {
	width: 100%;
	max-width: 160px;
	height: auto;
}


.quo_box2 {
}
.quo_box2 img {
	width: 100%;
	max-width: 160px;
	height: auto;
}

.odd_table td, .odd_table th {
	padding: 7px 5px;
}
.odd_table tr:nth-child(odd) {
	background: #fafafa;
}
.odd_table .img1 {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.odd_table .pbandai_bt {
	top: 10px !important;
	background-size: 170px 27px !important;
	width: 170px !important;
	height: 27px !important;
}
.odd_table .amazon_bts {
	top: 10px !important;
	background-size: 100px 27px !important;
	width: 100px !important;
	height: 27px !important;
}
.odd_table .deji_bts {
	top: 10px !important;
	background-size: 100px 27px !important;
	width: 100px !important;
	height: 27px !important;
}
.odd_table #library_ms {
	padding: 4px 15px !important;
}


.saihan_ms {
	position: relative;
    background: #64a6ff;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0px 5px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}


/* --- 全体共通CSS END --- */




/* --- よくあるご質問 設定 --- */
.faq_box {
	position: relative;
	width: auto;
	padding: 20px;
}
.inyo_text {
	background: #EDEDED;
}

.faq_box .title {
	position: relative;
	background: url(images/faq/faq_icon.png) 0 0 no-repeat;
	padding: 12px 0;
	padding-left: 80px;
	font-size: 1.4em;
}

.faq_box .text {
	position: relative;
	padding: 10px 0;
	padding-left: 80px;
	font-size: 1.2em;
}


/* --- よくあるご質問 END --- */




/* --- カレンダー設定 --- */
#calender_box {
	width: 200px;
	float: right;
}

#calender_table {
	border-collapse: collapse;
	border: solid 1px #030;
	width: 200px;
	margin-bottom: 10px;
}
#calender_table td {
	border: solid 1px #030;
	background: #FFF;
	text-align: center;
	width: 25px;
	height: 25px;
	font-size: 12px;
}
#calender_table td.you {
	border: solid 1px #030;
	background: #e9e9e9;
	width: 25px;
	height: 25px;
}
#calender_table td.free {
	border: solid 1px #030;
	background: #ffa4ab;
	width: 25px;
	height: 25px;
}

#calender_table td.today {
	border: solid 1px #030;
	background: #f5f483;
	width: 25px;
	height: 25px;
}

/* --- カレンダー設定 END --- */



/* --- ページネーション --- */
div.pagination {
    clear:both;
    position:relative;
	height: 50px;
    font-size:11px;
    line-height:13px ;
    background:none;
    margin-bottom: 10px;
    vertical-align: middle;
}
 
div.pagination span, .pagination a {
    display:block;
    float:left ;
    margin: 2px 2px 2px 0 ;
    padding:6px 9px 5px 9px ;
    text-decoration:none;
    width:auto ;
    color:#fff ;
    background: #666 ;
}
 
div.pagination a:hover{
    color:#fff ;
    background: #faa850;
}
 
div.pagination .current{
    padding:6px 9px 5px 9px ;
    background: #faa850;
    color:#fff ;
}
/* --- ページネーション END --- */



/* --- 全体共通CSS --- */
hr {
	border: none;
	border-bottom: solid 1px #CCC;
	margin-bottom: 20px;
}

.midashi2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	border-bottom: dashed 1px #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.midashi_blog {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	border-left: solid 4px #135b8e;
	padding: 5px 0;
	padding-left: 10px;
	margin-bottom: 20px;
}
.midashi_blog a {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.midashi_blog2 {
	background: #6C6C6C;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	color: #fff;
	margin-bottom: 15px;
}
	
.midashi_s {
	border-left: solid 4px #135b8e;
	padding-left: 7px;
	font-weight: bold;
	margin-bottom: 5px;
}
	
.midashi_s2 {
	border-left: solid 4px #69b0e2;
	padding-left: 7px;
	font-weight: bold;
	margin-bottom: 5px;
}
	
.midashi_page {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	border-left: solid 4px #135b8e;
	padding: 5px 0;
	padding-left: 10px;
	margin-bottom: 20px;
}


.midashi_ti {
	background: #135b8e;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.midashi_ti span {
	color: #fff;
}

.midashi_ti2 {
	background: #3892d2;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 30px;
	margin-bottom: 20px;
}

	

#site_link p a {
	font-size: 14px;
}

#other_link p a {
	font-size: 13px;
}
#other_link p:before {
	content: "・";
}


.s_ami_bt {
	width: 295px !important;
	height: auto !important;
}
	

/* --- 全体共通CSS END --- */




/* --- TOP追加設定 --- */
.main1sub {
	margin-right: 0 !important;
}
/* --- TOP追加設定 END --- */





/* --- TOPナビ --- */
#top_nav {
	position: relative;
	width: auto;
}
#top_nav .table1 {
}
#top_nav .table1 .link0 {
	position: relative;
	background: #FFFFFF;
	width: auto;
	height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: .1em 1em;
	line-height: 30px;
	display: block;
	/* box-shadow */
	box-shadow:rgba(227, 227, 227, 0.8) 1px 1px 2px 1px;
	-webkit-box-shadow:rgba(227, 227, 227, 0.8) 1px 1px 2px 1px;
	-moz-box-shadow:rgba(227, 227, 227, 0.8) 1px 1px 2px 1px;
}
#top_nav .table1 .link0:hover {
	position: relative;
	bottom: 0.3em;
	text-decoration: none;
}
#top_nav .table1 .link1 {
	background: #804715;
	color: #fff;
	font-weight: bold;
}
#top_nav .table1 .link2 {
	background: #E92A2D;
	color: #fff;
	font-weight: bold;
}
#top_nav .table1 .link3 {
	background: #333333;
	color: #EBE200;
	font-weight: bold;
}
#top_nav .table1 .link4 {
	background: #89b1b1;
	color: #fff;
	font-weight: bold;
}
#top_nav .table1 .link5 {
	background: #d1868b;
	color: #fff;
	font-weight: bold;
}
#top_nav .table1 .link6 {
	background: #eb9441;
	color: #fff;
	font-weight: bold;
}
#top_nav .table1 .link7 {
	background: #69b4fb;
	color: #fff;
	font-weight: bold;
}

#top_nav .table1 #nowp {
	background: #fff;
	color: #804715;
	font-weight: bold;
}



#top_nav2 {
	position: relative;
	width: auto;
	border-bottom: solid 1px #804715;
	margin-bottom: 15px;
}
#top_nav2 .table1 {
}
#top_nav2 .table1 .link0 {
	position: relative;
	background: #FFFFFF;
	width: auto;
	height: 30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	padding: 5px 30px;
	line-height: 30px;
	display: block;
}
#top_nav2 .table1 .link1 {
	background: #804715;
	color: #fff;
	font-weight: bold;
}


#top_nav3 {
	position: relative;
	width: auto;
	border-bottom: solid 1px #804715;
	margin-bottom: 15px;
}
#top_nav3 .table1 {
}
#top_nav3 .table1 .link0 {
	position: relative;
	background: #FFFFFF;
	width: auto;
	height: 30px;
	font-size: 12px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	line-height: 30px;
	display: block;
}
#top_nav3 .table1 .link1 {
	background: #804715;
	color: #fff;
	font-weight: bold;
}



/* --- TOPナビ END --- */



/* --- 広告 設定 --- */
.adsence {
	width: 100%;
	text-align: center;
}

#market_info {
	background: #ED0D10;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 0px 50px;
	margin-bottom: 20px;
}
#market_info span {
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
}
#market_info a {
	color: #fff;
	font-weight: bold;
}


#market_info2 {
	background: #ED0D10;
	padding: 10px 80px;
	margin-bottom: 40px;
}
#market_info2 .title1 {
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
}
#market_info2 .text1 {
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
	line-height: 0.4;
}
#market_info2 .text1 span {
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
#market_info2 .text2 {
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
}
/* --- 広告 設定 END --- */



/* --- ブログ共有設定 --- */
.blog_post .postinfo a[rel="category tag"],.blog_post .postinfo a[rel="tag"],.gunpla_post .postinfo a[rel="tag"] {
	background: #327cb0;
	border: 1px solid #DDD;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.blog_post .postinfo a[rel="category tag"]:hover,.blog_post .postinfo a[rel="tag"]:hover,.gunpla_post .postinfo a[rel="tag"]:hover {
	background: #1c6191;
	border: 1px solid #DDD;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



#moto_info {
	cursor: pointer;
	display: inline-block;
}
#moto_info_box {
	clear: both;
	z-index: 100;
	display: none; /* visibility will be toggled with jquery */
	margin-bottom: 30px;
}
#moto_info {
	position: relative;
	background: none !important;
	width: 200px;
	padding: 10px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    z-index: 1;
    opacity: 1;
	
	font-size: 12px;
	text-align: center;
	color: #fff;
	
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
#moto_info:hover {
	text-decoration: none;
}
#moto_info:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #2e9ac2;
    width: 100%;
    height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    z-index: -1;
    opacity: 0;
	
    -webkit-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform 0.4s,opacity .4s;
    transition: transform 0.4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
#moto_info:hover:before {
    opacity: 1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#moto_info:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ED3538;
    width: 100%;
    height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    z-index: -2;
}




#moto_tweet {
	cursor: pointer;
	display: inline-block;
}
#moto_tweet_box {
	clear: both;
	z-index: 100;
	display: none; /* visibility will be toggled with jquery */
	margin-bottom: 30px;
}

#moto_tweet {
	position: relative;
	background: none !important;
	width: 200px;
	padding: 10px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    z-index: 1;
    opacity: 1;
	
	font-size: 12px;
	text-align: center;
	color: #fff;
	
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
#moto_tweet:hover {
	text-decoration: none;
}
#moto_tweet:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ED3538;
    width: 100%;
    height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    z-index: -1;
    opacity: 0;
	
    -webkit-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform 0.4s,opacity .4s;
    transition: transform 0.4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
#moto_tweet:hover:before {
    opacity: 1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#moto_tweet:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #2e9ac2;
    width: 100%;
    height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    z-index: -2;
}



#age_list {
	cursor: pointer;
}
#age_list_box {
	clear: both;
	z-index: 100;
	display: none; /* visibility will be toggled with jquery */
}


#syosai_bt, #syosai_bt1, #syosai_bt2, #syosai_bt3, #syosai_bt4, #syosai_bt5, #syosai_bt6, #maruti_key {
	cursor: pointer;
}
#syosai_box, #syosai_box1, #syosai_box2, #syosai_box3, #syosai_box4, #syosai_box5, #syosai_box6, #maruti_key_box {
	clear: both;
	z-index: 100;
	display: none; /* visibility will be toggled with jquery */
}


.blog_post .fancybox img, .gunpla_post .fancybox img {
	box-shadow: 0 3px 6px rgba(0,0,0,0.40), 0 3px 6px rgba(0,0,0,0.40);
	transition: all .2s ease-in-out;
}
.blog_post .fancybox img:hover, .gunpla_post .fancybox img:hover {
	box-shadow: 0 6px 12px rgba(0,0,0,0.25), 0 6px 12px rgba(0,0,0,0.25);
}

#new_post_box img, #rankking_box img {
	box-shadow: 0 2px 2px rgba(0,0,0,0.40), 0 2px 2px rgba(0,0,0,0.40);
}


.rinji_icon {
	position: relative;
	top: -2px;
    background: #FF7639;
	width: auto;
	height: 25px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px 8px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.yoyaku_icon {
	position: relative;
	top: -5px;
    background: #52df14;
	width: auto;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 2px 8px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.yoyaku_icon:hover {
	color: #fff;
	text-decoration: none;
}


.hanbai_icon {
	position: relative;
	top: -5px;
    background: #4fbddc;
	width: auto;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.hanbai_icon:hover {
	color: #fff;
	text-decoration: none;
}


#library_ms {
	position: relative;
    background: #8e4413;
	width: auto;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}
#library_ms:hover {
	text-decoration: none;
}

#library_m {
	position: relative;
    background: #8e4413;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}
#library_m:hover {
	text-decoration: none;
}

#Twitter_ms {
	position: relative;
    background: #2e9ac2;
	width: 102px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#Twitter_ms:hover {
	text-decoration: none;
}

#Twitter_m {
	position: relative;
	margin-bottom: 20px;
}
#Twitter_m a {
	position: relative;
	background: none !important;
	width: 270px;
	padding: 10px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    z-index: 1;
    opacity: 1;
	
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
#Twitter_m a:hover {
	text-decoration: none;
}
#Twitter_m a:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ED3538;
    width: 100%;
    height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    z-index: -1;
    opacity: 0;
	
    -webkit-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform 0.4s,opacity .4s;
    transition: transform 0.4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
#Twitter_m a:hover:before {
    opacity: 1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#Twitter_m a:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #2e9ac2;
    width: 100%;
    height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    z-index: -2;
}


#gunpla_m {
	margin-bottom: 20px;
}
.library_m:before {
	content: '■';
}

.blog_post .p_img_box a img {
	box-shadow: 0 3px 6px rgba(0,0,0,0.40), 0 3px 6px rgba(0,0,0,0.40);
	transition: all .2s ease-in-out;
}
.blog_post .p_img_box a img:hover {
	box-shadow: 0 6px 12px rgba(0,0,0,0.25), 0 6px 12px rgba(0,0,0,0.25);
}


.off_post {
	border-left: solid 5px #F01919;
}


.klink_table {
	width: 240px !important;
	float: left;
	margin-right: 15px;
}
.klink_table td {
	position: relative;
	vertical-align: top;
}
.klink_table .img1 {
	width: 116px;
	height: auto;
	margin: 0;
	padding: 0;
}
.klink_table .img2 {
	width: 116px;
	height: auto;
	margin: 0;
	padding: 0;
}
.klink_table td.box1:before {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	background: #8e4413;
	width: 40px;
	display: block;
	content: "図鑑";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.klink_table td.box2:before {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	display: block;
	content: "素組";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #2e9ac2;
	text-align: center;
}



#single_page_links {
	text-align: center;
}
#single_page_links span {
    background: #faa850;
    margin: 2px 2px 2px 0;
    padding: 10px 25px;
    text-decoration: none;
    width: auto;
	border: solid 1px #666;
    display: inline-block;
}
#single_page_links a span {
    background: none;
}
#single_page_links a span:hover {
    background: #faa850;
}
 


/* --- ブログ共有設定 END --- */



/* --- ショップ設定 --- */
.shop_text {
	background: #F7F7F7;
	padding: 15px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.shop_list span {
	font-size: 10px;
}
.shop_list span.teika_t {
	font-size: 12px;
}
.shop_list .sum_img_list {
	margin-right: 5px;
	float: left;
}
.shop_list .sum_img_list img {
	width: 70px;
	height: auto;
}

.shop_box {
	background: #F7F7F7;
	padding: 15px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
}
.shop_box .title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
}
.shop_box .box1 {
}


.shop_box2 {
	background: #F7F7F7;
	padding: 5px;
	border: solid 1px #ccc;
}



#login_form {
	width: 100%;
}

#login_box {
	position: relative;
	background: #2e2e2e;
	width: 340px;
	height: 350px;
	padding: 20px;
	margin: 0 auto;
	
	/* box-shadow */
	box-shadow:0px 1px 2px 2px #e1e1e1;
	-moz-box-shadow:0px 1px 2px 2px #e1e1e1;
	-webkit-box-shadow:0px 1px 2px 2px #e1e1e1;
	
	/* border-radius */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#login_box .title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 17px;
	border-bottom: solid 1px #989898;
}
#login_box .text1 {
	font-weight: bold;
	color: #FFFFFF;
}
#login_box input {
	background: #fff;
	width: 265px;
	height: 40px;
	border: none;
	
	/* border-radius */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
#login_box .box1 {
	position: absolute;
	top: 90px;
	left: 35px;
}
#login_box .box2 {
	position: absolute;
	top: 175px;
	left: 35px;
}
#login_box #submit {
	position: absolute;
	top: 270px;
	left: 35px;
	width: 265px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	padding: 0;
	
	border: none;
	
	/* box-shadow */
	box-shadow:0px 1px 3px -1px #000000;
	-moz-box-shadow:0px 1px 3px -1px #000000;
	-webkit-box-shadow:0px 1px 3px -1px #000000;
	
	/* border-radius */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	
	background: rgb(4,154,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,154,219,1) 0%, rgba(0,102,205,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(4,154,219,1) 0%,rgba(0,102,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(4,154,219,1) 0%,rgba(0,102,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049adb', endColorstr='#0066cd',GradientType=0 ); /* IE6-9 */
}


#mokei_ln {
	margin-bottom: 10px;
}
#mokei_ln a {
	position: relative;
	background: #4bc130;
	width: 270px;
	padding: 5px 10px;
	display: block;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 17px;
	line-height: 1.2;
	text-align: justify;
	color: #fff;
	font-weight: bold;
}
#mokei_ln a:hover {
	text-decoration: none;
}


#zat_tebtyo {
	width: 400px;
	height: auto;
	float: right;
	margin-left: 30px;
}
#zat_tebtyo_text {
	margin-right: 430px;
}



#gblog_box {
	position: relative;
	width: 100%;
	max-height: 200px;
	border: solid 1px #ccc;
	overflow: auto;
	padding: 20px;
}
#gblog_box .gblog_post {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #ddd;
}
#gblog_box .gblog_post .day {
	color: #555;
}
#gblog_box .gblog_post .text {
}



/* --- ショップ設定 END --- */



/* --- 発売日リスト設定 --- */
#date_box {
	width: 100%;
	height: 300px;
	overflow: auto;
	border: solid 1px #663300;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.moke_bt {
	position: relative;
	top: 4px;
	background: url(images/moke_bt.png) no-repeat;
	background-size: 170px 25px;
	width: 170px;
	height: 25px;
	cursor: pointer;
	display: inline-block;
}
.moke_bts {
	position: relative;
	top: 4px;
	background: url(images/moke_bts.png) no-repeat;
	background-size: 102px 25px;
	width: 102px;
	height: 25px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

.amazon_bt {
	position: relative;
	top: 4px;
	background: url(images/amazon_bt.png) no-repeat;
	background-size: 150px 20px;
	width: 150px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
.amazon_bts {
	position: relative;
	top: 4px;
	background: url(images/amazon_bts.png) no-repeat;
	background-size: 95px 23px;
	width: 95px;
	height: 23px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}
.amazonk_bt {
	position: relative;
	top: 4px;
	background: url(images/amazonk_bt.png) no-repeat;
	background-size: 150px 20px;
	width: 150px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
.amazonk_bts {
	position: relative;
	top: 4px;
	background: url(images/amazonk_bts.png) no-repeat;
	background-size: 95px 23px;
	width: 95px;
	height: 23px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

.amazonpv_bt {
	position: relative;
	top: 4px;
	background: url(images/amazonpv_bt.png) no-repeat;
	background-size: 150px 20px;
	width: 150px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
.amazonpv_bts {
	position: relative;
	top: 4px;
	background: url(images/amazonpv_bts.png) no-repeat;
	background-size: 95px 23px;
	width: 95px;
	height: 23px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

.amiami_bt {
	position: relative;
	top: 4px;
	background: url(images/amiami_bt.png) no-repeat;
	background-size: 150px 20px;
	width: 150px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
.amiami_bts {
	position: relative;
	top: 4px;
	background: url(images/amiami_bts.png) no-repeat;
	background-size: 95px 23px;
	width: 95px;
	height: 23px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

.yahoo_bt {
	position: relative;
	top: 4px;
	background: url(images/yahoo_bt.png) no-repeat;
	background-size: 150px 20px;
	width: 150px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
.yahoo_bts {
	position: relative;
	top: 4px;
	background: url(images/yahoo_bts.png) no-repeat;
	background-size: 95px 23px;
	width: 95px;
	height: 23px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}


.deji_bt {
	position: relative;
	top: 4px;
	background: url(images/deji_bt.png) no-repeat;
	background-size: 150px 20px;
	width: 150px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
.deji_bts {
	position: relative;
	top: 4px;
	background: url(images/deji_bts.png) no-repeat;
	background-size: 95px 23px;
	width: 95px;
	height: 23px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

.pbandai_bt {
	position: relative;
	top: 4px;
	background: url(images/pbandai_bt.png) no-repeat;
	background-size: 150px 20px;
	width: 150px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
.pbandai_bts {
	position: relative;
	top: 4px;
	background: url(images/pbandai_bts.png) no-repeat;
	background-size: 95px 23px;
	width: 95px;
	height: 23px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

.bookof_bt {
	position: relative;
	top: 4px;
	background: url(images/bookof_bt.png) no-repeat;
	background-size: 150px 20px;
	width: 150px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
.bookof_bts {
	position: relative;
	top: 4px;
	background: url(images/bookof_bts.png) no-repeat;
	background-size: 95px 23px;
	width: 95px;
	height: 23px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

.tokusyu_icon {
	position: relative;
	top: -3px;
	left: 5px;
	background: #1c1b1b;
	color: #ddd42e;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 2px 10px;
	border: solid 1px #dfa314;
	
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.tokusyu_icon:hover {
	color: #ddd42e;
	text-decoration: none;
}

.tokusyu_icon_b {
	position: relative;
	background: #1c1b1b;
	color: #ddd42e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px 35px;
	border: solid 1px #dfa314;
	
	/* border-radius */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.tokusyu_icon_b:hover {
	color: #ddd42e;
	text-decoration: none;
}



.table1 td {
	padding-right: 20px;
	word-wrap: break-word;
}
.table1 .img1 img {
	box-shadow: 0 2px 2px rgba(0,0,0,0.40), 0 2px 2px rgba(0,0,0,0.40);
	width: 100px;
	height: auto;
}
.table1 td.price {
	text-align: right;
}


.saleday_box {
	border: solid 1px #ccc;
	padding: 10px;
}
.saleday_box p {
}
.saleday_box .box1 {
	width: 160px;
	height: auto;
	float: left;
}
.saleday_box .box1 .img1 img {
	width: 45%;
	height: auto;
}
.saleday_box .box2 {
	margin-left: 180px;
}
.saleday_box .box2 .title {
	font-size: 15px;
	font-weight: bold;
}


.saleday_box2 {
	border: solid 1px #ccc;
	padding: 10px;
}
.saleday_box2 p {
}
.saleday_box2 .box1 {
	width: 160px;
	height: auto;
	float: left;
}
.saleday_box2 .box1 .img1 img {
	width: 100%;
	height: auto;
}
.saleday_box2 .box2 {
	margin-left: 180px;
}
.saleday_box2 .box2 .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}


#tuki_box a {
	position: relative;
	background: #1c1b1b;
	color: #ddd42e;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 2px 10px;
	border: solid 1px #dfa314;
	
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/* --- 発売日リスト設定 END --- */



/* --- 記事一覧サムネイル設定 --- */
.thumbnail_box {
	width: 160px;
	height: 220px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}
.thumbnail_box .day {
	font-size: 12px;
}
.thumbnail_box .sum_img_list {
	margin-bottom: 5px;
}
.thumbnail_box .title {
	font-size: 12px;
	line-height: 16px;
}
.thumbnail_box .attachment-thumbnail {
	width: 160px;
	height: 160px;
}

.thumbnail_box .item_img {
	width: 160px;
	height: 160px;
	object-fit: contain;
	padding: 5px;
	border: solid 1px #ddd;
	margin-bottom: 5px;
}



/* --- 記事一覧サムネイル設定 END --- */




/* --- サイドバーサムネイル設定 --- */
.s_new_post {
	width: 205px;
	margin-bottom: 7px;
}
.s_new_post .s_img {
	float: left;
	width: 50px;
}
.s_new_post .sum_img_list {
	margin-bottom: 5px;
}
.s_new_post img.attachment-thumbnail {
	width: 50px;
	height: 50px;
}

.s_new_post .day {
	font-size: 12px;
	line-height: 10px;
	margin-bottom: 5px;
}
.in_box {
	float: right;
	width: 145px;
	font-size: 13px;
	line-height: 18px;
}
.in_box a {
	font-size: 13px;
	line-height: 18px;
}


/* --- サイドバーサムネイル設定 END --- */




/* --- ガンプラリスト設定 --- */
#info_table {
	width: 100%;
	border-collapse: collapse;
	position: relative;
	margin-bottom: 20px;
}
#info_table th {
	background: #fef7dd;
	font-weight: bold;
	border: solid 1px #663300;
	padding: 8px 5px;
	padding-bottom: 3px;
	vertical-align: middle;
	text-align: left;
	line-height: 1.1em;
}
#info_table th span {
	font-size: 10px;
	line-height: 1.1em;
}
#info_table td {
	border: solid 1px #663300;
	padding: 7px 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	line-height: 1.3em;
}
#info_table td span {
	font-size: 13px;
	line-height: 1.3em;
}

.rec_box {
	width: 130px;
	height: auto;
	margin-right: 10px;
	float: left;
}
.rec_box a {
	line-height: 16px;
}

.wherego_thumb {
	margin-bottom: 5px;
}
.wherego_title {
	font-size: 12px;
}



#list_info_box {
	position: relative;
	width: 100%;
	min-height: 50px;
}
#gunpla_search_box {
	margin-bottom: 20px;
}

#searchform {
    position: relative;
}
#keywords  {  
    background: #fff;
    width: 100%;
    height: 40px;
    border: none;
    padding: 4px;
	border: solid 1px #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
}  
#searchBtn {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/search_icon.png) #999 center no-repeat;
	background-size: 25px 25px;
	width: 100px;
    height: 40px;
	border: none;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	cursor: pointer;
}  
*:first-child + html #searchBtn {
    top: 1px;
}  


.input-id {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}


.select_search + .select2 {
	width: 100% !important;
	box-sizing: border-box !important;
}

.select2-container--default .select2-selection--single {
	position: relative;
	top: 5px;
	border: 1px solid #333 !important;
    border-radius: 1px !important;
	width: 100% !important;
	height: 38px !important;
	display: inline-block !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important;
}
.select2-container {
	z-index: 100000 !important;
}


#searchform2 {
    position: relative;
}
#keywords2  {  
    background: #fff;
    width: 100%;
    height: 40px;
    border: none;
    padding: 4px;
	border: solid 1px #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
}  
#searchBtn2 {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/search_icon.png) #999 center no-repeat;
	background-size: 25px 25px;
	width: 50px;
    height: 40px;
	border: none;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	cursor: pointer;
}  
*:first-child + html #searchBtn2 {
    top: 1px;
}  



#favorite_box {
	position: absolute;
	top: 0;
	right: 0;
}
#list_ver {
	position: absolute;
	top: 5px;
	right: 90px;
	width: 80px;
}
#list_ver td img {
	width: auto;
	height: auto;
}

#list_open {
	position: absolute;
	top: 7px;
	right: 0;
}
#list_text_bt {
	background: url(images/list_text_bt.png) no-repeat top left;
	width: 30px;
	height: 30px;
	display: block;
}
#list_text_bt:hover {
	background: url(images/list_text_bt.png) no-repeat bottom right;
}

#list_img_bt {
	background: url(images/list_img_bt.png) no-repeat top left;
	width: 30px;
	height: 30px;
	display: block;
}
#list_img_bt:hover {
	background: url(images/list_img_bt.png) no-repeat bottom right;
}


#ap_img {
	width: 100%;
	height: auto;
}

.img_box {
	margin-bottom: 20px;
	clear: both;
}

#img_table {
	width: 100%;
	margin-bottom: 20px;
}

#img_table2 {
	width: 100%;
	margin-bottom: 20px;
}
#img_table2 img {
	max-width: 100%;
	height: 327px;
	object-fit: contain;
}


#front_img {
	width: 100%;
	height: auto;
}

#back_img {
	width: 100%;
	height: auto;
}

#mae_img {
	width: 100%;
	height: auto;
	margin-right: 20px;
}
#side_img {
	width: 100%;
	height: auto;
	margin-right: 20px;
}
#ue_img {
	width: 100%;
	height: auto;
}

#soubi_img {
	width: 100%;
	height: auto;
}

.kaitori_text {
	font-size: 12px;
}

.sugumi_link {
	font-size: 12px;
}

.s_gunpla_cont table {
	width: 100%;
}
.s_gunpla_cont img {
	width: 100%;
	height: auto;
}


div.youtube_box {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
div.youtube_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#kougu_box {
	margin-bottom: 20px;
}
#kougu_box img {
	width: 50px !important;
	height: auto !important;
	margin-right: 10px;
}

.sale_bt {
	width: 295px !important;
	height: auto !important;
}


.runner_table {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.runner_table .img1 {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.runner_table .title1 {
	text-align: center;
}

.list_img_box {
	width: 140px !important;
}


#ori_tyumon_box {
	background: #f0f0f0;
	padding: 15px;
	margin-bottom: 20px;
}
	
	
#s_series {
}
#s_series .children li:before {
	content: "-";
	margin-right: 5px;
}
#s_series .children {
	padding-left: 5px;
	padding-bottom: 30px;
}


.catinfo_box {
	margin-bottom: 30px;
}
.catinfo_box .box1 {
	width: 300px;
	height: auto;
	float: left;
}
.catinfo_box .box2 {
	margin-left: 320px;
}
.catinfo_box .box2 .title1 {
	font-weight: bold;
	margin-bottom: 10px;
}


#yoyaku_box .yoyaku_icon {
	font-size: 20px;
	padding: 10px 20px;
}


/* --- ガンプラリスト設定 END --- */



/* --- ガンプラショップ設定 --- */
#shop_memo {
	cursor: pointer;
}
#shop_memo_box {
	clear: both;
	z-index: 100;
	display: none; /* visibility will be toggled with jquery */
}

.hanbai_c {
	background: #FFDDDE;
}

.ilist_box {
	background: #EFEFEF;
	width: 160px;
	height: 310px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}
.ilist_box .box1 {
	padding: 5px;
}
.ilist_box .sum_img_list {
	margin-bottom: 5px;
}
.ilist_box .title {
	font-size: 12px;
	line-height: 1.4;
	height: 50px;
	overflow: hidden;
	margin-bottom: 5px;
}
.ilist_box .attachment-thumbnail {
	width: 160px;
	height: 160px;
}
.ilist_box p, .ilist_box b, .ilist_box span {
	font-size: 12px;
	line-height: 1.6;
}


#sale_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#countdown_box {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
#countdown_box span {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

#t_countdown_box {
	font-weight: bold;
	color: #FF0000;
}
#t_countdown_box span {
	font-weight: bold;
	color: #FF0000;
}

.teika_tx {
	font-size: 11px;
}

.haibai_tx {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}


#contact_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#contact_table th {
	background: #f0f0f0;
	width: 150px;
	padding: 5px;
	line-height: 18px;
	border-bottom: solid 2px #ccc;
}
#contact_table td {
	background: #fff;
	padding: 10px;
	border-bottom: solid 2px #ccc;
}
#contact_table input {
	background: #eff6fc;
	border: solid 1px #466d99;
}

#contact_table textarea {
	background: #eff6fc;
	border: solid 1px #466d99;
	width: 100%;
}

#contact_table input,#contact_table textarea {
	border: solid 1px #999;
}

#contact_table input.text1 {
	width: 200px;
}
#contact_table input.text2 {
	width: 250px;
}
#contact_table input.text3 {
	width: 300px;
}
#contact_table input.text4 {
	width: 350px;
}
#contact_table input.text5 {
	width: 400px;
}
#contact_table input.text6 {
	width: 50px;
}
#contact_table textarea{
	width: 100%;
}

.contact_icon {
	position: relative;
	top: -1px;
	background: rgba(245,47,51,1.00);
	padding: 2px 8px;
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input[type="radio"] , input[type="checkbox"]{
	position: relative;
	top: -3px;
}



#submit_box {
	text-align: right;
	padding-bottom: 30px;
}
#submit_box table {
	margin: 0 auto;
}
#submit_box button {
	position: relative;
	background: #fff;
}
#btn_reset, #btn_send {
	width: 180px;
	height: auto;
}
#reset, #submit {
	cursor: pointer;
}

.cartjs_product_table {
	margin: auto !important;
}
.cartjs_product_table table {
	margin: 15px 0 !important;
}
.cartjs_cart_in {
	text-align: right !important;
}

#sugumi_text {
	margin-bottom: 40px;
}
#sugumi_text .title {
	font-size: 2em;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-bottom: 20px;
}


/* --- ガンプラショップ設定 END --- */




/* --- ガンダム情報 設定 --- */
#msinfo_link {
	background: #F8F8F8;
	position: relative;
	padding: 15px;
	border: solid 1px #D9D9D9;
	width: 400px;
	margin-bottom: 30px;
}
#msinfo_link li a {
	font-size: 12px;
}
#msinfo_link li:before {
	content: "・";
}


.msinfo_mainimg {
	position: relative;
	width: 30%;
	float: left;
	margin-right: 50px;
}
.msinfo_mainimg img {
	width: 100%;
	height: auto;
}
.msinfo_mainimg .box1 img {
	width: 73px;
	height: 73px;
	object-fit: cover;
	margin-bottom: 5px;
}


#msinfo_cont {
	width: 60%;
	float: right;
}




.msinfo_mainimg_pirot {
	position: relative;
	width: 250px;
	float: right;
}
.msinfo_mainimg_pirot img {
	width: 100%;
	height: auto;
}
.msinfo_mainimg_pirot .box1 img {
	width: 73px;
	height: auto;
	margin-bottom: 5px;
}

.msinfo_mainimg div {
	position: relative;
}
.none_img1:before {
	content: url(images/none.png);
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 100;
}


.msinfo_cat_text {
	position: relative;
	top: -2px;
	background: #327cb0;
	border: 1px solid #DDD;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 3px 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
}


.book_cat_text {
	position: relative;
	top: -2px;
	width: 80px;
	border: 1px solid #DDD;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 2px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
}
.cat_web { background: #327cb0; }
.cat_game { background: #3c32b0; }
.cat_anime { background: #b08532; }
.cat_comic { background: #69b032; }
.cat_inc { background: #b03241; }
.cat_book { background: #32b0a1; }
.cat_media { background: #99d000; }


#t_news_box {
	position: relative;
	width: 100%;
	height: 140px;
	padding: 10px;
	border: solid 1px #ccc;
	overflow: auto;
	margin-bottom: 20px;
}


.news_cat_text {
	position: relative;
	top: -2px;
	width: 110px;
	border: 1px solid #DDD;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 2px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
}
.t_news_post .day {
	font-size: 11px;
}

.out_icon:before {
	position: relative;
	top: 4px;
	content: url(images/icon2.png);
	margin-right: 5px;
}


#msinfo_list p:nth-child(odd) {
	background: #F7F7F7;
}


#kaihatu_box {
}
#kaihatu_box .box {
	position: relative;
	background: #F8F8F8;
	padding: 5px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	font-size: 12px;
}
#kaihatu_box .box a {
	position: relative;
	font-size: 12px;
}
#kaihatu_box .img1 {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

/* --- ガンダム情報 設定 END --- */




/* --- 模型店関連 設定 --- */
.item_box {
}

.item_box .box1 {
	width: 400px;
	float: left;
}

.item_box .box2 {
	margin-left: 440px;
}

.item_img_table img {
	padding: 5px;
	border: solid 1px #ddd;
}
.item_img_table .img1 {
	width: 100%;
	height: 350px;
	object-fit: contain;
}

.item_cat {
}
.item_cat a {
	font-size: 14px;
	color: #676566;
	border: solid 1px #676566;
	padding: 0 7px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	display: inline-block;
	margin-bottom: 5px;
}
.item_cat a:hover {
	color: #aaa;
	border: solid 1px #aaa;
	text-decoration: none;
}


#item_table {
	width: 100%;
}
#item_table th {
	background: #f7f7f7;
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
}
#item_table td {
	border-bottom: solid 1px #ddd;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
}

.item_list {
	width: 100%;
}
.item_list li {
	padding: 5px 10px;
}
.item_list li:nth-child(even) {
	background: #f7f7f7;
	padding: 5px 10px;
}


#item_list_box {
	width: 100%;
	/*overflow: hidden;*/
}
#item_list_box .box1 {
	width: auto;
}

.item_post {
	width: 175px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}
.item_post .item_img {
	width: 170px;
	height: 170px;
	object-fit: contain;
	border: solid 1px #bdb0a2;
	margin-bottom: 10px;
}
.item_post .item_title {
	font-size: 14px !important;
	line-height: 1.4em;
}
.item_post .item_sale {
	text-align: center;
}


.item_list_box2 {
	width: 200px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
.item_list_box2 .img_box {
	margin-bottom: 10px;
}
.item_list_box2 .img_box img {
	width: 200px;
	height: 200px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	object-fit: contain;
}
.item_list_box2 .title {
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.item_list_box2 .price {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1em;
}
.item_list_box2 .price span {
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
}


.item_list_box_card {
	width: 150px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
.item_list_box_card .img_box {
	margin-bottom: 10px;
}
.item_list_box_card .img_box img {
	width: 150px;
	height: 150px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	object-fit: contain;
}
.item_list_box_card .title {
	font-size: .9em;
	line-height: .9em;
}
.item_list_box_card .title a {
	font-size: .9em;
	line-height: .9em;
}
.item_list_box_card .price {
	font-size: .9em;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}
.item_list_box_card .price span {
	font-size: .8em;
	color: #FF0000;
	font-weight: normal;
}


.all_price {
	font-size: 24px !important;
	font-weight: bold !important;
	color: #FF0000 !important;
}


.item_list_boxz .img_box {
	margin: 0 !important;
}
.item_list_boxz .img_box img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	object-fit: cover;
}


/* --- 模型店関連 設定 END --- */



.wpfp-img {
	position: relative;
	top: -1px;
	width: 15px !important;
	height: auto !important;
}


/* --- カート関連 設定 --- */
.contact_icon {
	position: relative;
	top: -1px;
	background: rgba(245,47,51,1.00);
	padding: 2px 8px;
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.remove-parent {
	position: relative !important;
	top: -1px !important;
	background: rgba(245,47,51,1.00) !important;
	padding: 2px 8px !important;
	font-size: 13px !important;
	color: #fff !important;
	border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}


.cart_box {
	margin-bottom: 30px;
}

.cart_box .cut {
	position: relative;
	top: -2px;
	width: 60px;
	height: 40px;
	font-size: 24px;
	margin-right: 20px;
}

.cart_bt0 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 40px;
	border: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}
.cart_bt0:hover { color: #fff; }
.cart_bt1 { background: #80a3f0; }
.cart_bt2 { background: #f4bc40; }
.cart_bt3 { background: #FF0000; }
.cart_bt4 { background: #fff; color: #333; border: solid 1px #ccc; } .cart_bt4:hover { color: #333; }
.cart_bt5 { background: #79b74a; }

.error { color: #FF0000; font-weight: bold; }


.j_nosale {
	position: relative;
	top: -1px;
	background: rgba(245,47,51,1.00);
	padding: 2px 8px;
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.j_sale {
	position: relative;
	top: -1px;
	background: #537fe8;
	padding: 2px 8px;
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.card_icon0 {
	position: relative;
	background: #171717;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.card_icon1 {
	position: relative;
	background: #E38C1E;
	padding: 2px 5px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	display: inline-block;
    white-space: nowrap;
}
.card_icon2 {
	position: relative;
	background: #369EFF;
	padding: 2px 5px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.card_icon3 {
	position: relative;
	background: #2D9A12;
	padding: 2px 5px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.card_icon4 {
	position: relative;
	background: #8D1CA6;
	padding: 2px 5px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.card_icon5 {
	position: relative;
	background: #323232;
	padding: 2px 5px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.card_icon6 {
	position: relative;
	background: #FF3DA9;
	padding: 2px 5px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.card_icon7 {
	position: relative;
	background: #FFFFFF;
	padding: 2px 5px;
	font-size: .9em;
	color: #000;
	border: solid 1px #000;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.card_icon8 {
	position: relative;
	background: #733C1B;
	padding: 2px 5px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.typecss0 {/*レインボー*/
	position: relative;
	background: linear-gradient(to right,#e60000,#f39800,#fff100,#009944,#0068b7,#1d2088,#920783);
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss1 {/*ライトグレー*/
	position: relative;
	background: #E8E8E8;
	padding: 2px 7px;
	font-size: .9em;
	color: #000;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss2 {/*レッド*/
	position: relative;
	background: #ff3300;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss3 {/*グリーン*/
	position: relative;
	background: #33cc00;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss4 {/*ブルー*/
	position: relative;
	background: #3399cc;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss5 {/*イエロー*/
	position: relative;
	background: #ffff33;
	padding: 2px 7px;
	font-size: .9em;
	color: #000;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss6 {/*パープル*/
	position: relative;
	background: #cc6699;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss7 {/*オレンジ*/
	position: relative;
	background: #ff9900;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss8 {/*ダークブルー*/
	position: relative;
	background: #336699;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss9 {/*グレー*/
	position: relative;
	background: #cccccc;
	padding: 2px 7px;
	font-size: .9em;
	color: #000;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss10 {/*オールドイエロー*/
	position: relative;
	background: #cccc66;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss11 {/*ピンク*/
	position: relative;
	background: #ff66cc;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss12 {/*グレー*/
	position: relative;
	background: #cccccc;
	padding: 2px 7px;
	font-size: .9em;
	color: #000;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss13 {/*オレンジ*/
	position: relative;
	background: #ff3300;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss14 {/*ブルー*/
	position: relative;
	background: #0066ff;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss15 {/*パープル*/
	position: relative;
	background: #cc00ff;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.typecss16 {/*グリーン*/
	position: relative;
	background: #00cc00;
	padding: 2px 7px;
	font-size: .9em;
	color: #fff;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}


.reji_table {
	position: relative;
	width: 70%;
	margin: 0 auto;
}

.textarea1 {
	font-size: 16px;
	width: 100%;
	min-height: 300px;
	padding: 20px;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
}

.wpfp-span {
	color: #f04c77;
	font-weight: bold;
	padding: 4px 30px;
	border: solid 1px #f04c77;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.wpfp-span a {
	color: #f04c77;
	font-weight: bold;
}


#cart_submit {
	padding: 10px !important;
}

#resito {
	position: relative;
	background: #FFFFFF;
	z-index: 100000;
}
#resito td,#resito th,#resito span,#resito p {
	color: #000;
}
#resito .title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
#resito .add {
	font-size: 14px;
}
#resito .tel {
	font-size: 14px;
}
#resito .ryosyu {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#resito .time {
	font-size: 14px;
}

/* --- カート関連 設定 END --- */





.rainbow {
	position: relative;
	width: auto;
	height: auto;
	z-index: 180;
}
.rainbow:before {
	content: "";
    position: absolute;
	top: 5px;
	left: 5px;
    width: 390px;
    height: 340px;
	background: url(images/reinbow.png) center no-repeat;
	background-size: contain;
	vertical-align: middle;
    z-index: 190;
    display: block;
	z-index: 180;
}

.rainbow_s {
	position: relative;
	width: auto;
	height: auto;
	z-index: 180;
}
.rainbow_s:before {
	content: "";
    position: absolute;
    width: 200px;
    height: 200px;
	background: url(images/reinbow.png) center no-repeat;
	background-size: contain;
	vertical-align: middle;
	z-index: 189 !important;
    display: block;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	z-index: 180;
}

.rainbow_sy {
	position: relative;
	width: auto;
	height: auto;
	z-index: 180;
}
.rainbow_sy:before {
	content: "";
    position: absolute;
    width: 200px;
    height: 200px;
	background: url(images/reinbow.png) center no-repeat;
	background-size: contain;
	transform:rotate(90deg);
	vertical-align: middle;
	z-index: 189 !important;
    display: block;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	z-index: 180;
}

.rainbow_s2 {
	position: relative;
	width: auto;
	height: auto;
	z-index: 180;
}
.rainbow_s2:before {
	content: "";
    position: absolute;
    width: 150px;
    height: 150px;
	background: url(images/reinbow.png) center no-repeat;
	background-size: contain;
	vertical-align: middle;
	z-index: 189 !important;
    display: block;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	z-index: 180;
}




.coldf {
	position: relative;
	width: auto;
	height: auto;
}
.coldf:before {
	content: "";
    position: absolute;
	top: 5px;
	left: 5px;
    width: 390px;
    height: 340px;
	background: url(images/coldf.png) center no-repeat;
	background-size: contain;
	vertical-align: middle;
	z-index: 189 !important;
    display: block;
}

.coldf_s {
	position: relative;
	width: auto;
	height: auto;
}
.coldf_s:before {
	content: "";
    position: absolute;
    width: 200px;
    height: 200px;
	background: url(images/coldf.png) center no-repeat;
	background-size: contain;
	vertical-align: middle;
    z-index: 190;
    display: block;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.coldf_s2 {
	position: relative;
	width: auto;
	height: auto;
}
.coldf_s2:before {
	content: "";
    position: absolute;
    width: 150px;
    height: 150px;
	background: url(images/coldf.png) center no-repeat;
	background-size: contain;
	vertical-align: middle;
    z-index: 190;
    display: block;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}




.image_mouseover_1 {
	overflow: visible;
	width: 100%;
	height: 100%;
}
.image_mouseover_1 img {
	position: relative;
	display: block;
	transition-duration: 0.1s;
	box-shadow: none !important;
	z-index: 179 !important;
}
.image_mouseover_1 img:hover {
	transform: scale(2,8);
	transition-duration: 0.3s;
	z-index: 180 !important;
}

.image_mouseover_2 {
	overflow: visible;
	width: 100%;
}
.image_mouseover_2 > a > div {
	position: relative;
	display: inline-block;
	transition-duration: 0.1s;
	box-shadow: none !important;
	z-index: 179 !important;
}
.image_mouseover_2 > a > div:hover {
	transform: scale(2.8);
	transition-duration: 0.3s;
	z-index: 180 !important;
}
.image_mouseover_2 > a > img {
	position: relative;
	display: inline-block;
	transition-duration: 0.1s;
	box-shadow: none !important;
	z-index: 179 !important;
}
.image_mouseover_2 > a > div{
	background-color: transparent;
}
.image_mouseover_2 > a > div > img {
	position: relative;
	display: inline-block;
	transition-duration: 0.1s;
	box-shadow: none !important;
	z-index: 179 !important;
}
.image_mouseover_2 > a > img:hover {
	transform: scale(2.8);
	transition-duration: 0.3s;
	z-index: 180 !important;
}



.image_mouseover_3 {
	overflow: visible;
	width: 100%;
}
.image_mouseover_3 > a {
	position: relative;
	display: inline-block;
	transition-duration: 0.1s;
	z-index: 179 !important;
}
.image_mouseover_3 > a > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	transform-origin: 0 0;
	transform: scale(0.5) rotate(0.75turn) translate( -200px, 170px) ;/**/
	z-index: 179 !important;
}
.image_mouseover_3 > a:hover {
	transform: scale(2) translate(20px, 0);
	transition-duration: 0.3s;
	z-index: 180 !important;
}



.image_mouseover_4 {
	overflow: visible;
	width: 100%;
}
.image_mouseover_4 > a {
	position: relative;
	display: inline-block;
	transition-duration: 0.1s;
	z-index: 179 !important;
}
.image_mouseover_4 > a > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	transform-origin: 0 0;
	transform: scale(0.5) rotate(0turn) translate( 10px, 170px) ;/**/
	z-index: 179 !important;
}
.image_mouseover_4 > a:hover {
	transform: scale(2) translate(20px, 0);
	transition-duration: 0.3s;
	z-index: 180 !important;
}



.image_mouseover_3-1 {
	overflow: visible;
	width: 100%;
}
.image_mouseover_3-1 > a {
	position: relative;
	display: inline-block;
	transition-duration: 0.1s;
	z-index: 179 !important;
}
.image_mouseover_3-1 > a > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	transform-origin: 0 0;
	transform: scale(0.55) rotate(0.75turn) translate( -210px, 180px) ;/**/
	z-index: 179 !important;
}
.image_mouseover_3-1 > a:hover {
	transform: scale(2.5) translate(0, 0);
	transition-duration: 0.3s;
	z-index: 180 !important;
}


.image_mouseover_4-1 {
	overflow: visible;
	width: 100%;
}
.image_mouseover_4-1 > a {
	position: relative;
	display: inline-block;
	transition-duration: 0.1s;
	z-index: 179 !important;
}
.image_mouseover_4-1 > a > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	transform-origin: 0 0;
	transform: scale(0.55) rotate(0turn) translate( 10px, 185px) ;/**/
	z-index: 179 !important;
}
.image_mouseover_4-1 > a:hover {
	transform: scale(2.5) translate(0, 0);
	transition-duration: 0.3s;
	z-index: 180 !important;
}

.page_top_img {
	width: 125px;
	height: auto;
	margin-bottom: 5px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}




#situnyu_t {
	position: relative;
	width: 100%;
	font-size: .8em;
	margin-bottom: 10px;
}
#situnyu_t th {
	background: #CFCFCF;
	font-size: .7em;
	text-align: center;
	border: #E0E0E0 solid 1px;
}
#situnyu_t td {
	font-size: .7em;
	text-align: center;
	border: #E0E0E0 solid 1px;
}





.top_banner_size {
	width: 8.3%;
	height: auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}





/* --- ブラウザ幅 0以上～1366以下 --- */
@media screen and (max-width: 1366px) {
	/* --- 共通CSS --- */
	.wrap {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}
	
	.cont_mb {
		margin-bottom: 50px;
	}
	
	.side_mb {
		margin-bottom: 30px;
	}
	
	.midashi1 {
		margin-bottom: 10px;
	}
	
	.midashi3 {
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	#page_nav {
		margin-right: 270px;
		text-align: left;
		font-size: 12px;
		margin-bottom: 15px;
	}
	#page_nav a {
		font-size: 12px;
	}
	
	/* --- 共通CSS END --- */
	
	
	
	/* --- 背景設定 --- */
	#container {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/* --- 背景設定 END --- */
	
		
	
	/* --- ヘッダー設定 --- */
	#header {
		background: #5c4d3e;
		width: 100%;
		height: auto;
		clear: both;
		z-index: 99989;
	}
	#header .wrap {
		width: auto;
		padding: 20px;
	}
	
	#logo {
		font-size: 24px;
		color: #FFFFFF;
	}
	
	/* --- ヘッダー設定 END --- */
	
	
	
	/* --- メインイメージ設定 --- */
	#mainimg_index {
		background: #FFFFFF;
		position: relative;
		width: 100%;
		min-width: 1000px;
		height: 250px;
		clear: both;
		overflow: hidden;
		margin-top: 50px;
		margin-bottom: 30px;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	#mainimg_index .wrap {
		position: absolute;
		left: 50%;
		margin-left: -1470px;
		width: 2940px;
	}
	#mainimg_index .wrap #slider1 {
	}

	#mainimg_index1 {
		background: url(images/mainimg/mainimg_index1.png) no-repeat;
		width: 980px;
		height: 250px;
	}
	#mainimg_index2 {
		background: url(images/mainimg/mainimg_index2.png) no-repeat;
		width: 980px;
		height: 250px;
	}
	#mainimg_index3 {
		background: url(images/mainimg/mainimg_index3.png) no-repeat;
		width: 980px;
		height: 250px;
	}
	
	#slider-fhd {
		padding: 20px;
		margin-bottom: 20px;
	}


	
	/* --- メインイメージ設定 END --- */
	
	
	
	/* --- ナビ設定 --- */
	#nav {
		position: relative;
		width: 100%;
		clear: both;
	}
	
	/* --- ナビ設定 END --- */
	  
	
	
	/* --- コンテンツ設定 --- */
	#content {
		position: relative;
		padding-top: 20px;
	}
	
	
	#content_index {
		position: relative;
		clear: both;
	}
	
	
	#main {
		position: relative;
		width: auto;
		/*margin-right: 280px;*/
		background: #FFF;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	#main .wrap {
		width: auto;
		padding: 20px;
	}
	
	
	.box_art {
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	
	
	
	
	/* --- コンテンツ設定 END --- */
	
	
	
	
	/* --- レフトorライトメニュー設定 --- */
	#sidebar {
		position: absolute;
		top: 0;
		right: 0;
		width: 260px;
		float: right;
		margin-bottom: 50px;
		background: #FFF;
		z-index: 50;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	
	#sidebar .wrap {
		width: auto;
		padding: 20px;
	}
	
	#rankking_box {
	}
	
	#twitter_box {
	}
	
	#top_info p {
		font-size: 12px;
	}
	
	/* --- レフトorライトメニュー設定 END --- */
	
	
	
	
	
	/* --- フッター設定 --- */
	#footer {
		position: relative;
		width: auto;
		clear: both;
		margin: 0 250px;
		margin-bottom: 20px;
	}
	#footer .wrap {
		width: auto;
		padding: 20px;
	}
	
	
	address {
		text-align: center;
	}
	
	.toTop {
		position: fixed;
		bottom: 30px;
		right: 30px; 
	}
	
	/* --- フッター設定 END --- */
	
	
	
	/* --- ブログ設定 --- */
	.blog_post {
		margin-bottom: 40px;
	}
	.blog_post img {
		width: 100%;
		max-width: 800px;
		height: auto;
	}
	.blog_post table {
		width: 100%;
		height: auto;
	}
	
	.blog_post .p_img_box {
		width: 250px;
		float: left;
	}
	.blog_post .p_img_box2 {
		display: none;
	}
	.blog_post .p_img_box img {
		width: 250px;
		height: auto;
	}
	.blog_post .p_info_box {
		width: auto;
		height: auto;
		margin-left: 270px;
	}
	
	.blog_post .postinfo {
		font-size: 12px;
		margin-bottom: 10px;
		clear: both;
	}
	.blog_post .postinfo p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	
	
	
	#archive_box {
		width: 100%;
	}
	
	/* --- ブログ設定 END --- */
	
	
	
	/* --- コメント設定 --- */
	#comment {
		font-size: 12px;
	}
	
	#commentlist {
		list-style: none;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	#commentlist li {
		margin: 0 0 5px;
		padding: 1em;
		background: #F6F6F6;
	}
	
	.comment-author {
		color: #000000;
		font-weight: bold;
	}
	
	.comment-author a:link,
	.comment-author a:visited {
		text-decoration: none;
		color: #800000;
		font-weight: bold;
	}
	
	.comment-author a:hover {
		color: #800000;
		border-bottom: 1px solid #800000;
	}
	
	.comment-date {
		color: #888;
		font-size: 8px;
		float: right;
	}
	
	.comment-content {
		font-size: 13px;
	}
	.comment-content p {
		font-size: 13px;
	}
	
	
	#respond {
		margin-bottom: 10px;
	}
	#respond #author {
		width: 300px;
		margin-bottom: 10px;
	}
	#respond #email {
		width: 300px;
		margin-bottom: 10px;
	}
	#respond #url {
		width: 400px;
		margin-bottom: 10px;
	}
	#respond #comment {
		width: 500px;
		margin-bottom: 10px;
	}
	
	
	#commentlist .comment_table {
		width: 100% !important;
		max-width: none;
		vertical-align: top;
	}
	#commentlist .comment_table td {
		vertical-align: top;
	}
	
	#commentlist .children {
		margin-left: 40px;
	}
	
	/* --- コメント設定 END --- */



	/* --- 固定ページ 設定 --- */
	.page_post {
		position: relative;
	}
	
	
	
	/* --- 固定ページ 設定 END --- */

}

/* --- 解像度 1366*768 ノート以上～解像度 フルHD未満 PC設定 1367～1919 --- */
@media screen and (min-width: 1367px) and (max-width: 1919px) {
	/* --- 共通CSS --- */
	.wrap {
		position: relative;
		margin: 0 auto;
		width: 1020px;
		height: 100%;
	}
	
	.cont_mb {
		margin-bottom: 50px;
	}
	
	.side_mb {
		margin-bottom: 30px;
	}
	
	.midashi1 {
		margin-bottom: 10px;
	}
	
	.midashi3 {
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	#page_nav {
		margin-right: 270px;
		text-align: left;
		font-size: 12px;
		margin-bottom: 15px;
	}
	#page_nav a {
		font-size: 12px;
	}
	
	/* --- 共通CSS END --- */
	
	
	
	/* --- 背景設定 --- */
	#container {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/* --- 背景設定 END --- */
	
		
	
	/* --- ヘッダー設定 --- */
	#header {
		background: #5c4d3e;
		width: 100%;
		height: auto;
		clear: both;
		z-index: 99989;
	}
	#header .wrap {
		width: auto;
		padding: 20px;
	}
	
	#logo {
		font-size: 24px;
		color: #FFFFFF;
	}
	
	/* --- ヘッダー設定 END --- */
	
	
	
	/* --- メインイメージ設定 --- */
	#mainimg_index {
		background: #FFFFFF;
		position: relative;
		width: 100%;
		min-width: 1000px;
		height: 250px;
		clear: both;
		overflow: hidden;
		margin-top: 50px;
		margin-bottom: 30px;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	#mainimg_index .wrap {
		position: absolute;
		left: 50%;
		margin-left: -1470px;
		width: 2940px;
	}
	#mainimg_index .wrap #slider1 {
	}

	#mainimg_index1 {
		background: url(images/mainimg/mainimg_index1.png) no-repeat;
		width: 980px;
		height: 250px;
	}
	#mainimg_index2 {
		background: url(images/mainimg/mainimg_index2.png) no-repeat;
		width: 980px;
		height: 250px;
	}
	#mainimg_index3 {
		background: url(images/mainimg/mainimg_index3.png) no-repeat;
		width: 980px;
		height: 250px;
	}
	
	#slider-fhd {
		padding: 20px;
		margin-bottom: 20px;
	}


	
	/* --- メインイメージ設定 END --- */
	
	
	
	/* --- ナビ設定 --- */
	#nav {
		position: relative;
		width: 100%;
		clear: both;
	}
	
	/* --- ナビ設定 END --- */
	  
	
	
	/* --- コンテンツ設定 --- */
	#content {
		position: relative;
		padding-top: 20px;
	}
	
	
	#content_index {
		position: relative;
		clear: both;
	}
	
	
	#main {
		position: relative;
		width: 1000px;
		float: left;
		background: #FFF;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	#main .wrap {
		width: auto;
		padding: 20px;
	}
	
	
	.box_art {
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	
	
	/* --- コンテンツ設定 END --- */
	
	
	
	
	/* --- レフトorライトメニュー設定 --- */
	#sidebar {
		position: absolute;
		top: 0;
		right: 0;
		width: 260px;
		float: right;
		margin-bottom: 50px;
		background: #FFF;
		z-index: 50;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	
	#sidebar .wrap {
		width: auto;
		padding: 20px;
	}
	
	
	#rankking_box {
	}
	
	#twitter_box {
	}
	
	#top_info p {
		font-size: 12px;
	}
	
	/* --- レフトorライトメニュー設定 END --- */
	
	
	
	
	
	/* --- フッター設定 --- */
	#footer {
		position: relative;
		width: auto;
		clear: both;
		margin: 0 250px;
		margin-bottom: 20px;
	}
	#footer .wrap {
		width: auto;
		padding: 20px;
	}
	
	
	address {
		text-align: center;
	}
	
	.toTop {
		position: fixed;
		bottom: 30px;
		right: 30px; 
	}
	
	/* --- フッター設定 END --- */
	
	
	
	/* --- ブログ設定 --- */
	.blog_post {
		margin-bottom: 40px;
	}
	.blog_post img {
		width: 100%;
		max-width: 800px;
		height: auto;
	}
	.blog_post table {
		width: 100%;
		height: auto;
	}
	
	
	.blog_post .p_img_box {
		width: 300px;
		float: left;
	}
	.blog_post .p_img_box2 {
		display: none;
	}
	.blog_post .p_img_box img {
		width: 300px;
		height: auto;
	}
	.blog_post .p_info_box {
		width: 640px;
		height: auto;
		float: right;
	}
	
	.blog_post .postinfo {
		font-size: 12px;
		margin-bottom: 10px;
		clear: both;
	}
	.blog_post .postinfo p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	
	
	#archive_box {
		width: 100%;
	}
	
	/* --- ブログ設定 END --- */
	
	
	
	/* --- コメント設定 --- */
	#comment {
		font-size: 12px;
	}
	
	#commentlist {
		list-style: none;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	#commentlist li {
		margin: 0 0 5px;
		padding: 1em;
		background: #F6F6F6;
	}
	
	.comment-author {
		color: #000000;
		font-weight: bold;
	}
	
	.comment-author a:link,
	.comment-author a:visited {
		text-decoration: none;
		color: #800000;
		font-weight: bold;
	}
	
	.comment-author a:hover {
		color: #800000;
		border-bottom: 1px solid #800000;
	}
	
	.comment-date {
		color: #888;
		font-size: 8px;
		float: right;
	}
	
	.comment-content {
		font-size: 13px;
	}
	.comment-content p {
		font-size: 13px;
	}
	
	
	#respond {
		margin-bottom: 10px;
	}
	#respond #author {
		width: 300px;
		margin-bottom: 10px;
	}
	#respond #email {
		width: 300px;
		margin-bottom: 10px;
	}
	#respond #url {
		width: 400px;
		margin-bottom: 10px;
	}
	#respond #comment {
		width: 500px;
		margin-bottom: 10px;
	}
	
	
	#commentlist .comment_table {
		width: 100% !important;
		max-width: none;
		vertical-align: top;
	}
	#commentlist .comment_table td {
		vertical-align: top;
	}
	
	#commentlist .children {
		margin-left: 40px;
	}
	
	/* --- コメント設定 END --- */



	/* --- 固定ページ 設定 --- */
	.page_post {
		position: relative;
	}
	
	
	/* --- 固定ページ 設定 END --- */

}

/* --- 解像度 1980*1080 フルHDディスプレイ 以上 PC設定 1980以上～ --- */
@media screen and (min-width: 1920px) {
	/* --- 共通CSS --- */
	.wrap {
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	
	.cont_mb {
		margin-bottom: 50px;
	}
	
	.side_mb {
		margin-bottom: 30px;
	}
	
	.midashi1 {
		margin-bottom: 10px;
	}
	
	.midashi3 {
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	#page_nav {
		margin-right: 270px;
		text-align: left;
		font-size: 12px;
		margin-bottom: 15px;
	}
	#page_nav a {
		font-size: 12px;
	}
	
	/* --- 共通CSS END --- */
	
	
	
	/* --- 背景設定 --- */
	#container {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/* --- 背景設定 END --- */
	
		
	
	/* --- ヘッダー設定 --- */
	#header {
		background: #5c4d3e;
		width: 100%;
		height: auto;
		clear: both;
		z-index: 99989;
	}
	#header .wrap {
		width: auto;
		padding: 20px;
	}
	
	#logo {
		font-size: 24px;
		color: #FFFFFF;
	}
	
	/* --- ヘッダー設定 END --- */
	
	
	
	/* --- メインイメージ設定 --- */
	#mainimg_index {
		background: #FFFFFF;
		position: relative;
		width: 100%;
		min-width: 1000px;
		height: 250px;
		clear: both;
		overflow: hidden;
		margin-top: 60px;
		margin-bottom: 30px;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	#mainimg_index .wrap {
		position: absolute;
		left: 50%;
		margin-left: -1470px;
		width: 2940px;
	}
	#mainimg_index .wrap #slider1 {
	}

	#mainimg_index1 {
		background: url(images/mainimg/mainimg_index1.png) no-repeat;
		width: 980px;
		height: 250px;
	}
	#mainimg_index2 {
		background: url(images/mainimg/mainimg_index2.png) no-repeat;
		width: 980px;
		height: 250px;
	}
	#mainimg_index3 {
		background: url(images/mainimg/mainimg_index3.png) no-repeat;
		width: 980px;
		height: 250px;
	}
	
	#slider-fhd {
		padding: 20px;
		margin-bottom: 20px;
	}



	#mainimg {
		background: #FFFFFF;
		position: relative;
		width: 100%;
		min-width: 1000px;
		height: 300px;
		clear: both;
		overflow: hidden;
		margin: 3px 0;
	}
	#mainimg .wrap {
		width: 100%;
	}
	#mainimg .wrap #slider0 {
		position: absolute;
		width: 1600px;
	}
	
	#mainimg_sub {
		background: url(images/mainimg_sub.png) no-repeat center;
		position: relative;
		width: 1600px;
		min-height: 300px;
		text-align: center;
	}
	
	#mainimage {
		position: relative;
		margin-bottom: 20px;
		clear: both;
	}
	
	/* --- メインイメージ設定 END --- */
	
	
	
	/* --- ナビ設定 --- */
	#nav {
		position: relative;
		width: 100%;
		clear: both;
	}
	
	/* --- ナビ設定 END --- */
	  
	
	
	/* --- コンテンツ設定 --- */
	#content {
		position: relative;
		width: auto;
		margin: 0 280px;
		clear: both;
		padding-top: 20px;
	}
	
	
	#content_index {
		position: relative;
		width: auto;
		margin: 0 280px;
		clear: both;
	}
	
	
	#main {
		position: relative;
		/*margin-right: 280px;*/
		background: #FFF;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	#main .wrap {
		width: auto;
		padding: 20px;
	}
	
	
	.box_art {
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	
	
	/* --- コンテンツ設定 END --- */
	
	
	
	
	/* --- レフトorライトメニュー設定 --- */
	
	
	#sidebar {
		/*position: absolute;*/
		top: 0;
		right: 0;
		width: 260px;
		float: right;
		margin-bottom: 50px;
		background: #FFF;
		z-index: 50;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	
	#sidebar .wrap {
		width: auto;
		padding: 20px;
	}
	
	#site_link {
		background: #FFFFFF;
		position: fixed;
		top: 85px;
		right: 20px;
		width: 220px;
		padding: 10px;
		z-index: 100;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	
	#rankking_box {
		background: #FFFFFF;
		position: fixed;
		top: 400px;
		right: 20px;
		width: 220px;
		padding: 10px;
		z-index: 100;
		
		/* border-radius */
		border-radius:;
		-webkit-border-radius:;
		-moz-border-radius:;
		
		/* box-shadow */
		box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
		-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	}
	
	#twitter_box {
		position: fixed;
		top: 85px;
		left: 20px;
		z-index: 100;
	}
	
	#top_info p {
		font-size: 12px;
	}
	
	/* --- レフトorライトメニュー設定 END --- */
	
	
	
	
	
	/* --- フッター設定 --- */
	#footer {
		position: relative;
		width: auto;
		clear: both;
		margin: 0 250px;
		margin-bottom: 20px;
	}
	#footer .wrap {
		width: auto;
		padding: 20px;
	}
	
	
	address {
		text-align: center;
	}
	
	.toTop {
		position: fixed;
		bottom: 30px;
		right: 30px; 
	}
	
	/* --- フッター設定 END --- */
	
	
	
	/* --- ブログ設定 --- */
	.blog_post {
		margin-bottom: 40px;
	}
	.blog_post img {
		width: 100%;
		max-width: 800px;
		height: auto;
	}
	.blog_post table {
		width: 100%;
		height: auto;
	}
	
	
	.blog_post .p_img_box {
		width: 300px;
		float: left;
	}
	.blog_post .p_img_box2 {
		display: none;
	}
	.blog_post .p_img_box img {
		width: 300px;
		height: auto;
	}
	.blog_post .p_info_box {
		width: 690px;
		height: auto;
		float: right;
	}
	
	.blog_post .postinfo {
		font-size: 12px;
		margin-bottom: 10px;
		clear: both;
	}
	.blog_post .postinfo p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	
	
	#archive_box {
		width: 100%;
	}
	
	/* --- ブログ設定 END --- */
	
	
	
	/* --- コメント設定 --- */
	#comment {
		font-size: 12px;
	}
	
	#commentlist {
		list-style: none;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	#commentlist li {
		margin: 0 0 5px;
		padding: 1em;
		background: #F6F6F6;
	}
	
	.comment-author {
		color: #000000;
		font-weight: bold;
	}
	
	.comment-author a:link,
	.comment-author a:visited {
		text-decoration: none;
		color: #800000;
		font-weight: bold;
	}
	
	.comment-author a:hover {
		color: #800000;
		border-bottom: 1px solid #800000;
	}
	
	.comment-date {
		color: #888;
		font-size: 8px;
		float: right;
	}
	
	.comment-content {
		font-size: 13px;
	}
	.comment-content p {
		font-size: 13px;
	}
	
	
	#respond {
		margin-bottom: 10px;
	}
	#respond #author {
		width: 300px;
		margin-bottom: 10px;
	}
	#respond #email {
		width: 300px;
		margin-bottom: 10px;
	}
	#respond #url {
		width: 400px;
		margin-bottom: 10px;
	}
	#respond #comment {
		width: 500px;
		margin-bottom: 10px;
	}
	
	
	#commentlist .comment_table {
		width: 100% !important;
		max-width: none;
		vertical-align: top;
	}
	#commentlist .comment_table td {
		vertical-align: top;
	}
	
	#commentlist .children {
		margin-left: 40px;
	}
	
	/* --- コメント設定 END --- */



	/* --- 固定ページ 設定 --- */
	.page_post {
		position: relative;
	}
	
	
	/* --- 固定ページ 設定 END --- */
}



@media print{
	.print { display: none !important; }
}



