@charset "utf-8";


/*セミオリジナルテンプレート用設定項目*/
/*1.全体背景色:*/
body {background:#EEEEEE;}
#header {background: #EEEEEE;}
#content_box {background: #EEEEEE;}
/*2.全体枠線色*/
#content_box .page, #photo {border-color:#E1E1E1;}
/*3.メイン画像 */
#photo  #img {background:url(../img/168_3_photo.jpg);} /* 900px x 250px */
/*4.コンテンツ部背景色*/
#content_box .page {background-color:#FFFFFF;}
/*5.上部メニュー*/
#menu_box {background: url(../img/mask-trans.png) 0 5px repeat #5A2600;}
#menu li {background: url(../img/mask-trans.png) 0 0 repeat #5A2600;}
/*6.上部メニュー（マウスオーバー時）*/
#menu li:hover, #menu li.cntmenu_over {background: url(../img/mask-trans.png) 0 0 repeat #A94700;}
/*7.ボタン区切り色*/
#menu {border-left:1px solid #000000;}
#menu > ul > li {border-right:1px solid #000000;}
/*8.上部メニュー文字色*/
#menu li a {color:#FFFFFF;}
/*9.上部メニュー文字色（マウスオーバー時）*/
#menu ul li a:hover, #menu li.cntmenu_over a {color:#FFFFFF;}
/*10.左部親ページメニュー画像*/
#sidebar a.sn_01 {background-image:url(../img/168_3_side1.png);}
/*11.左部親ページメニュー画像（マウスオーバー時）*/
#sidebar a.sn_01:hover, #sidebar a.sn_01_over{background-image:url(../img/168_3_side1-hover.png);}
/*12.左部子ページメニュー画像*/
#sidebar a.sn_01_01 {background-image:url(../img/168_3_side2.png);}
/*13.左部子ページメニュー画像（マウスオーバー時）*/
#sidebar a.sn_01_01:hover, #sidebar a.sn_01_01_over{background-image:url(../img/168_3_side2-hover.png);}
/*14.サイドメニュー文字色*/
#sidebar a.sn_01, #sidebar a.sn_01_over { color : #333333;}
#sidebar a.sn_01_01, #sidebar a.sn_01_01_over{ color : #333333;}
/*15.サイドメニュー文字色（マウスオン）*/
#sidebar a.sn_01:hover, #sidebar a.sn_01_over{ color : #333333;}
#sidebar a.sn_01_01:hover, #sidebar a.sn_01_01_over { color : #333333;}
/*16.ページ全体リンク色*/
a {color:#0000FF;}
/*18.ページ全体リンク色（訪問後）CSSルール上hoverより先に記述する*/
a:visited {color:#810081;}
/*17.ページ全体リンク色（マウスオーバー時）*/
a:hover {color:#0000FF;}

/*19.スマホパネル背景色 */
#titleBar {background: #5A2600;}
/*20.スマホ時メニュー背景色 */
#navPanel {background: #1F1F1F;}
/*21.スマホ時メニュー親ページ文字色 */
#navPanel .link.depth-0 {color: #FFFFFF;}
/*22.スマホ時メニュー子ページ文字色 */
#navPanel .link.depth-1 {color: #FFFFFF;}

/*html body*/
body{
	display    : block !important;
	margin:0;
	padding:0;
	font-family: Verdana, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
		}


/* Header */
#header {
	background-size: cover;
}
.header_inn {
	margin: 0 auto;
	padding: 5px 0px;
	text-align:left;
}

/* Menu */
#menu-wrapper {
	top       : 0;
	left      : 0;
	width     : 100%;
}
#menu_top {
	width:100%;
	height:5px;
	background:url(../img/menu-top.png) 0 0 repeat-x;
	font-size:0%;
}
#menu {
	margin:0 auto;
	padding:0 0 0 0px;
	letter-spacing:0.01em;
	font-size:85%;
	line-height:2.0em;
}
#menu > ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#menu > ul > li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	line-height:1em;
}
#menu > ul > li > a {
	margin:0;
	padding:14px 0 6px 0;
	display:block;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}
#menu li span {
	margin:0;
	padding:0;
}
#menu > ul > li > ul {
	display: none;
}
#menu_bottom {
	width:100%;
	height:5px;
	background:url(../img/menu-bottom.png) 0 0 repeat-x;
	font-size:0%;
}

/* page */
#content_box .page{
	margin:0 auto;
	border-style:solid;
	border-width:1px;
	border-top:0;
	border-bottom:0;
	padding:0;
	text-align:left;
}

/* Main */
#main {
	position  : relative;
}
#main #mobile, #cnt_btmbt{
	padding:0 0 0 555px;
	width:75px;
}
#content_nosidebar #mobile{
	padding:0 0 0 795px;
	width:75px;
}
#main #mobile a, #cnt_btmbt a{
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	width:75px;
	height:24px;
	background:url(../img/mobile.gif) 0 0 no-repeat;
}

/* Photo */
#photo {
	margin:0;
	padding:0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-position:top;
	background-repeat:no-repeat;
}
#photo #img {
	background-position: top;
	background-repeat: no-repeat;
}

/* content */
#content,#content_nosidebar{
	margin:10px 0 0 10px;
}

/* Sidebar */
#sidebar {
	margin:10px 0 0 10px;
	width:240px;
}
.sidemenu {
	margin:0;
	padding:0;
}
.sidemenu > li > ul{
	margin:0 0 0 20px;
	padding:0;
}
.sidemenu li{
	list-style:none;
	overflow  :hidden;
}
.sidemenu li > ul > li{
	height    : 35px;
	margin   : 10px 0 0 0;
}
#sidebar a.sn_01, #sidebar a.sn_01_over {
	position          : relative;
	display           : inline-block;
	padding           : 10px 0 0 20px;
	text-decoration   : none !important;
	font-size         : 14px;
	font-weight       : 300;
	width             : 240px;
	height            : 40px;
	overflow          : auto;
	box-sizing        : border-box;
}
#sidebar a.sn_01_over{
	box-shadow: none;
  	font-weight:bold;
}
#sidebar a.sn_01:hover{
	box-shadow: none;
	font-weight:bold;
}
#sidebar a.sn_01_01, #sidebar a.sn_01_01_over{
	position          : relative;
	display           : inline-block;
	padding           : 10px 0 0 20px;
	text-decoration   : none !important;
	font-size         : 14px;
	font-weight       : 300;
	width             : 220px;
	height            : 35px;
	box-sizing        : border-box;
	background-size:220px 35px;
	line-height: 1em;
	overflow: hidden;
}
#sidebar a.sn_01_01:hover, #sidebar a.sn_01_01_over {
	box-shadow: none;
	background-size:220px 35px;
	font-weight:bold;
}

/* border */
#border {
	padding:10px 0px;
	clear:both;
	height:5px;
	font-size:0%;
}

/* Footer */
#footer {
	position  : relative;
}
#footer header h2 {
	color: #FFF !important;
}
#footer header .byline {
	color: rgba(255,255,255,.2);
}

/* Cart */
#CartArea{
	width:100% !IMPORTANT;
	height:auto !IMPORTANT;
	overflow:auto !IMPORTANT;
}
#CartFrame{
	width:100% !IMPORTANT;
	height:2500px !IMPORTANT;
}

/* titlebar */
#titleBar .title a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-weight: 300;
	text-decoration: none;
}		
#titleBar .tag {
	display: none;
}
#titleBar .toggle {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 60px;
}
#titleBar .toggle:after {
	content   : '';
	display   : block;
	width     : 20px;
	height    : 12px;
	position  : absolute;
	left      : 10px;
	top       : 15px;
	background: url('images/toggle.svg') 0px 0px no-repeat;
	opacity   : 0.5;
}
#titleBar .toggle:active:after {
	opacity: 0.75;
}

/* navpanel*/
#navPanel .link{
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: 44px;
	border-top: solid 1px;
	border-color: rgba(255,255,255,.05);
	padding: 0 1em 0 1em;
	letter-spacing: 1px;
}
#navPanel .link:first-child {
	border-top: 0;
}
#navPanel .indent-1 {
	display: inline-block; width: 1em;
}

/* Form */
.submit_resp {
	-moz-border-radius   : 1em ;
	-webkit-border-radius: 1em;
	border-radius        : .3em ;
	font-size            : 16px;
	padding              : .6em 20px;
	min-width            : .75em;
	position             : relative;
	text-overflow        : ellipsis;
	overflow             : hidden;
	white-space          : nowrap;
	zoom                 : 1;
	border               : 1px solid #ccc;
	background           : #eee;
	font-weight          : bold;
	color                : #222 ;
	text-shadow          : 0 1px 0 #ffffff ;
	background-image     : -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #f1f1f1 ));
	background-image     : -webkit-linear-gradient( #ffffff, #f1f1f1 );
	background-image     :    -moz-linear-gradient( #ffffff, #f1f1f1 );
	background-image     :     -ms-linear-gradient( #ffffff, #f1f1f1 );
	background-image     :      -o-linear-gradient( #ffffff, #f1f1f1 );
	background-image     :         linear-gradient( #ffffff, #f1f1f1 );
}
.submit_resp:hover {
	border          : 1px solid #bbb;
	background      : #dfdfdf;
	font-weight     : bold;
	color           : #222;
	text-shadow     : 0 1px 0 #ffffff ;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 ), to( #e0e0e0 )); 
	background-image: -webkit-linear-gradient( #f6f6f6, #e0e0e0); 
	background-image:    -moz-linear-gradient( #f6f6f6, #e0e0e0); 
	background-image:     -ms-linear-gradient( #f6f6f6, #e0e0e0); 
	background-image:      -o-linear-gradient( #f6f6f6, #e0e0e0); 
	background-image:         linear-gradient( #f6f6f6, #e0e0e0);
}
.submit_resp:active {
	-moz-box-shadow   : 0px 0px 12px #387bbe ;
	-webkit-box-shadow: 0px 0px 12px #387bbe ;
	box-shadow        : 0px 0px 12px #387bbe ;	
}

.text_resp {
	-moz-border-radius   : .6em ;
	-webkit-border-radius: .6em ;
	border-radius        : .2em ;
	border               : 1px solid #aaa;
	color                : #333333;
	text-shadow          : 0 1px 0 #fff ;
	background           : #f9f9f9 ;
	background-image     : -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 ), to( #eeeeee ));
	background-image     : -webkit-linear-gradient( #f9f9f9 , #eeeeee );
	background-image     :    -moz-linear-gradient( #f9f9f9 , #eeeeee);
	background-image     :      -ms-linear-gradient( #f9f9f9, #eeeeee);
	background-image     :       -o-linear-gradient( #f9f9f9, #eeeeee);
	background-image     :          linear-gradient( #f9f9f9, #eeeeee);
	
	background-image: none;
	padding         : .4em;
	margin          : .5em;
	line-height     : 1.4;
	font-size       : 16px;
	width           : 90%;
	outline         : 0;
}
.text_resp:focus {
	-moz-box-shadow   : 0px 0px 12px #387bbe ;
	-webkit-box-shadow: 0px 0px 12px #387bbe ;
	box-shadow        : 0px 0px 12px #387bbe ;	
}

table{
        }

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
