@charset "utf-8";
/*********************************************************************************pageslide*/
html {
	-webkit-text-size-adjust : none;
}
* {
	text-shadow:none !important;
}
body {
	width:auto;
	font-size:80%;
	color:#555;
	background-color:#eee;
	line-height:1.6em;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
p {
	margin-bottom:20px;
}
/*********************************************************************************テーブル*/
table {
	border:solid 1px #ccc;
	border-width:1px 0 0 1px;
	width:100%;
	margin-bottom:20px;
}
td, th {
	border:solid 1px #ccc;
	border-width:0 1px 1px 0;
}
th {
	background-color:#eee;
	font-weight:bold;
	text-align:center;
	font-size:80%;
	line-height:1.3em;
	padding:3px;
	background-image:url(../../../img/common/bg_gradation_white_type02_under.png);
	background-repeat:repeat-x;
	background-position:left top;
}
td {
	text-align:left;
	font-size:80%;
	padding:3px;
	line-height:1.4em;
}
tr {
	text-align:left;
	font-size:80%;
	padding:3px;
	line-height:1.4em;
}
/********************************************************************************ヘッダーエリア*/
#header {
/*	position: fixed;
	z-index:2;
	top:0;
	left:0;*/
	width:100%;
	height:45px;
	line-height:45px;
	background-color:#000;
	padding:0;
	color:#333;
}
.header1 {
	background:#ccc url(../img/bg_header_m.png) repeat-x top;
}
.header1 {
	/* background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));　
 background: linear-gradient(#ececec, #fff);*/
 background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ccc));
　  background: linear-gradient(#f5f5f5, #ccc);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #999;
}
.header1 img {
	width:180px;
	height:auto;
	padding:8px 0 0 8px;
}
.header1 h1 {
display: block;
height: 50px;
width: 135px;
line-height: 50px;
font-weight: bold;
margin-left: 5px;
float: left;
}
.header1 nav {
	float: right;
	margin-right:5px;
}
.header1 nav li {
	float: right;
}
.header1 nav li a {
	display: block;
	height: 30px;
	width: 50px;
	color: #333;
	line-height: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ececec));
	background: linear-gradient(#fff #ececec);
	text-align: center;
	text-decoration: none;
	border: 1px solid #dadada;
	margin-top: 7px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.5);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
}
.header1 nav li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: linear-gradient(#eee #ccc);
}
.header1 nav li {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
/*.header1 nav li:first-child > a{
border-radius: 0 4px 4px 0;

}
.header1 nav li:last-child > a{
border-radius: 4px 0 0 4px;
border-right: none;
margin-left: 10px;
 }*/
/*********************************************************************************開閉メニュー*/
#wrapper {
/*	position: fixed;
	z-index:1;
	top:45px;
	bottom:0;
	left:0;*/
	width:100%;
	/*background:#999;*/
	overflow:auto;
}
#wrapper_m {
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	width:80%;
	left:-80%;
	background:#333;
	overflow:auto;
}
#scroller {
	position:absolute;
	z-index:1;
	width:100%;
	overflow:auto;
	background: #333;
	color: #FFF;
}
#scroller2 {
	position:absolute;
	z-index:3;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	width: auto;
	padding:0;
	background: #333;
	color: #FFF;
	box-shadow: 10px 0px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 10px 0px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 10px 0px 5px rgba(0, 0, 0, 0.25);
}
#slide_link {
	margin:0;
	padding:0;
	color:#333;
}
/*********************************************************************************外枠たち*/
.bt a{
	background:#19304D url(../img/bg_button_m.png) repeat-x top;	
}
.bt a {
	font-size:150%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	background: -moz-linear-gradient(  top,  #91a1bd 0%,  #122e57 52%,  #19304d);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#91a1bd),  color-stop(0.52, #122e57),  to(#19304d));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #003e80;
	-moz-box-shadow:
 0px 1px 1px rgba(000, 000, 000, 0.5),  inset 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow:
 0px 1px 1px rgba(000, 000, 000, 0.5),  inset 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow:
 0px 1px 1px rgba(000, 000, 000, 0.5),  inset 0px 0px 2px rgba(255, 255, 255, 1);
	text-shadow:
 0px -1px 0px rgba(000, 000, 000, 0.2),  0px 1px 0px rgba(255, 255, 255, 0.4);
	padding: 10px 0;
	width:100%;
	color:#fff;
	text-align:center;
	display:block;
	font-weight:bold;
	font-family:sans-serif,'メイリオ', Meiryo;
}
.bt a:hover {
	background: -moz-linear-gradient(  top,  #91a1bd 0%,  #122e57 52%,  #19304d);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#91a1bd),  color-stop(0.52, #122e57),  to(#19304d));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #003e80;
	-moz-box-shadow:
 0px 1px 1px rgba(000, 000, 000, 0.5),  inset 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow:
 0px 1px 1px rgba(000, 000, 000, 0.5),  inset 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow:
 0px 1px 1px rgba(000, 000, 000, 0.5),  inset 0px 0px 2px rgba(255, 255, 255, 1);
	text-shadow:
 0px -1px 0px rgba(000, 000, 000, 0.2),  0px 1px 0px rgba(255, 255, 255, 0.4);
}
#Container {
	width:auto;
	color:#555;
	margin:0 auto;
	background-color:#fff;
	padding:20px;
}
.top {
	padding:0px !important;
}
.top img {
	padding:0 !important;
}
#Contents, #Contents_top, {
 padding:15px;
 width:auto;
 background-color:transparent;
}
.top #Main_area_top {
	padding:20px !important;
}
#Main_area {
	width:auto;
}
.contents_area_gradation {
	padding:30px 15px;
}
@media screen and (min-width : 400px) {
.right_box {
	text-align:center;
}
}
#Footer {
	bottom:0;
	left:0;
	width:auto;
	height:auto;
	background-color:#222;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #666), color-stop(1, #222));
	background-image:-moz-linear-gradient(top, #999, #666 2%, #222);
	background-image:-o-linear-gradient(top, #999, #666 2%, #222);
	padding:0;
	border-top:1px solid #444;
}
.footer_contents {
	height: auto;
	margin:0 auto;
	background:#333;
}
.inner_type01 {
	padding:5px 5px;
}
.inner_type02 {
	padding:5px 5px;
}
#page-top a {
	color: #666 !important;
	text-decoration: none !important;
	display: block;
	width: auto;
	padding:5px;
	margin:0 10px;
	text-align:right;
	background-color: #EEE;
	height: 25px;
	line-height: 25px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}
/*********************************************************************************子要素*/

@media screen and (orientation : portrait) {
#header_logo {
 width:90px;
 -moz-background-size:100% auto;
 -webkit-background-size:100% auto;
 -o-background-size:100% auto;
 -ms-background-size:100% auto;
 height:20px;
 top:15px;
 left:10px;
}
}
.tweet {
	position:absolute;
	right:110px;
	top:10px;
}
.facebook {
	height:30px;
	position:absolute;
	right:5px;
	top:11px;
	overflow: hidden;
	width: 110px;
	height: 21px;
}
.top_main_right {
	width:100%;
}
.top_main_left {
	width:100%;
}
#Contents.page_top, #Contents_top .page_top {
	margin-bottom:15px;
	padding:0;
}
img {
	max-width:100%;
	/*margin:5px 0px 5px 0px;*/
	border:none;
}
/*********************************************************************************サイドバー*/
#Side_bar ul {
	margin: 10px;
}
#Side_bar ul li {
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000, 000, 000, 0.1);
	box-shadow:0px 3px 3px rgba(000, 000, 000, 0.1);
}
#Side_bar ul li:first-child {
	border-radius: 8px 8px 0 0;
}
#Side_bar ul li:last-child {
	border-radius: 0 0 8px 8px;
	border-bottom:1px #ccc solid;
}
#Side_bar ul li a {
	color: #333;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:bold;
}
 #Side_bar ul li a::after {
 content: url(../../../img/common/r_arrow.png);
 float: right;
}
table.img {
	max-width:40%;
	margin:5px;
	border:none
}
/*********************************************************************************サイドバーsingle*/



#Side_bar_single ul {
	margin: 10px;
}
#Side_bar_single ul li {
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000, 000, 000, 0.1);
	box-shadow:0px 3px 3px rgba(000, 000, 000, 0.1);
}
#Side_bar_single ul li:first-child {
	border-radius: 8px 8px 8px 8px;
}
#Side_bar_single ul li:last-child {
	border-radius: 8px 8px 8px 8px;
}
 border-bottom:1px #ccc solid;
#Side_bar_single ul li a {
	color: #333;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:bold;
}
 #Side_bar_single ul li a::after {
 content: url(../../../img/common/r_arrow.png);
 float: right;
}
ul.list_type02 {
}
ul.list_type02 li {
	display:inline-block;
	margin-right:20px;
	margin-bottom:10px;
	font-size:130%;
	white-space:nowrap;
	width:6em;
}
#footerNavLink {
	width:auto;
	font-size:85%;
	padding:15px 15px;
	margin-bottom:5px;
	margin-top:0px;
}
#footerNavLink02 {
	width:auto;
	font-size:85%;
	padding:0px 5px;
	margin-top:0px;
}
#Copyright {
	width:auto;
	font-size:85%;
	padding:15px 15px;
	/*margin-bottom:5px;*/
	margin-top:0px;
	background:#222;
	color:#999;
}
/*********************************************************************************見出し系*/
h1 {
	/*padding:10px 15px;***上書き*/
	border:none;
	font-size:24px;
}
h3 {
	margin-top:0;/****上書き*/
}
.top h1 {
	-moz-border-radius:0 0 3px 3px;/****上書き*/
	-webkit-border-radius:0 0 3px 3px;/****上書き*/
	border-radius:0 0 3px 3px;/****上書き*/
}
div.h {
	padding:10px;/****上書き*/
	margin-top:0px;/****上書き*/
}
div.h h3, div.h h2 {
	font-size:130%;/****上書き*/
	line-height:1.5em;/****上書き*/
	border:none;/****上書き*/
}
#Side_bar h2 {
	font-size:100%;/****上書き*/
}
#Side_bar h3, #News_area h3 {
	font-size:100%;/****上書き*/
}
#Side_bar h4 {
	margin-bottom:3px;/****上書き*/
	font-size:100% !important;/****上書き*/
}
p.price {
	margin-bottom:5px !important;/****上書き*/
	font-size:100% !important;/****上書き*/
}
/*********************************************************************************メインビジュアル*/
.main_visual_top {
	background-image:url(../../../img/paint/bg_main_paint_mobile.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	background-color:#444;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
@media screen and (orientation : landscape) {
.main_visual_top {
 -moz-background-size:auto 170px;
 -webkit-background-size:auto 170px;
 -o-background-size:auto 170px;
 -ms-background-size:auto 170px;
 height:174px;
}
}
@media screen and (orientation : portrait) {
.main_visual_top {
 -moz-background-size:auto 130px;
 -webkit-background-size:auto 130px;
 -o-background-size:auto 130px;
 -ms-background-size:auto 130px;
 height:134px;
}
}
/*********************************************************************************リンク*/
.page_top {
	width:auto;
	text-align:right;
	font-size:85%;
	padding:0 15px;
	margin-bottom: 0px;
	margin-top:15px;
}
.page_top a {
	color:#666 !important;
	text-decoration:none !important;
	display:block;
	width:auto;
	padding-right:5px;
	background-color:#eee;
	height:25px;
	line-height:25px;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	border-radius:5px !important;
}
.page_top a:active {
	background-color:#ccc;
}
a:active, a:active span {
	color:#333 !important;
}
/******************フッターナビ*/
#footerNavLink li {
}
#footerNavLink a {
	color:#eee !important;
	text-decoration:none !important;
	display:block;
	width:auto;
	padding:5px;
	background-color:#666;
	height:25px;
	line-height:25px;
	margin-botttom:5px;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	border-radius:5px !important;
	margin-bottom:5px;
}
#footerNavLink li:active {
	background-color:#333;
}
#footerNavLink02 a {
	width: 50%;
	margin: 5px;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#666));
	border: 1px #000 solid;
	color: #FFF;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
}
#footerNavLink02 a:active {
	color:#fff;
}
/*********************************************************************************リスト*/
a.list_headerimage {
	background-position:left 2px !important;/****上書き*/
}
ul.ui-listview li {
	background-image:none !important;
	padding-left: 0 !important;
}
ul.list_type02 li {
	font-size:120%;/****上書き*/
	margin-right:30px;/****上書き*/
}
/*********************************************************************************ボタン*/
.bt_type01 a, a.bt_type01 {
	font-size:100%;/****上書き*/
	padding:12px 2px !important;/****上書き*/
	height:auto !important;
	line-height:normal !important;
}
.bt_type02 a, a.bt_type02 {
	height:40px;/****上書き*/
	line-height:40px;/****上書き*/
	font-size:125%;/****上書き*/
}
.bt_type01 a:active, a.bt_type01:active, .bt_type02 a:active, a.bt_type02:active {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.btx2 {
	width:48%;
}


/*********************************************************************************パーツ*/
.separator{
	border-top:solid 3px #eee;
	padding-top:10px;
}
/*********************************************************************************サイズ（ボタン用）*/
.bt_size_type02 {
	width:100%;/****上書き*/
}
/*********************************************************************************画像コンテンツ領域制御*/
.white_base_x2 {
	float:none !important;
}
.white_base {
	height:auto !important;
}
.image_set {
}
.image_p {
}
.image_main {
	margin-bottom:10px;
}
.youtube iframe, .youtube object, .youtube embed {
	width: 100% !important;
	height: 192px !important;
}
@media screen and (orientation : landscape) {
.youtube iframe, .youtube object, .youtube embed {
 width: 100% !important;
 height: 274px !important;
}
}
.lineup_pk {
	margin:0 15px 15px 0;
	float:left;
	width:117px;
}
.top_illust {
	margin:0 10px 10px 0;
	float:left;
	width:102px;
}
.top_illust img {
	width:100px !important;
}
.news_contents_left {
	margin-bottom:15px;
}
.image_mobile_100, .image_mobile_100 img {
	width:100% !important;
}
/*********************************************************************************グローバルナビ*/

.g_navi_mobile {
	list-style:none;
	padding:0;
}
ul.g_navi_mobile {
	list-style:none;
}
.g_navi_mobile li {
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	list-style:none;
	background-image:url(../../../img/common/gnav_m_li.gif);
	background-position: right top;
	background-repeat: repeat;
}
.g_navi_mobile a {
	list-style:none;
	float:left;
	width:100%;
	text-decoration:none;
	padding:10px;
	background: transparent;
	border-bottom: 1px solid #000;
	color:#eee !important;
}
.g_navi_mobile a span {
	color:#ffffff !important;
	text-decoration:none;
	width: auto;
}
.g_navi_mobile menu {
	color:#ffffff !important;
	text-decoration:none;
	width: auto;
}
.g_navi_mobile a.active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dcdcdc), color-stop(0.50, #dbdbdb), color-stop(0.51, #d1d1d1), color-stop(1.00, #fff));
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #fff 100%);
	background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #fff 100%);
	background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #fff 100%);
	background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #fff 100%);
	background: linear-gradient(to bottom, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #fff 100%);
0 font-weight:bold;
}
.g_navi_mobile a.active:hover {
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	list-style:none;
	background-image:url(../../../img/common/gnav_m_li_on.gif);
	background-position: right top;
	background-repeat: repeat;
 ul.g_navi_mobile img {
 vertical-f:middle;
}
ul.g_navi_mobile span {
	margin-left:0px;
	vertical-align:middle;
	font-size:16px;
}
/*********************************************************************************テーブル*/
td, th {
	width:auto !important;
	white-space:normal !important;
	padding:5px !important;
}
/*********************************************************************************基本*/
@media screen and (orientation : portrait) {
.portrait_none {
 display:none;
}
}
@media screen and (orientation : landscape) {
.pc_none {
 display:none;
}
}
.mobile_none {
	display:none;
}
/*********************************************************************************基本*/

/*********************************************************************************サブナビ*/
.sub_navi a {
	padding-left:0 !important;
	padding-right:0 !important;
	color:#666 !important;
	font-weight:normal !important;
}
 @media screen and (orientation : portrait) {
.sub_navi li {
 width:32%;/****上書き**/
 margin-right:2% !important;
}
.sub_navi a {
 margin:0 !important;/****上書き**/
 padding-left:0 !important;
 padding-right:0 !important;
}
.sub_navi li.sub_navi_li01 a {
/*margin-left:3px !important;*/
}
.sub_navi li.sub_navi_li03, .sub_navi li.sub_navi_li05 {
 margin-right:0 !important;
}
.sub_navi li.sub_navi_li04, .sub_navi li.sub_navi_li05 {
 width:49%;
}
}

/********************************************************************************* BOX */

fieldset {
	width:100%;
	padding: 5px;
	border: 1px solid #ccc;
	margin:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
legend {
	width:100%;
	padding: 5px;
	color: #cb7073;
	font-weight:bold;
	font-size: 110%;
	-webkit-padding-start: 5px;
	-webkit-padding-end: 5px;
	border: none;
	border-image: initial;
}
.float_right {
	float: right !important;
}
.mar_right {
	margin:0px;
}
