@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Erica+One');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:900');
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

/*----------------------------------------------------
  リセット
----------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
    margin:0;
    padding:0;
	width: 100%;
    height:100%;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{
  margin: 0;
  padding: 0;
}
fieldset,img{
  border: 0;
  vertical-align : middle;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
img {border:none;}
ul,ol,li {list-style-type: none;}
/*----------------------------------------------------
  サイト定義
----------------------------------------------------*/
body {
	background:#f7f2ec;
	color: #272524;
	font-size: 10pt;
	font-family: "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, sans-serif;
	line-height: 1.5em;
	background-color: #f1e8d6;
	background-image: linear-gradient(-45deg, #cfc0a5 25%, transparent 25%, transparent 50%, #cfc0a5 50%, #cfc0a5 75%, transparent 75%, transparent);
    background-size: 4px 4px;
}

/*link*/
a:link,a:visited,a:active {color:#ee5c1b; text-decoration:none;}
a:hover {color:#cf3f18;	text-decoration:underline;}

/* link画像用 */
#container a img {
     border:none;
     verticle-align:top;
     -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}
#container a:hover img {
     opacity: 0.7;
     filter: alpha(opacity=80);
}
@media (max-width: 767px) {
a:hover img {
    opacity:1.0;
}
#entry_body a img, .sidebar a img {
     border:none;
     verticle-align:top;
}
#entry_body a:hover img, .sidebar a:hover img {
}
}
/* hoverテキスト影 */
.textshadow-orange {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.textshadow-orange:hover {
	text-shadow: 0px 0px 10px #ee5c1b;
	text-decoration: none;
}
/* base */
.clear{clear:both; height:0; line-height:0; font-size:1%;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.mar_0a{margin: 0 auto;}
.mar_t20{margin-top:20px;}
.center{text-align:center;}
.right{text-align:right;}
.float_l img{float:left; margin-right:15px;}
.float_r img{float:right; margin-left:15px;}

/* font */
.att {padding-left:1em; text-indent:-1em;}
.bold{font-weight:bold;}
.font80{font-size:80%;}
.font90{font-size:90%;}
.font100{font-size:100%;}
.font110{font-size:110%;}
.font120{font-size:120%;}
.font150{font-size:150%;}
.f_color_red{color:#c70000;}
.f_color_redbrown{color:#ac3e28;}
.f_color_orange{color:#ee5c1b;}
.f_color_gray{color:#827367; font-size:90%;}

@font-face {
	font-family: 'mada-web-ico';
	src:url('/common/font/mada-web-ico.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'mada-web-ico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow_l:before{content:"l";}
.icon-arrow_r:before{content:"r";}
.icon-arrow_t:before{content:"t";}
.icon-book:before{content:"b";}
.icon-check:before{content:"c";}
.icon-event:before{content:"e";}
.icon-game:before{content:"g";}
.icon-goods:before{content:"o";}
.icon-home:before{content:"h";}
.icon-info:before{content:"i";}
.icon-mail:before{content:"m";}
.icon-music:before{content:"u";}
.icon-news:before{content:"n";}
.icon-square:before{content:"s";}
.icon-play:before{content:"p";}
.icon-Twitter:before{content:"w";}
.icon-exclamation:before{content:"!";}
.icon-download:before{content:"d";}
/*----------------------------------------------------
  構成
----------------------------------------------------*/
#container-top {
	width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
	min-height: 50px;
	background-color: #f7f3ed;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
#container {
	width: 1020px;
	min-height: 100%;
	margin: 0 auto;
	margin-bottom: -120px;
	overflow: hidden;
	padding: 0 10px;
	padding-bottom: 30px;
	background-color: #f7f3ed;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
#main {
	width: 100%;
	float: left;
}
#contents {
	padding: 10px 20px;
	margin-bottom: 120px;
}
#contents540 {
    margin-left: 240px;
    margin-right: 240px;
	margin-bottom: 120px;
}
#contents760 {
	float: left;
	width:760px;
	margin-bottom: 120px;
}
#side-1 {
	float: left;
	margin-left: -100%;
	width: 230px;
}
#side-2 {
	float: left;
	margin-left: -230px;
	width: 230px;
	margin-bottom: 60px;
}
#side-3 {
	float: left;
    width: 230px;
	margin-bottom: 60px;
}
#inner {
	padding: 0 20px;
}
.shadowbox {
	overflow: hidden;
	position: relative;
	margin: 15px;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.4);
	box-shadow: 1px 1px 5px rgba(0,0,0,.4);
}
/*----------------------------------------------------
  左サイドバー（ラインナップ／掲載誌）
----------------------------------------------------*/
#lineup,
#magazine {
	margin-bottom: 30px;
}
#lineup .products {
	margin-bottom: 20px;
}
#lineup .products img{
	border: 1px solid #999;
}
#lineup .caption,
#magazine .caption {
	font-size: 85%;
    line-height: 1.1em;
}
#magazine img, #magazine a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 130px;
	height: auto;
}
#magazine .magazine-box {
	text-align: center;
	padding: 15px 0 10px;
	border-bottom: 1px solid #ffca9c;
}
#magazine .magazine-box a:link {
	font-size: 1.1em;
	font-weight: bold;
}
/*----------------------------------------------------
  右サイドバー
----------------------------------------------------*/
.sidebar {
	margin: 10px;
	margin-bottom: 120px;
}
#pickup ul {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffca9c;
}
#pickup li {
	margin-bottom: 5px;
}
/*--
#pickup img {
	border: 1px solid #827367;
}
--*/
/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
#header {
	min-width: 1040px;
	background-color: #54504d;
	position: relative;
}
#header .in {
	width: 1000px;
	margin: 0 auto;
}
#header .left {
	float: left;
	position: relative;
	top: -6px;
	margin-top: -25px;
	left: 15px;
}
#header2 {
	width: 100%;
	margin: 0;
	overflow: hidden;
	background-color: #ff7f0f;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
	background-image: -webkit-linear-gradient(bottom, #ff881f, #ff9c46);
	background-image: -moz-linear-gradient(bottom, #ff881f, #ff9c46);
	background-image: -o-linear-gradient(bottom, #ff881f, #ff9c46);
	background-image: -ms-linear-gradient(bottom, #ff881f, #ff9c46);
	background-image: linear-gradient(to top, #ff881f, #ff9c46);
}
#header2 .in {
	width: 1000px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 90%;
 	height: 30px;
	line-height: 30px;
}
/*----------------------------------------------------
  ヘッダーメニュー
----------------------------------------------------*/
#headermenu ul{
	margin-right: 10px;
    text-align: right;
}
#headermenu ul li{
	display: inline-block;
}
#headermenu ul li a{
    padding: 5px 10px;
	margin: 0px 4px 10px;
    background-color: #54504d;
    text-decoration: none;
	line-height: 30px;
    color: #F7F2EC;
	border-radius: 0px 0px 8px 8px / 0px 0px 8px 8px;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#headermenu ul li a:hover{
	background-color:#c04813;
	color:#BAA096;
}
/*----------------------------------------------------
  ナビゲーションタブ
----------------------------------------------------*/
#gnv {
    height: 54px;
	width: 683;
	margin-left: 183px;
}
#gnv ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#gnv li {
    float: left;
}
#gnv li a {
    display: block;
    width: 113px;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#gnv a:hover {
	background-color: #c04813;
}
#gnv .current {
	background-color: #ff9c46;
	border-left: 1px solid #ffb16d;
	border-top: 1px solid #ffb16d;
	margin: -1px 0 0 -1px;
}
/*----------------------------------------------------
  パンくず
----------------------------------------------------*/
nav#breadcrumbs ol li{
	list-style-type: none;
	height: 30px;
	line-height:30px;
    display : inline;
	padding-right: .5em;
}
#breadcrumbs a{
	color: #f1ebe3;
}
nav#breadcrumbs ol li:before {
    content : ">";
    margin-left : 5px;
    margin-right : 5px;
	font-size: 90%;
	color: #333;
}
nav#breadcrumbs ol li:first-child:before {
	padding-left: .5em;
    content: "";
}
/*----------------------------------------------------
  フッター
----------------------------------------------------*/
#footer {
	min-width: 1040px;
	height: 120px;
	bottom: 0;
	clear: both;
	background-color: #ff7f0f;
	-webkit-box-shadow: 0 -1px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 4px rgba(0,0,0,.3);
	box-shadow: 0 -1px 4px rgba(0,0,0,.3);
	background-image: -webkit-linear-gradient(bottom, #ff881f, #ff9c46);
	background-image: -moz-linear-gradient(bottom, #ff881f, #ff9c46);
	background-image: -o-linear-gradient(bottom, #ff881f, #ff9c46);
	background-image: -ms-linear-gradient(bottom, #ff881f, #ff9c46);
	background-image: linear-gradient(to top, #ff881f, #ff9c46);
}
#footer .in {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
}
#footermenu ul li{
	display: inline-block;
	padding-left:10px;
	padding-right:5px;
	margin-bottom: 20px;
}
#footermenu ul li a{
    text-decoration: none;
    color: #272524;
}
#footermenu ul li a:hover{
	color: #884B26;
}
#footermenu li+ li {
border-left: 1px solid #e2520c;
}
dl.copyright {
    margint:5px;
	font-size:90%;
}
dl.copyright dt {
    float: left;
    clear: left;
    padding: 2px;
}
dl.copyright dd {
    padding-top: 5px;
}
/*----------------------------------------------------
  トップへ戻るボタン
----------------------------------------------------*/
.pagetop_inner {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.pagetop {
	right: 20px;
	height: 40px;
}
.pagetop a {
	display: inline-block;
	line-height: 40px;
	color: #272524;
	padding: 0 10px;
	border-radius: 6px 6px 0 0;
	background: #ff9c46;
	text-decoration:none;
	font-size:90%;
	-webkit-box-shadow: 0 -1px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 4px rgba(0,0,0,.3);
	box-shadow: 0 -1px 4px rgba(0,0,0,.3);
}
.pagetop a:hover{
	color: #884B26;
}
/*----------------------------------------------------
  見出し
----------------------------------------------------*/
h2.ttl {
	width: 100%;
	height: 40px;
	padding-left: 2px;
	margin-bottom: 15px;
	color: #fbcba8;
	font-family: 'Erica One', cursive;
	font-size: 40px;
	line-height: 40px;
}

h2.con_ttl {
	width: 100%;
	height: auto;
	margin: 10px 0 20px;
	border-bottom: 2px dotted #ee5c1b;
}
h2.con_ttl .con_ttl {
	margin-left: 5px;
	font-size: 26px;
	font-family: 'Titillium Web' , "Mplus 1p";
	color: #ee5c1b;
	font-weight: 900;
}
.con_ttl_balloon {
	display: inline-block;
	text-align: center;
	line-height: 44px;
	color: #ee5c1b;
	font-size: 26px;
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0px;
	background: #FFFFFF;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	border: #ee5c1b solid 2px;
}
.con_ttl_balloon:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 4px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -4px;
	bottom: -6px;
	left: 50%;
}
.con_ttl_balloon:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 5px 0;
	border-color: #ee5c1b transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -5px;
	bottom: -10px;
	left: 50%;
}

h2.con_ttl3 {
	width: 100%;
	height: auto;
	margin: 15px 0 20px;
	border-bottom: 2px dotted #00b0ed;
}
h2.con_ttl3 .con_ttl3 {
	margin-left: 5px;
	font-size: 26px;
	font-family: 'Titillium Web' , "Mplus 1p";
	color: #00b0ed;
}
.con_ttl_balloon3 {
	display: inline-block;
	text-align: center;
	line-height: 44px;
	color: #00b0ed;
	font-size: 26px;
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0px;
	background: #FFFFFF;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	border: #00b0ed solid 2px;
}
.con_ttl_balloon3:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 4px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -4px;
	bottom: -6px;
	left: 50%;
}
.con_ttl_balloon3:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 5px 0;
	border-color: #00b0ed transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -5px;
	bottom: -10px;
	left: 50%;
}

.sidettl{
	margin: 20px 0;
}
h2.sidettl {
	height: 32px;
    position: relative;
    background: #999;
	margin: 20px 0px;
    z-index: 1;
}
h2.sidettl:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 32px;
    background: #febc2d;
	z-index: 1;
}
h2.sidettl:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 16px;
    height: 0;
	border-style: solid;
	border-width: 16px 0 16px 14px;
	border-color: transparent transparent transparent #febc2d;
	z-index: 1;
}
h2.sidettl img{
	padding:0 36px;
}
/*----------------------------------------------------
  チェックマークリスト
----------------------------------------------------*/
.checklist h3 {
	color: #ac3e28;
	font-weight: bold;
	font-size: 110%;
	border-bottom:1px solid #ffca9c;
	margin-bottom: 5px;
}
ul.checklist {
	position: relative;
	list-style: none;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 10px;
}
ul.checklist::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: -1.3em;
	width: 10px;
	height: 5px;
	border-left: 3px solid #ff7f0f;
	border-bottom: 3px solid #ff7f0f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.circle-list li {
	position: relative;
	padding-left: 1em;
}
.circle-list li:before {
    display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 6px;
	margin-left: -10px;
	width: 5px;
	height: 5px;
	background-color: #ff7f0f;
}
/*----------------------------------------------------
  上向き吹き出し
----------------------------------------------------*/
.balloon-top {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fffbf6;
	border: 2px solid #ee5c1b;
	border-radius: 10px;
	z-index: 0;
}
.balloon-top:before {
	content: "";
	position: absolute;
	top: -9px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fffbf6 transparent;
	z-index: 0;
}
.balloon-top:after {
	content: "";
	position: absolute;
	top: -12px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ee5c1b transparent;
	z-index: -1;
}
/*----------------------------------------------------
  詳細を見る
----------------------------------------------------*/
.read_more-box {
	width:100%;
	height:40px;
	text-align: right;
}
.read_more {
	position: absolute;
	bottom : 10px;
	right: 15px;
	padding: 3px 8px;
	color: #ee5c1b;
	border: 1px solid #ee5c1b;
	border-radius: 8px;
	font-family: "FOT-ロダンNTLG Pro B";
	background: #FFF;
}
.read_more:hover{
	background: #ffd76a;
}

/*----------------------------------------------------
  Ｑ＆Ａ
----------------------------------------------------*/
#support h3 {
	font-size: 15px;
	font-weight: bold;
	color: #ac3e28;
	margin-top: 20px;
}
#support {
	margin: 0 40px;
}
#navi {
	padding: 10px;
}
#navi li {
    display: inline-block;
	margin: 15px 5px 10px 0;
	font-weight: bold;
}
#navi li a {
	padding: 5px 6px;
    border: 3px solid #827367;
	border-radius: 6px;
	background-color: #fffbf5;
	background-image: -webkit-linear-gradient(bottom, #c9c2b3, #fffbf5 18%);
	background-image: -moz-linear-gradient(bottom, #c9c2b3, #fffbf5 18%);
	background-image: -o-linear-gradient(bottom, #c9c2b3, #fffbf5 18%);
	background-image: -ms-linear-gradient(bottom, #c9c2b3, #fffbf5 18%);
	background-image: linear-gradient(to top, #c9c2b3, #fffbf5 18%);
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#navi li a:hover {
	text-decoration: none;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
}
#support .question {
	border: 1px solid #c9c2b3;
	font-weight: bold;
	font-size: 110%;
	padding: 4px;
	margin-top: 10px;
	background-color: #f1e8d6;
}
#support .question:before {
	font-size: 130%;
	content: "Ｑ";
	color: #7A183A;
	margin-right: 6px;
}
#support .answer {
	padding: 4px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
#support .answer:before {
	font-weight: bold;
	font-size: 130%;
	content: "Ａ";
	color: #14613D;
	margin-right: 6px;
}
#support .update {
	border: 1px solid #c9c2b3;
	padding: 5px;
	margin: 10px 0;
	min-height: 290px;
	background-color: #f1e8d6;
}
#support .update p{
	font-weight: bold;
	font-size: 110%;
	border-bottom: 2px dotted #ee5c1b;
	padding: 5px 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.update .img-box {
	margin-right: 10px;
	float: left;
	text-align: center;
}
.update .right-box {
	padding: 0 10px 10px 0;
	margin-left: 160px;
	min-height: 250px;
	font-size: 9pt;
}
.download-button a{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	font-family: 'Titillium Web';
	line-height: 50px;
	padding: 10px 5px;
	border: 3px solid #827367;
	border-radius: 6px;
	background-color: #fffbf5;
	background-image: -webkit-linear-gradient(bottom, #c9c2b3, #fffbf5 18%);
	background-image: -moz-linear-gradient(bottom, #c9c2b3, #fffbf5 18%);
	background-image: -o-linear-gradient(bottom, #c9c2b3, #fffbf5 18%);
	background-image: -ms-linear-gradient(bottom, #c9c2b3, #fffbf5 18%);
	background-image: linear-gradient(to top, #c9c2b3, #fffbf5 18%);
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.download-button a:hover {
	text-decoration: none;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
}
/*----------------------------------------------------
  サイドガイドMENU
----------------------------------------------------*/
.side-guidemenu {
	list-style: none;
	overflow: hidden;
	width: 200px;
	padding: 0;
	margin: 20px auto;
}
.side-guidemenu li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #54504d;
}
.side-guidemenu li:last-child {
	border-bottom: 0px;
}
.side-guidemenu li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 35px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	background: #827367;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
}
.side-guidemenu li a:hover {
	background: #54504d;
}
#listmenu .support a:before{
	display: block;
	content: "i";
	font-family: "mada-web-ico";
	font-size: 24px;
	position: absolute;
	line-height: 35px;
	width: 35px;
	height: 35px;
	left: 15px;
	color: #fff;
	transition: .2s;
}
#listmenu .guide a:before{
	display: block;
	content: "c";
	font-family: "mada-web-ico";
	font-size: 24px;
	position: absolute;
	line-height: 35px;
	width: 35px;
	height: 35px;
	left: 15px;
	color: #fff;
	transition: .2s;
}
#listmenu .mail a:before{
	display: block;
	content: "m";
	font-family: "mada-web-ico";
	font-size: 24px;
	position: absolute;
	line-height: 35px;
	width: 35px;
	height: 35px;
	left: 15px;
	color: #fff;
	transition: .2s;
}
#listmenu li a:hover:before {
	font-size: 55px;
	line-height: 30px;
	left: -5px;
}
/*--------------------------------------
  商品データ表
--------------------------------------*/
dl.goods_data {
    margin: 10px 0 30px;
    border:#cdcac3 1px solid;
	border-radius: 6px;
    width:630px;
}
.goods_data dt {
    border-top:#cdcac3 1px solid;
    display:inline;
    float:left;
    text-indent:1px;
    padding:5px 8px;
    width:120px;
    clear:both;
	font-weight: bold;
	margin-left: 10px;
}
.goods_data dd {
    border-top:#cdcac3 1px solid;
    padding-top:5px;
    margin-bottom:6px;
	margin-right: 10px;
    width:474px;
    float:left;
}
.goods_data dt:first-child
{
    border:none;
}
.goods_data dt:first-child + dd
{
    border:none;
}
dl.goods_data:after {
	content: "";
	display: block;
	clear: both;
}
.shops a{
	border: 1px solid #cdcac3;
	border-radius: 4px;
	padding: 0 4px;
	margin-right: 3px;
	line-height:2em;
}
/*--------------------------------------
  イベントデータ表
--------------------------------------*/
dl.event_data {
    margin: 10px 0 30px;
	border-radius: 6px;
    width:630px;
	background-color: #eef4f4;
}
.event_data dt {
    border-top:#85a1a0 1px solid;
    display:inline;
    float:left;
    text-indent:1px;
    padding:5px 8px;
    width:120px;
    clear:both;
	font-weight: bold;
	margin-left: 10px;
	color: #155359;
}
.event_data dd {
    border-top:#b8b8b8 1px solid;
    padding-top:5px;
    margin-bottom:6px;
	margin-right: 10px;
    width:474px;
    float:left;
}
.event_data dt:first-child
{
    border:none;
}
.event_data dt:first-child + dd
{
    border:none;
}
dl.event_data:after {
	content: "";
	display: block;
	clear: both;
}
/*--------------------------------------
  製品情報
--------------------------------------*/
.product-cont {
	width: 630px;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.4);
    box-shadow: 1px 1px 5px rgba(0,0,0,.4);
}
.product-img{
	padding: 3px;
	margin: 10px 5px 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.4);
    box-shadow: 1px 1px 5px rgba(0,0,0,.4);
}
.product-cont a img {
     border:none;
     verticle-align:top;
     -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}
.product-cont a:hover img {
     opacity: 0.7;
     filter: alpha(opacity=80);
}
hr.hr-style {
	margin: 40px auto;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.product-cont .title {
	margin-bottom: 10px;
}
.product-cont .title td{
	border-bottom: 1px solid #cdcac3;
}
.product-cont .spec {
	margin-bottom: 10px;
}
.product-cont .spec td {
	border-bottom: 1px solid #cdcac3;
}
.product-cont .spec th {
	color: #ee5c1b;
	font-weight: bold;
	border-bottom: 1px solid #ffca9c;
}
.product-cont .spec-dl {
	margin-top: 30px;
	margin-bottom: 10px;
}
.product-cont .spec-dl td {
	border-bottom: 1px solid #cdcac3;
}
.product-cont .spec-dl th {
	width: 9em;
	color: #1f76b9;
	font-weight: bold;
	border-bottom: 1px solid #9ce4ff;
}
.product-cont .go-button {
	display: block;
	width:90%;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0,0,0,.6);
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 -1px 2px rgba(0,0,0,.5);
	box-shadow: 0 -1px 2px rgba(0,0,0,.5);
	background-image: -webkit-linear-gradient(bottom, #ff7400, #ffa443);
	background-image: -moz-linear-gradient(bottom, #ff7400, #ffa443);
	background-image: -o-linear-gradient(bottom, #ff7400, #ffa443);
	background-image: -ms-linear-gradient(bottom, #ff7400, #ffa443);
	background-image: linear-gradient(to top, #ff7400, #ffa443);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.product-cont .go-button:hover {
	color: #841c00;
	text-decoration: none;
     opacity: 0.8;
     filter: alpha(opacity=80);
}
.product-cont .go-button-dl {
	display: block;
	width:90%;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0,0,0,.6);
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 -1px 2px rgba(0,0,0,.5);
	box-shadow: 0 -1px 2px rgba(0,0,0,.5);
	background-image: -webkit-linear-gradient(bottom, #2c68cc, #4a9bed);
	background-image: -moz-linear-gradient(bottom, #2c68cc, #4a9bed);
	background-image: -o-linear-gradient(bottom, #2c68cc, #4a9bed);
	background-image: -ms-linear-gradient(bottom, #2c68cc, #4a9bed);
	background-image: linear-gradient(to top, #2c68cc, #4a9bed);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.product-cont .go-button-dl:hover {
	color: #003e84;
	text-decoration: none;
     opacity: 0.8;
     filter: alpha(opacity=80);
}

/*--------------------------------------
  モーダル
--------------------------------------*/
.modal {
	 position:fixed;
	 display:none;
	 z-index:9999;
	 top:40%;
	 left:50%;
	 width:600px;
	 height:400px;
	 margin:-120px 0 0 -300px;
	 padding-top:160px;
	 text-align:center;
	 background:#333;
	 border-radius: 8px;
	 border: 2px solid #ccc;
	 background-image:url(/common/img/modal_bg.png);
	 background-size: cover;
}
.modal p {
	 margin-bottom:10px;
}
.modal a {
	 cursor:pointer;
}
.modal .button {
	display: inline-block;
	width: 150px;
	height: 44px;
	margin: 15px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #FFF;
	border: 3px solid #FFF;
	border-radius: 8px;
	color: #e94f0c;
	line-height: 40px;
	font-size:18pt;
	font-weight: bold;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";/*IE 8*/
	-moz-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.5);/*FF 3.5+*/
	-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 1px 5px 1px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.modal .button::before,
.modal .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.modal .button,
.modal .button::before,
.modal .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.modal .button:hover {
	background-color: #59b1eb;
	color: #fff;
}
.modal .font-style-small-gray {
	 color: #E4E4E4;
	 font-size: 10pt;
}
.modal .font-style-large-orange {
	 color: #ea500c;
	 font-size: 14pt;
	 font-weight: bold;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";/*IE 8*/
	 text-shadow: 0 0 3px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
}
