@charset "utf-8";
/*
投稿テンプレート : ネイビー
*/


* {
	margin: 0;
	padding: 0;
}
html {
	background: #ffffff;
}
body {
	font: 14px/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #333333;
	background: #ffffff url(../images/header-navy-bg.png) repeat-x;
}
a {
	color: #0077e6;
	text-decoration: none;
}
a:hover {
	color: #0077e6;
	text-decoration: none;
}
a:active, a:focus {
	outline: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
p {
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/*******************************
全体幅
*******************************/
#header, .inner ,#header_single {
	margin: 0 auto;
	width: 940px;
}

/*******************************
/* ヘッダー
*******************************/
#header {
	position: relative;
	height: 100px;
}
#header h1, #header h2, #header h3, #header ul, #header .banners{
	position: absolute;
	top: 0;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}
#header h1 {
	top: 40px;
	font-size: 24px;
	font-weight: bolder;
	color: #fff;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header p {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#breadcrumb {
	width: 950px;
	margin: 0 auto;
	background: url(../images/breadcrumb_bg.png) no-repeat;
	overflow: hidden;
}
#breadcrumb ul {
	float: right;
	margin-right: 25px;
	padding: 10px 0 0 0;
}
#breadcrumb ul li {
	list-style: none;
	float: left;
}

/*******************************
コンテンツ位置
*******************************/
#container {
	padding: 10px 0;
	width: 950px;
	background: url(../images/container.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;
}
/*******************************
メイン（右側）
*******************************/
#main {
	float: right;
	width: 680px;
	padding-right: 25px;
	padding-bottom: 40px;
	overflow: hidden;
}

/* ワンカラム */
#main_1clumn {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
}

#main_1clumn h2 {
	padding: 0 5px 0 32px;
	line-height: 46px;
	font-size: 20px;
	color: #ffffff;
	background: url(../images/navy/m_h2long.png) no-repeat 0 100%;
}

/* アイキャッチ画像 */
#main_1clumn p.single_img {
	text-align:center;
}

/* 説明 */
table.details {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #cecece;
	border-left:1px solid #cecece;
}
table.details th {
	border-right:1px solid #cecece;
    border-bottom:1px solid #cecece;
	background:#fff8e5 no-repeat left top;
	padding:5px 5px 5px 10px;
	width:20%;
	font-weight:normal;
	text-align:left;
}
table.details td {
	padding:5px 5px 5px 10px;
	width:30%;
	border:1px solid #cecece;
	text-align:left;
}
* html table.details { width:100%; }
/* 商品カルーセル */
.goods_block {
	width:150px;
	float:left;
	margin:20px 10px 20px 10px;
}
.caroufredsel_wrapper {
	width:96% !important;
}
#goods_carousel {
	overflow:hidden;
	padding:0 40px 0 25px;
	width:100%;
	margin-bottom:10px;
}
#goods_prev {
	position:absolute;
	margin-top:-230px;
}
#goods_next {
	position:absolute;
	margin-left:880px;
	margin-top:-230px;
}	
#goods_carousel .goods_block {
	margin-top:0px;
}
#goods_prev:hover,#goods_next :hover{
	cursor:pointer;
}
#goods_carousel .goods_block .goods_details {
	background:#fff8e5;
	font-size:12px;
	padding:3px;
	margin:10px 0 0 0;
	
}
.goods_block .goods_categroy a {color:#333333;}


/* 商品ボタン サイズ */
.button.normal {
	padding-top:25px;
	width:370px;
	height:117px;
	margin: 0 auto;
}
.button.large {
	padding-top:25px;
	width:620px;
	height:117px;
	margin: 0 auto;
}
.button p.link_text {
	padding: 20px 5px 0 65px;
	font-size: 30px;
	color: #ffffff;
}
.button p.link_text a {color: #ffffff;}
.button p.link_text a:hover {color: #ffffff; text-decoration:underline;}

/* 商品ボタン標準 カラー別 */
.button.normal.red {background: url(../images/button_red.png) no-repeat 0 100%;}
.button.normal.blue {background: url(../images/button_blue.png) no-repeat 0 100%;}
.button.normal.green {background: url(../images/button_green.png) no-repeat 0 100%;}
.button.normal.orange {background: url(../images/button_orange.png) no-repeat 0 100%;}
.button.normal.pink {background: url(../images/button_pink.png) no-repeat 0 100%;}
.button.normal.black {background: url(../images/button_black.png) no-repeat 0 100%;}
.button.normal.navy {background: url(../images/button_navy.png) no-repeat 0 100%;}
.button.normal.brown {background: url(../images/button_brown.png) no-repeat 0 100%;}
.button.normal.aqua {background: url(../images/button_aqua.png) no-repeat 0 100%;}
.button.normal.purple {background: url(../images/button_purple.png) no-repeat 0 100%;}

/* 商品ボタンラージ カラー別 */
.button.large.red {background: url(../images/button_red_large.png) no-repeat 0 100%;}
.button.large.blue {background: url(../images/button_blue_large.png) no-repeat 0 100%;}
.button.large.green {background: url(../images/button_green_large.png) no-repeat 0 100%;}
.button.large.orange {background: url(../images/button_orange_large.png) no-repeat 0 100%;}
.button.large.pink {background: url(../images/button_pink_large.png) no-repeat 0 100%;}
.button.large.black {background: url(../images/button_black_large.png) no-repeat 0 100%;}
.button.large.navy {background: url(../images/button_navy_large.png) no-repeat 0 100%;}
.button.large.brown {background: url(../images/button_brown_large.png) no-repeat 0 100%;}
.button.large.aqua {background: url(../images/button_aqua_large.png) no-repeat 0 100%;}
.button.large.purple {background: url(../images/button_purple_large.png) no-repeat 0 100%;}



/* カテゴリー一覧 */
#main_1clumn ul.category {
	overflow: hidden;
	border-left: solid 1px #cecece;

}

#main_1clumn ul.category > li {
	line-height: 22px;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	list-style: none;
	width: 223.6px;
	margin:0;
	float:left;
	vertical-align:top;
}
#main_1clumn ul.category > li > a {
	background: url(../images/navy/arrow01.png) no-repeat 2px 11px;
	display: block;
	padding: 8px 0px 8px 24px;
	margin-left: 8px;
	font-size: 14px;
}
#main_1clumn ul.category li .children li {
	list-style: none;
	line-height: 22px;
	border-top: solid 1px #cecece;
	list-style: none;
	padding: 3px 0px 3px 0px;
}
#main_1clumn ul.category li .children li a {
	background: url(../images/navy/arrow02.png) no-repeat 4px 8px;
	display: block;
	padding: 0px 0px 0px 20px;
	margin-left: 20px;
	font-size: 12px;
}
#main_1clumn ul a {
	color: #333333;
}



/*******************************
/* フッター
*******************************/
#footer {
	clear: both;
	padding: 20px 0 5px;
	border-bottom: 1px solid #5d5d5d;
	overflow: hidden;
	background: url(../images/footer.png);
	height: 57px;
	font-size: 11px;
}
#footer .inner {
	margin: 0 auto;
	width: 940px;
}
address {
	color: #333;
	font-style: normal;
}







/*************************************************************
マージン
*************************************************************/
/* マージン設定 */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}

.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}