@charset "utf-8";

/*
1カラムページCSS
*/


/*-------------------------------------
	基本スタイル　
-------------------------------------*/
body {
	background-color: #FFF;
	color: #333; /* フォントカラーの設定 */
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 100%; /* 基本フォントサイズの設定 */
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}
 
.clearfix {
	*zoom: 1;
}

/*-------------------------------------
	リンクアニメーション
-------------------------------------*/
/*------　リンクカラー　------*/
a:link,
a:visited,
a:active {
	color:#1e73be;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

/*------　画像リンク透過　------*/
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*-------------------------------------
　アイコンフォント
-------------------------------------*/
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-sitemap:before {
	content: "\f0e8";
}

/*-------------------------------------
	1カラムページ
-------------------------------------*/
/*------　背景　------*/
#onecol {
	margin: 0;
	background-color: #FFF;
}

/*-------------------------------------
　メイン
-------------------------------------*/
#onemain {
	font-size: 16px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	background-color: #FFF;
}

/*-------------------------------------
	H1タイトル
-------------------------------------*/
h1 {
	display: none;
}

/*-------------------------------------
	パンくず
-------------------------------------*/
#breadcrumb {
	overflow: hidden;
	padding-top: 20px;
	margin: 0 20px 20px;
}

#breadcrumb ul {
	padding: 0;
	margin: 0;	
}

#breadcrumb ul li {	
	list-style: none;
}

/*-------------------------------------
　ヘッダー画像
-------------------------------------*/
.headerimg {
	width: 890px;
	padding: 0;
	margin: 0 auto 30px;
	overflow: hidden;
}

/*-------------------------------------
　公式サイトはこちらボタン
-------------------------------------*/
.main_btn_box {
	margin-top: 50px;
	margin-bottom: 80px;
	text-align: center;
}

.main_btn {
	font-size: 30px;
	font-weight: bold;
	padding: 20px;
	background-image:-moz-linear-gradient(
	top,
	#FFC88A 0%,
	#ff8300); 
	background-image:-webkit-gradient(
	linear,left top,left bottom,
	from(#FFC88A),
	to(#ff8300));
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

a.main_btn span {
	color: #FFF;
	text-shadow: 1px 1px 1px #666;
}

a:hover.main_btn span {
	text-shadow: -1px -1px 1px #666;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.main_btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	text-shadow: -1px -1px 1px #666;
}

/*------　ボタン小　------*/
.main_btn_s_box {
	margin-bottom: 30px;
	text-align: center;
}

.main_btn_s {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	background-image:-moz-linear-gradient(
	top,
	#FFC88A 0%,
	#ff8300); 
	background-image:-webkit-gradient(
	linear,left top,left bottom,
	from(#FFC88A),
	to(#ff8300));
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

a.main_btn_s span {
	color: #FFF;
	text-shadow: 1px 1px 1px #666;
}

a:hover.main_btn_s span {
	text-shadow: -1px -1px 1px #666;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.main_btn_s:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	text-shadow: -1px -1px 1px #666;
}

/*-------------------------------------
　商品説明
-------------------------------------*/
article h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	text-shadow:1px 1px 2px #333;
	padding:10px 10px 8px 20px;
	margin: 0 20px 20px;
	background: #1e73be;
	box-shadow: 0px 2px 2px #333;
	-moz-box-shadow: 0px 2px 2px #333;
	-webkit-box-shadow: 0px 2px 2px #333;
}

/*-------------------------------------
　テーブル
-------------------------------------*/
.table {
	margin: 0 30px 20px;
}

article table {
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
}

article table th {
	font-weight: normal;
	border: 1px solid #999;
	padding: 3px;
	background-color: #CCC;
}

article table td {
	border: 1px solid #999;
	padding: 5px;
}

/*-------------------------------------
　商品コンテンツ
-------------------------------------*/
article .contents {
	font-size: 16px;
	padding: 20px;
	margin: 0 30px 50px;
	border: 1px solid #CCC;	
}

.contents p.more {
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 10px 0 0;
}

/*-------------------------------------
　カテゴリ
-------------------------------------*/
article h3 {
	font-size: 25px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	text-shadow:1px 1px 2px #333;
	margin: 0 30px 20px;
	padding:5px 5px 5px 15px;
	background: #1e73be;
}

.camp_info {
	font-size: 16px;
	padding: 20px;
	margin: 0 30px 50px;
	border: 1px solid #CCC;	
}

.camp_info li {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	list-style-type: circle;
}

/*-------------------------------------
　編集リンク
-------------------------------------*/
.post-edit-link {
	margin-left: 20px;
}

/*-------------------------------------
　フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#onefooter {
	font-size: 14px;
	color: #333;
	padding-top: 20px;
	margin: 30px auto 0;
	padding-bottom: 10px;
	text-align: center;
}

/*-------------------------------------
　ページトップへ
-------------------------------------*/
div.tothetop {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 1500;
}

div.tothetop a,
div.tothetop a:visited {
	display: block;
	color: #FFF;
	padding: 10px;
	margin: 0;
	background: #1e73be;
}

div.tothetop a:hover {
	color: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

div.tothetop span {
	font-size: 16px;
	color: #FFF;
}

/*-------------------------------------
	画像の配置
-------------------------------------*/
/*------ 指定なし　------*/
#onecol img.alignnone {
	margin: 0 0 20px 0;
	padding: 0;
}

#onecol img.alignnoneb {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
}

/*------ 右寄せ　------*/
#onecol img.alignright {
	padding: 4px;
	margin: 0 0 10px 10px;
	float: right;
}

#onecol img.alignrightb {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0 0 10px 10px;
	float: right;
}

/*------ 左寄せ　------*/
#onecol img.alignleft {
	padding: 4px;
	margin: 0 10px 10px 0;
	float: left;
}

#onecol img.alignleftb {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	float: left;
}

/*------ センター配置　------*/
#onecol img.aligncenter {
	padding: 4px;
	margin: 0px auto 10px;
	display: block;
}

#onecol img.aligncenterb {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0px auto 10px;
	display: block;
}

/*------------------------------------------------------------
 幅899px以下
------------------------------------------------------------*/
@media only screen and (max-width: 899px){
/*-------------------------------------
　メイン画像
-------------------------------------*/
.headerimg {
	width: 100%;
}

.headerimg img {
	max-width: 100%;
	height: auto;
}

/*-------------------------------------
　1カラムページ
-------------------------------------*/
#onemain {
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

/*------　コンテンツ　------*/
#onemain .onecont {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

/*-------------------------------------
	フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#onefooter {
	padding-bottom: 50px;
}
}

/*------------------------------------------------------------
 幅648px以下
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
/*-------------------------------------
　ヘッダー画像
-------------------------------------*/
.headerimg {
	margin: 0 auto 20px;
}

/*-------------------------------------
	パンくず
-------------------------------------*/
#breadcrumb {
	padding-top: 20px;
	margin: 0 20px 10px;
}

/*-------------------------------------
　商品説明
-------------------------------------*/
article h2 {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	text-shadow:1px 1px 2px #333;
	padding:10px 10px 8px 20px;
	margin: 0 10px 20px;
	background: #1e73be;
	box-shadow: 0px 2px 2px #333;
	-moz-box-shadow: 0px 2px 2px #333;
	-webkit-box-shadow: 0px 2px 2px #333;
}

/*-------------------------------------
　テーブル
-------------------------------------*/
.table {
	margin: 0 10px 20px;
}

/*-------------------------------------
　商品コンテンツ
-------------------------------------*/
article .contents {
	font-size: 14px;
	padding: 0 10px 10px;
	margin: 0 10px 30px;
	border: 1px solid #CCC;	
}

.contents p.more {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 10px 0 0;
}

/*-------------------------------------
　カテゴリ
-------------------------------------*/
article h3 {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	margin: 0 10px 20px;
	padding:5px 5px 5px 15px;
	background: #1e73be;
}

.camp_info {
	font-size: 16px;
	padding: 0px;
	margin: 0 10px 10px;
	border: 1px solid #CCC;	
}

.camp_info li {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	list-style-type: circle;
}

/*-------------------------------------
　フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#onefooter {
	font-size: 14px;
	color: #333;
	padding-top: 0px;
	margin: 20px auto 0;
	padding-bottom: 10px;
	text-align: center;
}

/*-------------------------------------
	画像の配置
-------------------------------------*/
/*------ 右寄せ　------*/
#onecol img.alignright {
	float: none;
	margin: 0px auto 10px;
	display: block;
}

#onecol img.alignrightb {
	float: none;
	margin: 0px auto 10px;
	display: block;
}

/*------ 左寄せ　------*/
#onecol img.alignleft {
	float: none;
	margin: 0px auto 10px;
	display: block;
}

#onecol img.alignleftb {
	float: none;
	margin: 0px auto 10px;
	display: block;
}

/*-------------------------------------
	コピーライト
-------------------------------------*/
.copyright {
	padding: 0 5px 30px;
}

/*-------------------------------------
	ページトップへ
-------------------------------------*/
div.tothetop {
	right: 0;
	bottom: 0;
	width: 100%;
}
}