@charset "EUC-JP";

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

*{ letter-spacing: 0; }

html{ overflow-y: scroll;}

body,div,ol,ul,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }

caption{ text-align: left; }

q{ quotes: none; }

q:before,q:after{
	content: '';
	content: none;
}

a{ text-decoration: none; }

a:hover,
a:active{ outline: 0; }

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

b,strong{ font-weight: bold; }

div{ word-wrap: break-word; }

sub,sup{
	position: relative;
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
}
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }

pre,code{
	font-size: 1em;
	font-family: sans-serif;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{ margin: 0; }

button,input,select,textarea,optgroup,option{
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}

* html button,
* html input,
* html select,
* html textarea{ vertical-align: middle; } /* IE6 */

*+html button,
*+html input,
*+html select,
*+html textarea{ vertical-align: middle; } /* IE7 */

button,input{ line-height: normal; }

* html button,
* html input{ overflow: visible; } /* IE6 */

*+html button,
*+html input{ overflow: visible; } /* IE7 */

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"],textarea{ padding: 2px; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{ -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
	padding: 0;
	border: 0;
}

/*--------------------------------------------------------
レイアウトの初期設定
-------------------------------------------------------*/

body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}

table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

* html table{ border-collapse: collapse; } /* IE6 */
*+html table{ border-collapse: collapse; } /* IE7 */

hr{
	clear: both;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 1.0em;
	line-height: 1.0em;
}
* html hr{ margin: 0 0 1.2em; } /* IE6 */
*+html hr{ margin: 0 0 1.2em; } /* IE7 */


/*------------------------------------------------------------
レイアウト
-------------------------------------------------------------*/

html,body{
	width: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/*--------------------------------------------------------
1カラムレイアウト
--------------------------------------------------------*/

.col1 #container,
.col1 #top,
.col1 #header,
.col1 #global-nav,
.col1 #main,
.col1 #footer,
.col1 .copyright{
	width: 100%;
	min-width: 950px;
}

.col1 #top-in,
.col1 #header-in,
.col1 #global-nav-in,
.col1 #main-in,
.col1 #footer-in,
.col1 .copyright p{
	width: 900px;
	padding: 0 50px;
	margin: auto;
}

.col1 #header-in{
	width: 900px;
	padding: 45px 0 40px;
	margin: auto;
}


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{
	position: relative;
	background: url(../imgs/common/bg.jpg) center center repeat #d6d6d6;
	background-attachment: fixed;
}


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333; }

/*●リンク文字*/
a{
	text-decoration: underline;
	-webkit-tap-highlight-color: #f60;
}

a:link,
a:visited{ color: #03c; }
a:hover,
a:active{ color: #f60; }


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#top{
	padding: 9px 0;
	background: url(../imgs/common/bg-top.jpg) center top no-repeat #911803 ;
	border-bottom: 1px solid #cccccc;
	font-size: 1.2em;
	color: #fff;
}

#top-in{
	position: relative;
	padding: 15px 0;
}

#top-in .site-logo{
	margin-left: -13px;
	font-size: 3em;
}

#top-in .btn-buying-box{
	position: absolute;
	top: 10px;
	right: 50px;
}
#home #top-in .btn-buying-box{ top: 0; }

#top-in .btn-buying-box .btn-buying{ margin-bottom: 5px; }
#top-in .num-of-users{
	text-align: center;
	font-weight: bold;
}

#top-in .num-of-users span{ padding-left: 1em;
	background: url(../imgs/icon/icon-brc.png) left center no-repeat;
}

#top-in .num-of-users a{
	color: #fff;
}

#top-in h1{
	margin-left: 60px;
}

/*
.fixed{
	position: fixed!important;
	top: 0px;
	z-index: 9999;
}

* html .fixed{
	position: absolute!important;
}
*/

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background: url(../imgs/common/bg-header.jpg) bottom center no-repeat #fff;
	font-size: 1.2em;
}

#header-in{
	position: relative;
}

.badge-mainimage{
	position: absolute;
	right: -50px;
	bottom: -25px;
	z-index: 100;
	width: 306px;
	height: 151px;
}

/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{
	background: url(../imgs/common/bg-main.png) top center repeat-x;
}

* html #main{
	position: relative;
	z-index: -1;
}

*+html #main{
	position: relative;
	z-index: -1;
}

/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	padding-top: 1em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
	
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(../imgs/icon/icon-brc.gif) center right no-repeat;
}

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	width: 900px;
	padding-top: 40px;
	font-size: 1.6em;
	background: #fff;
}

#home #main-contents{
	padding-top: 0;
	background: transparent;
}

/*セクション毎のデザイン*/
#main-contents .section{
	width: 900px;
}

#main-contents .section-in{
	width: 820px;
	padding: 0 40px 5px;
	background: #fff;
}

* html #main-contents .section-in{
	overflow: hidden;
}

#main-contents .sec-bottom{
	padding-bottom: 0;
	background: none;
}

#main-contents .contents{
	margin-bottom: 80px;
	padding: 0 20px;
}

#main-contents .section01 .section-in{
	padding-top: 80px;
	background: url(../imgs/common/bg-section-in01.jpg) top center no-repeat #fff;
}

#main-contents .section02{
	background: url(../imgs/common/bg-section02.gif) top center repeat #fff;
}

#main-contents .section02 .section-in{
	padding-top: 80px;
	background: url(../imgs/common/bg-section-in02.jpg) top center no-repeat;
}

#main-contents .section03 .section-in{
	padding-top: 80px;
	background: url(../imgs/common/bg-section-in03.jpg) top center no-repeat #fff;
}

#main-contents .section04{
	background: #170b0b;
}

#main-contents .section04 .section-in{
	position: relative;
	width: 510px;
	min-height: 383px;
	height: auto !important;
	height: 383px;
	padding: 80px 0 5px 390px;
	background:  url(../imgs/common/bg-section-in04.jpg) top center no-repeat;
	color: #fff;
}

#main-contents .section04 .img-profile-top{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 373px;
	margin-bottom: 0;
}

#main-contents .section05 .section-in{
	padding-top: 80px;
	background: url(../imgs/common/bg-section-in05.jpg) top center no-repeat #fff;
}

#main-contents .section06{
	background: url(../imgs/common/bg-section02.gif) top center repeat #fff;
}

#main-contents .section06 .section-in{
	width: 900px;
	padding: 0;
	background: transparent;
}

#main-contents .section06 .section06-cont01{
	padding: 0 0 250px;
	background: url(../imgs/top/bg-section06-cont01.png) center bottom no-repeat;
}

#main-contents .section06 .section06-cont01 .contents,
#main-contents .section07 .section-cont .contents,
#main-contents .section08 .section-cont .contents,
#main-contents .section09 .section-cont .contents,
#main-contents .section10 .section-cont .contents,
#main-contents .section11 .section-cont .contents{
	width: 780px;
	margin: auto;
	padding: 30px 20px;
	background: url(../imgs/common/bg-conts-contents.png) repeat;
}

#main-contents .section06 .section06-cont02{
	padding: 0 40px 20px;
	background: #fff;
}

#main-contents .section06 .section06-cont03{
	padding: 50px 40px 20px;
	background: url(../imgs/common/bg-section-in02.jpg) top center no-repeat;
}

#main-contents .section07,
#main-contents .section08{
	background: url(../imgs/common/bg-section02.gif) top center repeat #fff;
}

#main-contents .section07 .section-in{
	width: 900px;
	padding: 0 0 30px;
	background: url(../imgs/common/bg-section02.gif) bottom center no-repeat;
	/* background: url(../imgs/top/bg-section07-cont.png) bottom center no-repeat; */
}

#main-contents .section07 .section-cont{
	width: 900px;
	padding: 80px 0 25px;
	background: url(../imgs/common/bg-section-in02.jpg) top center no-repeat;
}

#main-contents .section08 .section-cont{
	width: 900px;
	padding: 80px 0 25px;
	background: url(../imgs/common/bg-section-in03.jpg) top center no-repeat;
}

/*マニュアル*/
#main-contents .section-manual-box01,
#main-contents .section-manual-box02{
	position: relative;
	width: 780px;
	margin-bottom: 50px;
}

#main-contents .section-manual-box01 .section-manual-box-in,
#main-contents .section-manual-box02 .section-manual-box-in{
	padding: 0 345px 0 25px;
	text-align: left;
}

#main-contents .section-manual-box01 .img-manual{
	position: absolute;
	top: -129px;
	right: -5px;
	width: 335px;
}

#main-contents .section-manual-box02 .img-manual{
	position: absolute;
	top: -104px;
	right: -19px;
	width: 340px;
}



#main-contents .section08 .section-in{
	width: 900px;
	padding: 0 0 30px;
	/* background: url(../imgs/top/bg-section08-cont.png) bottom center no-repeat; */
}


#main-contents .section09{
	background: url(../imgs/common/bg-section02.gif) top center repeat #fff;
}

#main-contents .section09 .section-in{
	width: 900px;
	padding: 80px 0 30px;
	background: url(../imgs/common/bg-section-in02.jpg) top center no-repeat;
}

#main-contents .section09 .section-cont{
	padding: 0 0 250px;
	background: url(../imgs/top/bg-section09-cont.png) bottom center no-repeat;
}

#main-contents .section10 .section-cont{
	padding: 0 0 80px;
	background: url(../imgs/common/bg-section-in02.jpg) bottom center no-repeat;
}

#main-contents .section10 .section-in{
	width: 900px;
	padding: 20px 0 0;
	background: url(../imgs/common/bg-section-in03.jpg) top center no-repeat #fff;
}

#main-contents .section11,
#main-contents .section12{
	background: url(../imgs/common/bg-section02.gif) top center repeat #fff;
}

#main-contents .section11 .section-in{
	width: 900px;
	padding: 0 0 60px;
	background: transparent;
}

#main-contents .section12 .section-in{
	width: 820px;
	padding: 60px 40px;
	background: url(../imgs/common/bg-section12.png) top center no-repeat transparent;
}

#main-contents .section13{
	background: url(../imgs/common/bg-section-in13.png) top center no-repeat #fff8ee;
}

#main-contents .section13 .section-in{
	padding-top: 80px;
	background: transparent;
}

#main-contents .section14{
	background: url(../imgs/common/bg-section-in14.png) top center no-repeat #fff;
}

#main-contents .section14 .section-in{
	padding-top: 80px;
	background: transparent;
}

#main-contents .section15{
	background: url(../imgs/common/bg-section15.gif) top center repeat #fff;
}

#main-contents .section15 .section-in{
	width: 900px;
	padding: 0;
	background: url(../imgs/top/bg-section15-cont01.jpg) center top no-repeat;
}

#main-contents .section15 .section-cont{
	width: 820px;
	padding: 60px 40px 140px;
	background: url(../imgs/top/bg-section15-cont02.jpg) center bottom no-repeat;
}



#main-contents .img-arrow-box{
	position: relative;
	width: 500px;
	padding-right: 280px;
}

#main-contents .list-features-common,
#main-contents .list-features-wp{
	margin: 0 0 45px;
}



#main-contents .box-features-common,
#main-contents .box-features-wp{
	padding-left: 20px;
}

#main-contents .img-arrow{
	position: absolute;
	top: -100px;
	right: -30px;
	width: 261px;
}


/*図1*/
#main-contents .figure01{
	position: relative;
	width: 756px;
	margin: auto;
	margin-bottom: 120px;
}

#main-contents .figure01 .figure01-left-box{
	float: left;
}

#main-contents .figure01 .figure01-right-box{
	float: right;
}

#main-contents .figure01 .figure01-arrow{
	text-align: center;
	margin-bottom: 0;
}


/*図2*/
#main-contents .figure02{
	width: 756px;
	padding: 0 12px;
	margin-bottom: 70px;
}

#main-contents .figure02 .figure02-left-box{
	float: left;
}

#main-contents .figure02 .figure02-right-box{
	float: right;
}

/*お客様の声*/
#main-contents .list-customers-voice{
	width: 789px;
	margin: auto;
	margin-bottom: 70px;
	padding: 0;
}

#main-contents .list-customers-voice li{
	margin-bottom: 30px;
	list-style: none;
}

#main-contents .list-customers-voice .item-customers-voice{
	margin-bottom: 30px;
	padding-bottom: 38px;
	background: url(../imgs/common/bg-bubble-bottom.png) center bottom no-repeat;
	list-style: none;
}

#main-contents .list-customers-voice .customers-voice-in{
	padding: 12px 12px 1px;
	background: url(../imgs/common/bg-bubble-top.png) center top no-repeat;
}

#main-contents .list-customers-voice .msg{
	margin-bottom: 0;
}

#main-contents .list-customers-voice02{
	margin: 0 0 70px;
	padding: 0;
}

#main-contents .list-customers-voice02 li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #808080;
	list-style: none;
}

#main-contents .list-customers-voice02 li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

#main-contents .list-customers-voice02 .msg{
	margin-bottom: 15px;
}

.bg-customers-voice{
	background: url(../imgs/common/bg-voice.jpg) right top no-repeat;
}

#main-contents .preface-customers-voice{
	margin-bottom: 20px;
/*	
	padding: 18px;
	background: #fffcf2;
*/
	padding: 0 0 18px 0;
	border-bottom: 1px dotted #808080;
}

#main-contents .list-basic-design li.end{
	margin-right: 0;
}

#main-contents .customers-info{
	margin-bottom: 0;
	font-size: 0.875em;
	color: #e28547;
	font-weight: bold;
}

#main-contents .customers-info .purchase-date{
	margin-left: 1em;
}

#main-contents .conts-keni{
	margin-bottom: 20px;
	padding: 15px 20px;
	background-color: #fffcf2;
}


/*●H2タグ*/
#main-contents h2{
	margin: 0 0 1.5em;
	padding: 0 0 25px;
	background: url(../imgs/title/bg-h2.png) bottom repeat-x;
	font-size: 2em;
	line-height: 1.0;
}

#main-contents h2:first-letter{
	color: #bb2b2b;
	font-size: 1.5em;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #f60; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
	font-size: 1.0em;
}


/*●H3タグ*/
#main-contents h3{
	margin: 0 0 1.2em;
	padding: 0.4em 0 8px;
	background: url(../imgs/title/bg-h3.gif) center bottom repeat-x;
	font-size: 1.5em;
	font-weight: bold;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #333; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #f60; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.8em;
	border: 1px solid #8e8e8e;
	font-size: 1.125em;
	font-weight: bold;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #f60; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h4.section06-cont02-title01{
	margin-right: -25px;
	margin-bottom: 0;
}

#main-contents .section06 .section06-cont03 h4{
	margin-right: -20px;
}

#main-contents .section07--title01{
	margin-right: -24px;
	margin-bottom: 0;
}

#main-contents .section07-title02{
	margin-right: -18px;
	margin-bottom: 0;
}

#main-contents .section14-title01{
	margin-left: -22px;
	margin-bottom: 0!important;
}

/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }

#main-contents .list-features-common li h5{
	margin-bottom: 20px;
}


/*●段落タグ*/
#main-contents p{ margin-bottom: 1.5em; }

#main-contents p.m081517 {
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}
/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

#main-contents ol.list-5features{
	margin: 0;
	padding: 0;
}

#main-contents ol.list-5features li{
	position: relative;
	background-color: #fff;
	width: 490px;
	margin-top: 60px;
	padding: 12px 185px 12px 105px;
	list-style: none;
}

#main-contents ol.list-5features li p{
	margin-bottom: 0;
	line-height: 1.5;
}
#main-contents ol.list-5features li p .note{ font-size: 0.75em; }

#main-contents ol.list-5features li .num-list-5features{
	position: absolute;
	left: 18px;
	bottom: 9px;
}

#main-contents ol.list-5features li .illust-list-5features{
	position: absolute;
	right: -25px;
	bottom: 0;
}

#main-contents ol.list-5features li.list-5features-item04 .illust-list-5features{
	right: -31px;
}

#main-contents .note-keni{
	margin-bottom: 60px;
}

#main-contents .note-keni li{
	margin-bottom: 5px;
	font-size: 0.875em;
}

#main-contents .em-text01{
	margin: 40px 0;
	font-size: 1.875em;
	color: #f60;
	font-weight: bold;
}

#main-contents .manual-wrap{
	width: 820px;
	margin: auto;
}

/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}


/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}

#main-contents td{
	background-color: #fff;
}


/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}

/*●テーブルタグ スタイル03*/
#main-contents table.table-style03 th{
	background: url(../imgs/title/bg-conts-th.gif) left top repeat-x #d5ba91;
}

#main-contents table.table-style03 .even td{
	background-color: #fcfcfc;
}

#main-contents table.table-style03 .odd td{
	background-color: #fff;
}

#main-contents table.table-achievement01{
	float: left;
	width: 380px
}

#main-contents table.table-achievement02{
	float: right;
	width: 380px
}

/*●テーブルタグ スタイル04*/
#main-contents table.table-style04 th{
	background: url(../imgs/title/bg-conts-th2.gif) left top repeat-x #1e3a99;
	color: #fafaff;
}

#main-contents table.table-style04 .even td{
	background-color: #eef;
}

#main-contents table.table-style04 .odd td{
	background-color: #fff;
}



/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}
#main-contents ul.adult{
    list-style-type: disc;

}

/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 30px 0 0;
	border-top: 1px solid #090909;
}

#main-contents dl.news dt{
	float: left;
	width: 7em;
	margin: 0;
	padding: 0;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 8em;
	height: 1.5em;
	margin-bottom: 0.8em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	clear: none;
}

#main-contents dl.news dd{
	float: none;
	margin: 0 0 30px 0;
	padding: 0 0 0.8em 0;
	border-bottom: 1px dotted #414141;
	clear: both;
}

#main-contents .keni7-thumbs{
	margin: 0 0 20px;
}

#main-contents .keni7-thumbs li{
	display: inline-block;
}

/*●最新情報2（定義タグ）*/
#main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

#main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

#main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	/zoom : 1;
}

#main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

#main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.3em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/

#main-contents dl.news dd.cat,
#main-contents dl.news02 dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01,
#main-contents dl.news02 dd.cat .color01{ background: #4784bf; }
#main-contents dl.news dd.cat.color02,
#main-contents dl.news02 dd.cat .color02{ background: #dd6673; }
#main-contents dl.news dd.cat.color03,
#main-contents dl.news02 dd.cat .color03{ background: #39a869; }
#main-contents dl.news dd.cat.color04,
#main-contents dl.news02 dd.cat .color04{ background: #e8ac51; }
#main-contents dl.news dd.cat.color05,
#main-contents dl.news02 dd.cat .color05{ background: #a55b9a; }
#main-contents dl.news dd.cat.color06,
#main-contents dl.news02 dd.cat .color06{ background: #aac863; }


/*●定義タグ FAQ*/

#main-contents dl.list-faq{
	width: 780px;
	margin: auto;
}

#main-contents dl.list-faq dt{
	display: block;
	min-height: 46px;
	height: auto !important;
	height: 46px;
	margin-bottom: 40px;
	padding-left: 45px;
	background: url(../imgs/common/list-faq-q.png) left top no-repeat;
	font-size: 1.125em;
	color: #f60;
	font-weight: bold;
}

#main-contents dl.list-faq dd{
	display: block;
	margin: 0;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-left: 45px;
	background: url(../imgs/common/list-faq-a.png) left top no-repeat;
	border-bottom: 1px dotted #808080;
}

#main-contents dl.list-faq dd:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../imgs/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 25px;
	background: url(../imgs/icon/icon-arrow_r.png) left 5px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 25px;
	background: url(../imgs/icon/icon-arrow_l.png) left 5px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(../imgs/icon/icon-arrow_r-yellow.png) 0 7px no-repeat;
}
.link-back02 a{
	padding: 5px 0 5px 15px;
	background: url(../imgs/icon/icon-arrow_l-yellow.png) 0 7px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 25px;
	background: url(../imgs/icon/icon-arrow_r.png) left 5px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(../imgs/icon/icon-menu02.png) 0 6px no-repeat;
}

#main-contents .note{
	font-size: 0.875em;
}

.warning{
	color: #bb2b2b;
	font-weight: bold;
}


/*基本デザイン*/
#main-contents .above-box{
	position: relative;
	width: 900px;
	height: 454px;
	margin-bottom: 80px;
	background: url(../imgs/template/bg-above-box.png) center bottom no-repeat;
}

#main-contents .above-box .txt-above-box01{
	position: absolute;
	top: 0;
	left: 43px;
}

#main-contents .above-box .txt-above-box02{
	position: absolute;
	top: 352px;
	left: 325px;
}

#main-contents .list-basic-design{
	position: relative;
	left: 50%;
	float: left;
	margin-right: 0;
	margin-left: 0!important;
	margin-bottom: 40px;
	padding-left: 0!important;
}

#main-contents .list-basic-design li{
	position: relative;
	left: -50%;
	float: left;
	margin: 0 13px 0 0;
	line-height: 1.5;
	list-style:none;
	text-align: center;
}

.text-box01{
	width: 300px;
}

.text-box02{
	width: 500px;
}

.btn-submit{
	padding: 15px 100px;
}

.btn-back{
	padding: 15px 50px;
}

.customize-area{
	background: #fff4d0;
	padding: 10px 10px 0 10px;
}


/*FAQ*/
.faqList{
    margin: 0 0 30px;
    padding: 0;
}

.faqList dt{
    display: block;
    margin: 0;
    padding: 15px 15px 15px 65px;
    background: url(../imgs/icon/icon-question.png) 9px top no-repeat #bb2b2b;
    color: #fff;
    font-size: 1.125em;
}

.faqList dd{
    margin: 0 0 80px;
    padding: 15px 15px 15px 85px;
    background: url(../imgs/icon/icon-answer.png) 30px 15px no-repeat #fff;
}



/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/
#sidebar-wrap{
	position: fixed;
	top: 40px;
	right: 20px;
	width: 180px;
	padding-top: 3px;
	background: url(../imgs/common/bg-side-top.png) center top no-repeat;
}

* html #sidebar-wrap{
	overflow: hidden;
	position: absolute;
}

#sidebar{
	width: 180px;
	margin: 0;
	padding-bottom: 32px;
	background: url(../imgs/common/bg-side-bottom.png) center bottom no-repeat;
	font-size: 1.2em;
}

#sidebar-in{
	padding: 0 3px 0;
	background: url(../imgs/common/bg-side.png) center top repeat-y;
}

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
	padding: 0.5em;
}

.sub-column hr{ clear: both; }

.sub-column h3{
	padding: 0.7em;
	border: 1px solid #959595; /*サイドバー見出しの枠線*/
	border-top: 3px solid #414141; /*見出しの上部の太線*/
	color: #454545; /*見出し文字の色*/
	font-weight: bold;
}

.sub-column .contents h3{
	margin: -0.5em;
	margin-bottom: 0.8em;
}


/*●サイドメニュー*/
.sub-column .side-menu{
	margin: 0;
	padding: 9px;
}

.sub-column .side-menu li{
	list-style: none;
}

.sub-column .side-menu li a{
	display: block;
	padding: 5px 0 5px 15px;
	background: url(../imgs/icon/icon-arw.png) 2px 8px no-repeat transparent;
	text-decoration: none;
}

.sub-column .side-menu li a:link,
.sub-column .side-menu li a:visited{
	color: #fff;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	color: #f60;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.menu-border{
	border-bottom: 1px dotted #adadad;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	padding-top: 25px;
	padding-bottom: 10px;
	background: #282828; /*フッター全体の背景色を指定*/
	color: #fff;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #f60; }


#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 430px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 430px;
	padding-left: 20px;
	padding-bottom: 20px;
}


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0px 0 3px;
	padding-left: 17px;
	background: url(../imgs/icon/icon-arrow06.png) left 3px no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #911803;
	font-size: 1.2em;
	text-align: center;
	color: #fff
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 182px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 42px;
	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:link,
.page-top a:visited{
	background: url(../imgs/common/bg-pagetop.gif) 14px center no-repeat #911803;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(../imgs/common/bg-pagetop.gif) 14px center no-repeat #eba99e;
	color: #fff;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 110px!important; }

#main-contents .sb-gplus{
	width: 65px;
}

/*コメントナビ*/
.navigation .alignright{
	float: right;
}
.navigation .alignleft{
	float: left;
}

.navigation:after{ content : ''; display : block; clear : both; height:0; }
.navigation{
	margin-bottom: 30px;
	/zoom : 1;
}

.bd{
	border: 1px solid #aeaeae;
}

/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }

/*------------------------------------------------------------
20160329
暫定賢威7で追加
-------------------------------------------------------------*/
#main-contents .attention {
 display:block;
 border: none;
 background: #BB2B2B ;
 padding: 10px 15px;
 color: #fff;}

#main-contents .keni7box {
	border: 1px solid #BB2B2B;
	padding: 20px 20px 10px;}

#main-contents .keni7box h5 {
	font-size: 1.1em;
	padding: 0.5em 0.8em;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	}


/*------------------------------------------------------------
20180425
-------------------------------------------------------------*/
.modaal-content .list-customers-voice02{
	margin: 0 0 70px;
	padding: 0;
	font-size: 1.4em;
}

.modaal-content .list-customers-voice02 li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #808080;
	list-style: none;
}

.modaal-content .list-customers-voice02 li:nth-child(1),
.modaal-content .list-customers-voice02 li:nth-child(2){
	padding-right: 390px;
}

.modaal-content .list-customers-voice02 li:nth-child(3){
	padding-right: 350px;
}

.modaal-content .list-customers-voice02 li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.modaal-content .list-customers-voice02 .msg{
	margin-bottom: 15px;
}

.modaal-content .bg-customers-voice{
	background: url(../imgs/common/bg-voice.jpg) right top no-repeat;
}

.modaal-content .preface-customers-voice{
	margin-bottom: 20px;
	padding: 0 0 18px 0;
	border-bottom: 1px dotted #808080;
}

.modaal-content .list-basic-design li.end{
	margin-right: 0;
}

.modaal-content .customers-info{
	margin-bottom: 0;
	font-size: 0.875em;
	color: #e28547;
	font-weight: bold;
}

.modaal-content .customers-info .purchase-date{
	margin-left: 1em;
}


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/