@charset "utf-8";
/*
Customised by SHION LTD.
*/

/*------------------[ レイアウト ]--------------------------*/
/* {margin: 0; padding: 0;}
* html { overflow-x: hidden; }
body { overflow-x: hidden; }*/

html{
  height:100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
} 

/* 汎用タグ類　####################################################################################################### */

/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 画像間の隙間を消す */

.all_img-nospace {
	margin: 0px;
	vertical-align:bottom;
}


.form_btn {
	margin: 10px auto 10px;
}

/*------------------[ 汎用タグ ]--------------------------*/

/* リンク　*/
a, a:link, a:visited, a:active {
  text-decoration: underline;
}
a:link, a:visited { color: #0099ff; }
a:hover, a:active { 
  color: #ff3300;  text-decoration: underline;
}


a img {
	border: none;
}
strong { color: #333333; }
em { font-style: italic; }
kbd {
  font: 500 12px verdana, arial, sans-serif;
  text-decoration: underline;
}
tt {font-family: "ＭＳ ゴシック", "Osaka－等幅";}
acronym, abbr { cursor: help; }
h3,h4,h5,h6 { font-weight: normal; }
h1, h2, h3, h4, h5 {
  margin: 15px 0;
  text-align: center;
}
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
code { font-family: "Courier New", Courier, monospace; }
label { cursor: pointer; }
address {
  width :100%;  text-align: center;
  margin: 2em 0 1em 0;
  font: 500 13px Times New Roman;
}

.no-btm-space {
	vertical-align:bottom;
}

.txt_title {
  margin:5px 1px 1px 2px;
  font-size:18px;
  font-weight:bold;
  color:#ED6D00;
}

.txt_strong {
	font-size:14px;
	font-weight:bold;
	color:#009944;
	margin: 0;
	line-height: 125%;
}

.txt_L_strong {
	font-size:16px;
	font-weight:bold;
	margin: 0;
	line-height: 125%;
}


.txt_form {
	margin:1px 1px 0px 5px;
	font-size:12px;
	color:#444C53;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 110%;
	padding: 1px 1px 2px;
	border: 1px solid #cccccc;
}

.txt_norm {
	margin:0px 0px 0px 0px;
	font-size:12px;
	color:#666666;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 150%;
}

.txt_norm2 {
	margin:0px 0px 0px 0px;
	font-size:12px;
	color:#009944;
	line-height:140%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.txt_L {
	font-size:16px;
	line-height:140%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.txt_S {
	margin:0px;
	font-size:10px;
}

.txt_remarks {
	font-size:10px;
	color:#dd3333;
	line-height:125%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* テーブル */

.td01_left {
	text-align: right;
	vertical-align: top;
	font-weight: 400;
	color: #0099CC;
	padding: 5px;
}
.td01_mid {
	vertical-align: top;
	color: #0099CC;
	padding: 5px 1px;
}
.td01_right {
	border-bottom: 1px solid #DEF4FD;
	padding: 5px;
	text-align: left;
}

.td02_left {
	text-align: center;
	vertical-align: top;
	font-weight: 400;
	color: #0099CC;
	padding: 5px;
	background-color: #DEF4FD;
	border-bottom: 1px solid #FFFFFF;
}




/*------------------[ 汎用クラス ]--------------------------*/
.hidden { display: none !important; }
.jump {
  padding-right: 1em; text-indent: -1000%;
  cursor: pointer;
  background: url(../Images/jump.png) no-repeat right top;
  display: block;
  width: 50px;  float: right;
}
.center, .alert {
  width: 99%;
  text-align: center;
  margin: 30px auto;
}
.alert { color: crimson; }
.new-entry {
  width: 17px; height: 12px;
}
hr.clear {
  clear: both;
  padding-bottom: 1px;  margin-bottom: -1px;
  width: 100%;  height: 1px;  border: none;
  visibility: hidden;
}
.separator {
  clear: both;
  border: none;  text-align: center;  margin-top: 0;
  background: url(../Images/divider.png) no-repeat 50% top;
}
.micro-banner { width: 80px; height: 15px; }




/* 汎用タグ類　ここまで####################################################################################################### */

/* TOP ********************************************************************************************************** */

#body-top {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height:125%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background: #FFF;
	text-align: center;
	color: #DDD;	/*  background: #f4f4f4 url(bg.gif) top center repeat-y; */
}

#header-SEOtxt-top {
	margin: 0px;
	padding:3px 5px;
	background-color:#333;
	border-bottom:1px solid #FFF;
}

	#header-SEOtxt-top h1 {
		width:900px;
		margin: 0px auto;
		padding:0px;
		font-size: 12px;
		line-height: 110%;
		font-weight: normal;
		color: #CCC;
		text-align: left;
	}


#header-top-wrap {
	margin: 0px;
	padding:0px;
	background-color:#e50012;
	border-bottom: 1px dotted #FFF;
}

#header-top {
	width : 900px;
	margin: 0px auto;
	padding:0px;
}

#header-navi-top {
	margin: 0px;
	padding:0px;
}

	#header-navi-top ul {
		margin: 0px;
		padding:0px;
		list-style:none;
	}

	#header-navi-top ul li {
		margin: 0px 0px 0px 6px;
		padding:0px;
		float:right;
	}

#header-logo-top {
	clear:both;
	margin: 0px auto 15px;
	padding:0px;
	width: 820px;
}

#header-flash-top {
	margin: 0px 0px 15px 0px;
	padding:0px;
	width: 550px;
	float:left;
}

#header-whatsnew-top {
	margin: 0px 0px 15px 0px;
	padding:0px;
	width: 340px;
	float:right;
	text-align: left;
}

	#header-whatsnew-top h2{
		margin: 0px 0px 0px 0px;
		padding:1px 0px 1px 2px;
		width: 340px;
		text-align: left;
		border-bottom:2px solid #FFF;
	}

	#header-whatsnew-top ul{
		margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		border-bottom:2px solid #FFF;
		list-style:none;
	}

	#header-whatsnew-top ul li{
		margin: 0px 0px 0px 0px;
		padding:3px 0px 1px 80px;
		border-bottom:1px dotted #DDD;
		color: #FFF;
	}

	.list-date{
		margin-left:-78px;
		float:left;
	}

	#header-whatsnew-top a{
		color:#FFF;
		text-decoration:none;
	}

	#header-whatsnew-top a:hover{
	color:#3CF;
	text-decoration:none;
	}



.header-line {
	margin: 0px 0px 0px 0px;
	padding:0px;
	background-color:#FFF;
	height: 1px;
	clear: both;
	font-size: 0px;
}

#contents-top {
	clear:both;
	margin: 10px auto 0px auto;
	padding:0px;
	width: 900px;
	overflow: hidden;
}

#contents-L {
	margin: 0px;
	padding:0px;
	width: 550px;
	float:left;
	text-align: center;
}

	#contents-L h2 {
	margin: 0px 0px 5px 0px;
	padding:0px;
	}

	#contents-L .navi-btn {
	margin: 8px 0px 0px 0px;
	padding:0px;
	vertical-align: bottom;
	}

#contents-R {
	margin: 15px 0px 0px 0px;
	padding:0px;
	width: 340px;
	float:right;
	height: 100px;
	background-image: url(../imgs/top_btn_inquiry_base.gif);
	background-repeat: no-repeat;
}

	#contents-R img {
		margin-top: 30px;
	}


#contents-R-bnr {
	margin: 20px 0px 0px 0px;
	padding:0px;
	width: 340px;
	float:right;
}

	#contents-R-bnr img {
		margin-top: 10px;
	}

#contents-R-manga {
	margin: 0px 0px 0px 0px;
	padding:0px;
	width: 340px;
	float:right;
}




#footer-top-wrap {
	margin: 30px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	background-color:#EEE;
}

#footer-navi-top {
	background: #EEE url(../imgs/all_footer_background.gif) top left repeat-x;
	margin: 0px;
	padding:11px 0px 0px 0px;
	height:44px;
	font-size: 12px;
	color: #f599a0;
}

	#footer-navi-top a {
		color: #f599a0;
		text-decoration:none;
	}

	#footer-navi-top a:hover {
		color: #FFC;
	}

#footer-txt-top {
	margin: 0px;
	padding:0px 0px 10px 0px;
	font-size: 12px;
	color: #777;
	border-bottom:1px dotted #999;
}

	#footer-txt-top a {
		color: #888;
		text-decoration:none;
	}

	#footer-txt-top a:hover {
		color: #F33;
	}


#footer-copyright-top {
	margin: 5px 0px 0px 0px;
	padding:0px;
	font-size: 12px;
	color: #999;
}


/* SUB  ********************************************************************************************************** */

#body-sub {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height:125%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background: #FFF;
	text-align: center;
	color: #666;	/*  background: #f4f4f4 url(bg.gif) top center repeat-y; */
}

#header-logo-wrap {
	margin: 0px;
	padding:0px;
	background-color:#e50012;
}

#header-logo {
	width:900px;
	margin: 0px auto;
	padding:0px;
	overflow: hidden;
}

#header-logo-L {
	width:314px;
	margin: 0px;
	padding:0px;
	float:left;
}

#header-logo-SEOtxt {
	width:580px;
	margin: 2px 0px 0px 0px;
	padding:0px;
	float:right;
}

	#header-logo-SEOtxt h1 {
		text-align:right;
		margin: 0px;
		padding:0px;
		font-size: 10px;
		line-height: 110%;
		font-weight: normal;
		color: #FFF;
	}

#header-logo-btn {
	width:231px;
	margin: 8px 0px 0px 0px;
	padding:0px;
	float:right;
}

#header-navi-wrap {
	margin: 0px;
	padding:0px;
	background-image: url(../imgs/sub_header_navi_background.gif);
	background-repeat: repeat-x;
	height:29px;
}

#header-navi {
	width:900px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	overflow: hidden;
}

#header-navi-L {
	width:100px;
	margin: 0px;
	padding:5px 0px 0px 0px;
	text-align:left;
	float:left;
}

#header-navi-R {
	width:780px;
	margin: 0px;
	padding:5px 0px 0px 0px;
	text-align:right;
	float:right;
}

#header-navi-R img {
	margin-left: 5px;
}

#contents-sub {
	width:920px;
	margin: 0px auto;
	padding:0px;
	overflow:hidden;
}
/* 左ナビ ############################## */
#contents-sub-L {
	width:260px;
	margin: 0px;
	padding:10px 0px 0px 0px;
	float:left;
	background-image: url(../imgs/sub_left_background.gif);
	background-repeat: no-repeat;
}

	#contents-sub-L a {
		width:205px;
		_width:220px;
		height:35px;
		_height:40px;
		display:block;
		margin: 0px auto;
		padding:5px 0px 0px 15px;
		background-image: url(../imgs/sub_left_navi_background.gif);
		background-repeat: no-repeat;
		text-align:left;
		line-height:110%;
		text-decoration:none;
		color:#EEE;
	}

	#contents-sub-L a:hover {
		background-image: url(../imgs/sub_left_navi_background_on.gif);
		color:#FC0;
	}


/* 右メインコンテンツ ############################## */

#contents-sub-R {
	width:650px;
	margin: 0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	float:left;
	border:0px solid #F00;
}



/* メインページのタイトル */

.sub-title-h2-main {
	width : 650px;
	margin: 0px 0px 30px 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	font-size: 20px;
	border-bottom: 1px dotted #666;
	border-left: 4px solid #F00;
	text-indent: 10px;
	font-weight: bold;
	color: #333;
}


/* サブページのタイトル */

.sub-title-h2-sub {
	width : 650px;
	margin: 0px 0px 30px 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	font-size: 24px;
	border-bottom: 1px dotted #666;
	border-left: 4px solid #CCC;
	text-indent: 10px;
	font-weight: bold;
	color: 333;
}

/* コンテンツBOX */

.sub-box01 {
	width : 610px;
	margin: 0px auto;
	text-align: left;
}


/* ページ下部のナビ */

.sub-btm-navi {
	width : 650px;
	margin: 30px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	border-top: 1px dotted #666;
	clear: both;
}

.sub-btm-navi-L {
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	float:left;
}

.sub-btm-navi-R {
	margin: 0px 0px 0px 0px;
	padding-right: 10px;
	float:right;
}

.sub-btm-navi a {
	font-size:12px;
	text-decoration:none;
	color:#999999;
}

.sub-btm-navi a:hover {
	color:#f30;
}


/* メッセージBOX */

.sub-box-message {
width : 500px;
	margin: 30px auto 150px;
	padding:50px 20px;
	text-align: left;
	border:1px solid #DDD;
}


/* 準備中BOX */

.sub-box-temporary {
	width : 400px;
	margin: 30px auto 150px;
	padding:80px 0px;
	text-align: center;
	border:1px solid #DDD;
}



/* CCM01 ################################################################################################# */

.CCM01-boxtext {
	width:420px;
	margin: 5px auto 0px;
	border:1px dotted #e50012;
	padding: 5px;
	font-size: 12px;
}

.CCM01-boxtext-dot {
	font-size: 12px;
	text-align:center;
	margin: 0px;
	line-height: 100%;
}

.CCM01-subttl {
	margin: 30px 10px 0px;
	border-bottom:2px solid #e50012;
	padding: 0px 5px 4px 5px;
	font-size: 22px;
	color:#e50012;
	font-weight:bold;
}

.CCM01-subttl-txt {
	margin: 5px 0px 0px;
	padding: 0px 60px 0px 30px;
	font-size: 14px;
	line-height: 150%;
}

.CCM01-subttl-fig {
	float:right;
	margin: -20px 0px 0px;
}


/* CCM02 ################################################################################################# */

.CCM02-fig01 {
	float:left;
	margin: 0px;
}

.CCM02-fig02 {
	margin: 0px;
	clear:both;
}

.CCM02-txt01 {
	font-size:12px;
	margin: 0px;
	line-height: 150%;
}

.CCM02-txt02 {
	font-size:12px;
	margin: 20px 0px 0px 0px;
	padding:5px;
	border:0px dotted #999;
	color: #F30;
	font-weight: bold;
}

/* CCM03 ################################################################################################# */

.CCM03-txt-URL {
	font-size:16px;
	font-weight:bold;
	margin: 20px 40px 40px;
	padding:5px 10px;
	text-align:center;
	background-color: #666;
	color:#FFF;
}

	.CCM03-txt-URL a {
		color:#6CF;
	}

	.CCM03-txt-URL a:hover {
		color:#F30;
	}

.CCM03-txt-title {
	font-size:18px;
	font-weight:bold;
	margin: 10px 10px 5px;
	padding:2px 0px;
	text-align:left;
	color:#e50012;
	border-bottom: 2px dotted #e50012;
	clear: both;
}

.CCM03-txt-contents {
	margin: 10px 20px 15px;
	text-align:left;
	line-height: 150%;
}

.CCM03-txt-photo {
	margin: 0px 2px 2px 10px;
	float:right;
}

.CCM03-box {
	margin: 20px 40px 0px 40px;
	clear: both;
	background-color: #666;
	padding: 10px 15px;
}

.CCM03-box-title {
	margin: 0px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.CCM03-box-txt-M {
	margin: 10px 0px 0px 0px;
	color: #DDD;
	line-height: 150%;
}

.CCM03-box-txt-L {
	font-size:16px;
	font-weight:bold;
	margin: 10px 0px 0px;
	color: #EEE;
	line-height: 150%;
}

/* CCM04 ################################################################################################# */


.CCM04-txt {
	margin: 10px 20px 15px;
	text-align:left;
	line-height: 150%;
}

.CCM04-ol {
	margin: 10px 20px 15px;
	text-align:left;
	line-height: 150%;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

.CCM04-ol li {
	margin: 0px 0px 10px;
}

.CCM04-box {
	margin: 20px 40px 0px 40px;
	clear: both;
	background-color: #666;
	padding: 10px 15px;
}

.CCM04-box-title {
	margin: 0px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.CCM04-box-txt-M {
	margin: 10px 0px 0px 0px;
	color: #DDD;
	line-height: 150%;
}

.CCM04-box-txt-L {
	font-size:16px;
	font-weight:bold;
	margin: 10px 0px 0px;
	color: #EEE;
	line-height: 150%;
}

/* CCM05 ################################################################################################# */


/* CCM06 ################################################################################################# */


.CCM06-txt {
	margin: 10px 20px 15px;
	text-align:left;
	line-height: 150%;
}

/* CCM07 ################################################################################################# */


.CCM07-box {
	padding:12px;
	margin: 0px 10px 20px;
	border:1px solid #DDD;
	background-color: FFF;
}

.CCM07-box P {
	margin: 0px 0px 10px 0px;
	padding: 0px 130px 0px 0px;
	text-align:left;
	line-height: 150%;
}

.CCM07-fig {
	margin: 0px;
	float:right;
}

/* CCM08 ################################################################################################# */

.CCM08-txt {
	margin: 10px 30px 15px;
	text-align:left;
	line-height: 180%;
}

.CCM08-txt-subttl {
	margin: 0px 15px 5px 15px;
	text-align:left;
	border-bottom:1px dotted #e50012;
	font-size: 14px;
	font-weight: bold;
	color: #e50012;
}

.CCM08-txt-price {
	font-size: 16px;
	font-weight: bold;
}

.CCM08-txt-remarks {
	font-size: 10px;
	font-weight: normal;
	line-height:120%;
	margin: 5px 50px;
}

.CCM08-btn-base {
	width:590px;
	font-size: 10px;
	font-weight: normal;
	line-height:120%;
	margin: 20px auto;
	padding:20px 0px;
	background-color: #CCC;
	border: 1px dotted #999;
}

/* CCM09 ################################################################################################# */

.CCM09-video-title {
	margin: 0px 0px 5px 0px;
	text-align:left;
	border-bottom:0px dotted #e50012;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e50012;
	padding: 3px 10px 2px;
}

.CCM09-video-exp {
	margin: 0px 0px 0px 0px;
	text-align:left;
	border-bottom:0px dotted #e50012;
	font-size: 16px;
	font-weight: normal;
	padding: 2px 10px;
}

.CCM09-video {
	margin: 5px auto 30px;
	text-align:left;
	width: 560px;
}

.CCM09-video-txt {
	margin: 10px 30px 15px;
	text-align:left;
	line-height: 150%;
}



/* 会社概要 ################################################################################################# */

.SUB-company-TD-LINE {
	border-bottom:1px solid #DDD;
}

/* お問い合わせフォーム ################################################################################################# */

#SUB-form-TEL {
	border: 1px solid #e50012;
	text-align: center;
	padding: 3px 0px;
	margin: 0px 30px;
	color: #e50012;
}


/* CCMマンガ ################################################################################################# */

#contents-sub-manga {
	width:900px;
	margin: 0px auto 0px auto;
	padding:15px 0px 0px 0px;
	float:none;
	border:0px solid #F00;
}



/* メインページのタイトル */

.sub-title-h2-sub-manga {
	width : 650px;
	margin: 0px 0px 30px 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	font-size: 20px;
	border-bottom: 1px dotted #666;
	border-left: 4px solid #F00;
	text-indent: 10px;
	font-weight: bold;
	color: #333;
}


/* サブページのタイトル */

.sub-title-h2-sub-manga {
	width : 850px;
	margin: 0px auto 15px auto;
	padding: 3px 0px 3px 0px;
	text-align: left;
	font-size: 24px;
	border-bottom: 1px dotted #666;
	border-left: 4px solid #CCC;
	text-indent: 10px;
	font-weight: bold;
	color: 333;
}

/* ページ下部のナビ */

.sub-btm-navi-manga {
	width : 800px;
	margin: 30px auto 0px auto;
	padding: 2px 0px 0px 0px;
	border-top: 1px dotted #666;
	clear: both;
}

/* bxSliderのパーツ設定 */

#sub-box-manga {
	width : 750px;
	height: 500px;
	border: 0px solid #EEE;
	margin: 0px auto 30px auto;
}

.bxSlider_wrap {
	border: 0px solid #EEE;
}

.bx_pager {
	padding-left: 180px;
	padding-top: 5px;
}

.bx_pager a {
	float: left;
	background: url(../Scripts/bxSlider/bg_pager.png) no-repeat 0 -21px;
	width: 19px;
	height: 19px;
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
	padding: 2px 0 0 1px;
	text-decoration:none;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}

.auto_controls {
	position: relative;
	margin: 4px auto;
}

.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
	text-decoration:none;
	border: 1px solid #a3a3a3;

}

.auto_controls a:hover {
	text-decoration: none;	
	background-color: #e41996 ;
	color: #FFF;
	border: 1px solid #e41996;
}

