/*
Theme Name:GoodsLand20170112
Description:グッズランドWebサイト
Author:Hiroaki.K
Author URI:http://www.somjapan.com/
Version:20170112
*/

/*------------------------
全デバイス共通
------------------------*/
@media all {

html,body {
	height: 100%;
	background-color: #f5f5f5;
	font-family: 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic";
}

.navbar {
	padding: 0;
}

.navbar-inverse {
	background: none;
	border: none;
}

.navHeader {
	background-color: #fff;
}

h1.headerFrontTitle {
	margin: 0;
	padding: 0;
	font-size: 60px;
}

.headerLogo {
	width: 100%;
	height: 100px;
	padding-top: 20px;
}

.headerLogo a {
	display: block;
	max-width: 170px;
	max-height: 60px;
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(./img/header-logo.gif) #fff no-repeat center center;
	text-indent: -8888px;
}

.nav-sidebar {
	margin-right: -21px;
	margin-bottom: 20px;
	margin-left: -20px;
	text-indent: 15px;
}

.nav-sidebar a {
	font-size: 1.2em;
	color: #222;
	font-weight: 700;
}

.sidebar {
	position: fixed;
	top: 100px;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
}

.sidebarOverseas {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.main {
	background-color: #f5f5f5;
}

.mainWhite {
	background-color: #FFF;
}

.breadcrumb {
	margin: 0;
	background: none;
	font-size: 0.8em;
}

.footer {
	padding: 10px 0;
	background-color: #f5f5f5;
	border-top: 1px #FFF solid;
	font-size: 0.8em;
	color: #222;
	text-align: center;
}

.footer ul {
	list-style-type: none;
}

/* 年齢確認モーダル */

.modal-over18 {
	max-width: 480px;
	width: 100%;
	margin: auto;
	position: fixed;
	top: 30%;
}

.modal-over18 .agree {
	text-align: center;
}

.modal-over18 .agree p {
	font-size: 1.2em;
	font-weight: 700;
}

.modal-over18 .panel-footer {
	text-align: center;
}

.modal-over18 .panel-footer li {
	padding: 0;
}

/* フロントページ */

.topImage {
	padding: 0;
	background-color: #fff;
}

.topImage img {
	width: 100%;
	height: auto;
	max-height: 680px;
}

/* フロントページメニュー */

.topBoxInner {
	height: 180px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
}

.topBoxInner h2 {
	font-size: 1.6em;
	color: #222;
	font-weight: 700;
}

.topBoxInner p {
	font-size: 0.8em;
	color: #222;
	line-height: 1.8em;
}

.topBoxImage {
	height: 180px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topBoxImage img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -180px;
	width: 360px;
	height: 200px;
}

/* フロントページ下段 */

.topLowerNews {
	height: 250px;
	padding-top: 5px;
	background-color: #FFF;
	color: #333;
}

.topLowerNews h2 {
	font-size: 1.6em;
	color: #222;
	font-weight: 700;
}

.topLowerNews dt,dd {
	padding-top: 3px;
	font-size: 0.9em;
	color: #222;
}

.topLowerNews dd {
	padding-bottom: 15px;
	padding-left: 8px;
}

.topLowerSNS {
	height: 250px;
	padding: 0;
}

/* 下層ページ上部 */

.pageTopImage {
	padding: 0;
	text-align: center;
}

.pageTopImage h1 {
	margin: 0;
}

.pageTopImage img {
	width: 100%;
	height: auto;
}

.pageLightWeightTitle {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pageLightWeightTitle h1,h2 {
	font-size: 2em;
	font-weight: 700;
}

.pageLightWeightTitle p {
	font-size: 1.2em;
	line-height: 1.5em;
}

/* コンセプトページ */

.conceptBox {
	margin-bottom: 25px;
	padding: 25px 0;
}

.conceptBox.bgWhite {
	background-color: #FFF;
}

.conceptBoxInner h3 {
	font-size: 1.2em;
	font-weight: 700;
}

.conceptBoxInner p {
	font-size: 0.9em;
}

.conceptBoxImage {
	text-align: center;
}

.conceptBoxImage img {
	max-width: 320px;
	width: 100%;
	height: auto;
}

/* ラインアップページ */

.lineupBox {
	text-align: center;
}

.lineupBox h3 {
	font-size: 1.1em;
	font-weight: 700;
}

.lineupBox .center {
	font-size: 0.9em;
	font-weight: 700;
}

.lineupBox .ex {
	min-height: 130px;
	padding-top: 10px;
	font-size: 0.8em;
	text-align: left;
}

/* 商品詳細ページ */

.productTable {
	font-size: 0.8em;
}

.productTable th {
	text-align: center;
}

.productTable ul {
	margin: 0;
	padding-left: 15px;;
}

.productBigImage {
	padding-top: 35px;
	padding-bottom: 20px;
}

.productBigImage img {
	width: 100%;
	height: auto;
}
.productBuyNow {
	padding: 20px 0 30px;
	text-align: center;
}

/* FAQページ */

.faqBoxInner {
	margin-bottom: 20px;
	padding: 8px;
	background-color: #FFF;
}

.faqContent .question p {
	padding: 8px;
	border-left: 3px #D9534F solid;
	font-size: 1.1em;
	color: #222;
	font-weight: 700;
}

.faqContent .answer p {
	padding: 8px;
	border-left: 3px #428BCA solid;
	font-size: 1em;
	color: #555;
}

/* メディアページ */

.mediaBox a {
	text-decoration: none;
}

.mediaBox .Image  {
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mediaBox img {
	max-width: 320px;
	width: 100%;
	height: auto;
}

.mediaBox span {
	font-size: 0.7em;
}

.mediaBox h3 {
	font-size: 1em;
	color: #428BCA;
	font-weight: 700;
}

.mediaBox p {
	font-size: 0.8em;
}

.mediaBox .Date {
	text-align: right;
}

/* 事業者情報ページ */

.profileBox th,td {
	font-size: 1em;
}

.table tbody>tr>th.middle {
	vertical-align: middle;
}

.profileBox th {
	background-color: #FFF;
	text-align: center;
}

.profileBox td {
	background-color: #FFF;
}

.profileBox span {
	font-size: 0.8em;
}

/* 個人情報保護方針 */

.policyBox li {
	padding-bottom: 20px;
	font-size: 1.1em;
}

/* お問い合わせページ（BEFORE） */

.contactBefore ul,ol {
	margin: 15px 0;
	padding-left: 20px;
}

.contactBefore li {
	padding: 5px 0;
}

/* お問い合わせページ（FORM） */

.contactForm {
	padding-bottom: 25px;
}

.contactForm .form-group {
	margin-top: 15px;
	margin-bottom: 25px;
}

/* お問い合わせフォームメッセージ */

.wpcf7 .screen-reader-response {
	display: none;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #d9534f;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 20px;
	padding: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #d9534f;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #27ae60;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

/* 業者登録ページ（利用規約） */

.membershipRegister p {
	font-size: 0.8em;
	line-height: 1.8em;
}

.membershipAgree {
	padding-bottom: 50px;
	text-align: center;
}

/* 単一記事ページ */

.singleMain {
	margin-top: 20px;
	padding-bottom: 20px;
}

.singlePost p,blockquote {
	font-size: 1em;
}

.singlePost img {
	max-width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}

.singlePostLink {
	padding-top: 15px;
}

} /* @media all */

/*------------------------
PC・Tablet用CSS 横幅768ピクセル以上
------------------------*/
@media screen and (min-width: 768px) {

.mobileMenuToggle {
	display: none;
}

.post-type-archive-media .caption h3 {
	white-space: nowrap;
	overflow: hidden;
}

.post-type-archive-media .caption p {
	white-space: nowrap;
	overflow: hidden;
}

.tax-media_category .caption h3 {
	white-space: nowrap;
	overflow: hidden;
}

.tax-media_category .caption p {
	white-space: nowrap;
	overflow: hidden;
}

} /* @media min-width:768px */

/*------------------------
SmartPhone用CSS 横幅767ピクセル以下
------------------------*/
@media screen and (max-width: 767px) {

.main,.mainWhite {
	padding-top: 100px;
}

.mobileMenuToggle {
	position: absolute;
	top: 25px;
	right: 10px;
}

.mobileMenuToggle a {
	color: #333;
}

.mobileMenuToggle span {
	font-size: 1.8em;
}

.nav-sidebar {
	margin-right: -51px;
	margin-bottom: 20px;
	margin-left: -20px;
	text-indent: 10px;
}

.nav-sidebar a {
	font-size: 1.2em;
	color: #222;
	font-weight: 700;
}

.sidebar {
	position: fixed;
	top: 100px;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 60px;
	padding-left: 20px;
	background-color: #fff;
	border-right: 1px solid #ccc;
}

} /* @media max-width:767px */