?@charset "utf-8";

#c1 { text-align: left; }
#c2 { text-align: left; margin-left: auto; margin-right: auto; padding:20px;width: 300px; }

/* 文書全体 */
* {
	margin: 0px;
}

/* 全てのスクリーンサイズで適用する設定 */
/* body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
img {
	border-style: none;
	max-width: 90%;
	height: auto;
	vertical-align: bottom;
}
.max_width {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/* 上にスクロール */
.content
{
	min-height: 10px ;
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}


/* header */
header {
}
#site_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#site_title2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
	padding-top: 80px;
	padding-bottom: 10px;
}
#menu_button {
	position:fixed;
	top:0px;
	left:0px;
	z-index:3;
}


/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 130%;
	padding-top: 0px;		/*上へあける余白*/
	padding-bottom: 0px;	/*下へあける余白*/
	text-align: left;	/*メニューテキストをセンタリング*/
}
ul.navmenu li {
	display: block;
}



/* nav */
#nav {
	position:fixed;
	top:0px;
	margin-left:-200px;
	width:200px;
	z-index:2;
}
#nav ul {
	padding: 0px;
	background-color:rgba(128,0,0,0.90);
}
#nav ul li {
	list-style-type: none;
}

/* 最小画面での左上メニュー */
#nav ul li a:link {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 11px;
	padding-bottom: 15px;
	border-bottom: 1px solid #474747;
	display:block;
	text-align:left;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
#nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #B9B9B9; /* hover のカラー（600px 未満のメニュー）（1/4 箇所） */
	text-decoration: none;
}

/* slideshow */
#stage {
	position:relative;
	cursor:pointer;
	max-width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#stage ul {
	padding: 0px;
	position:relative;
}
#stage ul li {
	max-width: 100%;
	list-style-type: none;
	position:absolute;
	opacity: 0;
}
#stage img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#slide_control {
	display: none;
	margin-top: 20px;
}
#prev_button {
	background-color:#FFFFFF;
}
#next_button {
	background-color:#FFFFFF;
}
.ie8_under #stage {
	display:none;
}

/* article */
.content_wrap_slide {
	padding-top:25px;
	padding-bottom:25px;
}
.content_wrap {
	padding-top:35px;
	padding-bottom:25px;
}
.content_wrap2 {
	width: 100%;
	padding-top:10px;
	padding-bottom:0px;
}
.content {
	margin-right: 5px;
	margin-left: 5px;
}
.content a:link {
	color: #515151;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content a:visited {
	color: #464646;
}
.content a:hover {
	color: #B9B9B9; /* hover のカラー（コンテンツ部分のリンク）（2/4 箇所） */
}
.content h1 {
	font-size: 120%;
	font-weight:normal;
}
.content h1 span {
	position:relative;
	top:-15px;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	z-index:1;
}
.content h2 {
	clear: both;
	font-weight:normal;
	font-size:120%;
}
.content h3 {
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
	max-width: 90%;

	font-size: 130%;
	font-weight:normal;
}
.content h4 {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 70%;
	font-size: 130%;
	clear: both;
	border-bottom: 3px solid #a10000;	/*下線の幅、線種、色の設定*/
	padding: 2px 10px;		/*左から、上下、左右への余白*/
	letter-spacing: 0.1em;	/*文字間隔を少しあける*/
}
.content h5 {
	line-height: 120%;
	padding: .3em .70em;
	background-color: #CC0000;
	border-radius: 6px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 10px;
	max-width: 100%;
	font-weight:normal;
	font-size:120%;
	color:#ffffff;
}
.content h6 {
	margin-top: -5px;
	margin-bottom: 20px;
	font-size: 130%;
	font-weight:normal;
	border-top: dotted 2px  #cccccc;
}



.content p {
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 90%;
}






.img_frame {
	/* 画像の外枠なしが良い場合は、ここから */
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #BCBCBC;
	background-color:#FFFFFF;
	padding: 4px;
	/* ここまでを削除してください。 */
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 95%;
	height: auto;
	vertical-align:bottom;
}

.column_block {
}
.column2_1 {
}
.column2_2 {
}
.column2_1_box {
	padding-bottom:20px;
}
.column2_2_box {
	padding-bottom:20px;
}

.column3_1 {
}
.column3_2 {
}
.column3_3 {
}
.column3_1_box {
	padding-bottom:20px;
}
.column3_2_box {
	padding-bottom:20px;
}
.column3_3_box {
	padding-bottom:20px;
}

.color1 {
	color:#FF0000; /* 赤色 */
}
.color2 {
	color:#FF6600; /* 橙色 */
}
.color3 {
	color:#9900CC; /* 紫色 */
}
.supplement {
	font-size:90%;
	color:#cc0000; /* 補足 */
}
.supp {
	font-size:120%;
	color:#000000; /* 商品名 */
}
.suppl {
	line-height: 140%;
	font-size:100%;
	color:#000000; /* 商品説明 */
}
.supple {
	font-size:130%;
	color:#cc0000; /* 商品価格 */
}


/* footer */
.footer_wrap {
	padding-top:25px;
	padding-bottom:25px;
}
footer {
}
footer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
footer a:link {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
footer a:visited {
	color: #000000;
	text-decoration: none;
}
footer a:hover {
	color: #B9B9B9; /* hover のカラー（フッターのリンク）（3/4 箇所） */
	text-decoration: none;
}



/* スクリーンサイズ 幅 600px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 600px) {

/* 上にスクロール */
.content
{
	min-height: 10px ;
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}


@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}

.move-page-top:hover
{
	opacity: 0.85 ;
}


.content h1 {
	font-size: 120%;
	font-weight:normal;
	border-top: 1px solid #000000;
}
.content h1 span {
	position:relative;
	top:-15px;
	background-color:#FFFFFF;
	padding-left:30px;
	padding-right:30px;
	z-index:1;
}

.content h4 {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	margin-top: 50px;
	margin-bottom: 0px;
	max-width: 70%;
	font-size: 130%;
	clear: both;
	border-bottom: 3px solid #a10000;	/*下線の幅、線種、色の設定*/
	padding: 2px 10px;		/*左から、上下、左右への余白*/
	letter-spacing: 0.1em;	/*文字間隔を少しあける*/
}

/* header */
header {
}
#site_title {
	font-size: 38px;
	padding-top: 65px;
	padding-bottom: 60px;
}
.ie8_under #site_title {
	padding-bottom: 15px;	
}
#menu_button {
	display:none;
}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 100%;
	padding-top: 0px;		/*上へあける余白*/
	padding-bottom: 0px;	/*下へあける余白*/
	text-align: center;	/*メニューテキストをセンタリング*/
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(images/menusmaru.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 20px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(images/menusmaru.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}



/* nav */
#nav {
	position: fixed;
	top: 200px;
	left: 0px;
	margin-left: 0px;
	width: 100%;
}
#nav ul {
	background-color:#FFCC99;
}
#nav ul li {
	display:inline-block;
	padding: 0 10px 0 10px;
}
#nav ul li+li{
	border-left: 1px solid #ffffff;
}
#nav ul li a:link {
	border-bottom: 0px solid #424242;
	color: #000000;
	padding: 7px;
}
#nav ul li a:visited {
	color: #000000;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #B9B9B9; /* hover のカラー（600px 以上のメニュー）（4/4 箇所） */
}




.ie6 #nav ul li {
	display: inline;
	zoom: 1;
	padding-top: 10px;
	padding-right: 10px;
}
.ie7 #nav ul li {
	display: inline;
	zoom: 1;
}

/* article */
.content_wrap_slide {
	padding-top:25px;
	padding-bottom:30px;
}
.content_wrap {
	padding-top:30px;
	padding-bottom:30px;
}
.content_wrap2 {
	padding-top:0px;
	padding-bottom:0px;
}

.column_block {
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.column2_1 {
	width: 50%;
	float:left;
}
.column2_2 {
	width: 50%;
	display:inline-block;
}
.column2_1_box {
	padding-bottom: 0px;
	padding-right: 30px;
}
.column2_2_box {
	padding-bottom: 0px;
	padding-left: 30px;
}

.column3_1 {
	width: 33.3%;
	float:left;
}
.column3_2 {
	width: 33.3%;
	float:left;
}
.column3_3 {
	width: 33.4%;
	display:inline-block;
}
.column3_1_box {
	padding-bottom: 0px;
	padding-right: 30px;
}
.column3_2_box {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.column3_3_box {
	padding-bottom: 0px;
	padding-left: 30px;
}

.ie7_under .column_block {
	margin-bottom: 0px;
}

.ie7_under .column2_1 {
	width: 100%;
}
.ie7_under .column2_2 {
	width: 100%;
}
.ie7_under .column2_1_box {
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column2_2_box {
	padding-left: 0px;
	padding-bottom: 20px;
}

.ie7_under .column3_1 {
	width: 100%;
}
.ie7_under .column3_2 {
	width: 100%;
}
.ie7_under .column3_3 {
	width: 100%;
}
.ie7_under .column3_1_box {
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column3_2_box {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column3_3_box {
	padding-left: 0px;
	padding-bottom: 20px;
}


/* footer */
.footer_wrap {
	padding-top:30px;
	padding-bottom:30px;
}

#c1 { text-align: center; }
#c2 { text-align: left; margin-left: auto; margin-right: auto; width: 300px; }
