@charset "utf-8";

#background {background-color:#FFDFE2;} 
/*2.全体枠線色*/
#box {border-color:../img/173_4_photo.jpg;}
/*3.メイン画像背景色*/
/*レイアウトの都合上、(1)と同じ*/
/*4.メイン画像*/
body {background-image:url(../img/#FFFFFF); background-attachment:fixed;}
#background {background-image:url(../img/#FFFFFF);}

/*セミオリジナルテンプレート用設定項目*/
/*1.全体背景色:*/
body {background-color:#FFDFE2;}
#background {background-color:#FFDFE2;} 
/*2.全体枠線色*/
	/*レイアウトの都合上なし*/
/*3.メイン画像背景色*/
	/*レイアウトの都合上、(1)と同じ*/
/*4.メイン画像*/
#photo #img {background-image:url(../img/173_4_photo.jpg);}
/*5.コンテンツ部背景色*/
#content_box {background-color:#FFFFFF;}
/*5-2.コンテンツ(フッター)部背景色*/
#footer {background-color:#FFFFFF;}
/*6.コンテンツ部枠線色*/
#content_box {border-color:#E4E4E4;}
/*6-2.コンテンツ(フッター)部枠線色*/
#footer {border-color:#E4E4E4;}
/*7.上部メニュー画像*/
#menu ul {background-image:url(../img/173_4_menu.png);}
/*8.上部メニュー画像（マウスオーバー時）*/
#menu li:hover, #menu li.cntmenu_over {background-image:url(../img/173_4_menu-hover.png);}
/*9.上部メニュー文字色*/
#menu li a {color:#333333;}
/*10.上部メニュー文字色（マウスオーバー時）*/
#menu li a:hover, #menu li.cntmenu_over a {color:#FFFFFF;}
/*11.左部親ページメニュー画像*/
#sidebar a.sn_01 {background-image:url(../img/173_4_side1.png);}
/*12.左部親ページメニュー画像（マウスオーバー時）*/
#sidebar a.sn_01:hover, #sidebar a.sn_01_over{background-image:url(../img/173_4_side1-hover.png);}
/*13.左部子ページメニュー画像*/
#sidebar a.sn_01_01 {background-image:url(../img/173_4_side2.png);}
/*14.左部子ページメニュー画像（マウスオーバー時）*/
#sidebar a.sn_01_01:hover, #sidebar a.sn_01_01_over{background-image:url(../img/173_4_side2-hover.png);}
/*15.左部メニュー文字色*/
#sidebar li a {color:#333333;}
/*16.左部メニュー文字色（マウスオーバー時）*/
#sidebar li a:hover, #sidebar a.sn_01_01_over, #sidebar a.sn_01_over {color:#333333;}
/*17.ページ全体リンク色*/
a {color:#0000FF;}
/*19.ページ全体リンク色（訪問後）*/
a:visited {color:#810081;}
/*18.ページ全体リンク色（マウスオーバー時）*/
a:hover {color:#0000FF;}

/*20.スマホパネル背景色 */
#titleBar {background: #FFB3F1;}
/*21.スマホ時メニュー背景色 */
#navPanel {background: #1F1F1F;}
/*22.スマホ時メニュー親ページ文字色 */
#navPanel .link.depth-0 {color: #FFFFFF;}
/*23.スマホ時メニュー子ページ文字色 */
#navPanel .link.depth-1 {color: #FFFFFF;}

/*html body*/
body{
	height:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background-image:url(../img/32000bg-trans.png);
	background-position:0 top;
	background-repeat:repeat-x;
	background-attachment:fixed;
		}

body:after {  /*擬似要素をつくる*/
	/*固定配置*/
	position: fixed;
	/*左上に固定*/
	top: 0; left: 0;
	/*画面全体を覆う*/
	width: 100%; height: 100%;
	content: " ";
	z-index: -1;
	/*古いFireFox向け*/
	background: -moz-linear-gradient(top, #FFDFE2 0%,#FFFFFF 100%);
	/*古いSafari・Chrome向け*/
	background: -webkit-linear-gradient(top, #FFDFE2 0%,#FFFFFF 100%);
	/*IE9以下への対応*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFDFE2,EndColorStr=#FFFFFFFF);
	/*正規のプロパティ*/
	background: linear-gradient(to bottom, #FFDFE2 0%, #FFFFFF 100%);
}
/* background */
#background {
	position: absolute;
	bottom: 80px;
	/*左上に固定*/
	top: 0; left: 0;
	/*画面全体を覆う*/
	width: 100%;
	/* height: 100%; */
	content: "";
	/*古いFireFox向け*/
	background: -moz-linear-gradient(top, #FFDFE2 0%,#FFFFFF 100%);
	/*古いSafari・Chrome向け*/
	background: -webkit-linear-gradient(top, #FFDFE2 0%,#FFFFFF 100%);
	/*IE9以下への対応*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFDFE2,EndColorStr=#FFFFFFFF);
	/*正規のプロパティ*/
	background: linear-gradient(to bottom, #FFDFE2 0%, #FFFFFF 100%);
}
/*common*/
img {
	border:0px;
}
.clear{
	clear:both;
}

/*page*/
#page {
	margin:0 auto;
	text-align:left;
	position: relative;
}

/*header*/
#header {
	margin:0;
	padding:5px 0px;
}

/*photo box*/
#photo_box {
	margin:0;
	background:#EBEBEB;
}
#photo #img {
	background-position:0 0;
	background-repeat:repeat;
}

/*menu*/
#menu {
	line-height:2em;
	font-size:85%;
	letter-spacing:0.01em;
	background:#EBEBEB;
}
#menu > ul {
	margin:0;
	padding:0;
	overflow:hidden;
}
#menu > ul > li {
	margin:0;
	padding:0;
	float:left;
	line-height:1em;
	width:178px;
	height:40px;
}
#menu > ul > li > a {
	margin:0;
	padding:14px 0 6px 0;
	display:block;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	width:178px;
	height:20px;
}
#menu li span {
	margin:0;
	padding:0;
}
#menu > ul > li > ul {
	display: none;
}

/*content_box*/
#content_box {
	margin: 10px 0 0 0;
	border-style:solid;
	border-width:1px;
}

/* main */
#main {
	position  : relative;
}
#main #mobile, #cnt_btmbt{
	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;
}

/*side*/
#sidebar {
	margin:0;
	padding:0;
	width:240px;
}
.sidemenu {
	margin:0;
	padding:0;
}
.sidemenu li{
	list-style:none;
	overflow  :hidden;
}
.sidemenu > li {
	margin:0 0 10px 0;
	padding:0;
	width:240px;
	letter-spacing:0.01em;
	font-size:85%;
	line-height:2.0em;
}
#sidebar a.sn_01, #sidebar a.sn_01_over {
	display:inline-block;
	margin:0;
	padding:15px 0 5px 26px;
	width:214px;
	height:20px;
	line-height:1em;
	text-decoration:none;
	background-position:0 0;
	background-repeat:no-repeat;
}
#sidebar a.sn_01:hover, #sidebar a.sn_01_over {
	font-weight:bold;
}
.sidemenu > li > ul{
	margin:0;
	padding:0;
}
.sidemenu > li > ul > li{
	margin:0;
	padding:10px 0 0 0;
	width:240px;
	height:30px;
}
#sidebar a.sn_01_01, #sidebar a.sn_01_01_over{
	display:inline-block;
	background-position:0 0;
	background-repeat:no-repeat;
	padding:9px 0 6px 26px;
	width:214px;
	height:15px;
	line-height:1em;
	text-decoration:none;
	overflow:hidden;
}
#sidebar a.sn_01_01:hover , #sidebar a.sn_01_01_over{
	font-weight:bold;
}

/*footer*/
#footer {
	border-style:solid;
	border-width:1px;
	margin:10px 0 0 0;
	text-align:left;
	clear:both;
}


/* 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{
        }

