/*
	Theme Name: tukuruno.com
	Description: 水素水ツクルーノ
	Version: 1.4.3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	font-size: 14px;
	line-height: 1.4;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	background: url(/img/bk.png) repeat left top;
overflow:hidden;
}
p {
	margin-bottom: 2em;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #358ab8;
}
a:focus {
	outline: 0;
}
a:visited {
	color: #444;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
ul.fl li {
	float: left;
margin-right:10px;
}
.half {
	width: 48%;
	float: left;
	margin: 20px 1%;
}
.clear img {
	margin: 20px 40px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
#headerbg {
	background: url(/img/headbg.png) repeat-x center top;
	width: 100%;
	height: 102px;
	overflow: hidden;
}
#header {
	width: 1028px;
	margin: 0 auto;
	position: relative;
}
/* logo */
#logo {
	margin-top: 15px;
	margin-left: 30px;
	float: left;
}
/* nav */
#menuHeader p.BtnMenu {
    display: none;
}
#menuHeader nav {
	width: 100%;
	background: url(/img/navbg.png) repeat-x left;
	height: 63px;
}
#menuHeader nav ul {
	max-width: 1028px;
	margin: 0 auto;
}
#menuHeader nav ul li a {
	display: block;
	float: left;
	line-height: 63px;
	text-align: center;
	width: 14.2%;
	color: #666;
}
#menuHeader nav ul li a:hover {
	background: #7bb9dd;
	color: #fff;
	text-decoration: none;
}
#headR {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 330px;
	text-align: right;
}
#headR .search {
	margin: 10px 0 0;
}
#headR .search p {
	margin: 0 10px 0 0;
	float: left;
	font-size: 0.8em;
	padding-top: 5px;
}
#headR .search-submit {
	background: #7bb9dd none repeat scroll 0 0;
	border: 2px solid #7bb9dd;
	border-radius: 2px;
	color: #fff;
}
#headR .search-submit a:hover {
	background: #a2cee7 none repeat scroll 0 0;
}
/* wrapper */
.wrapper {
	max-width: 1028px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.wrapper section {
	margin: 50px 0 30px;
}
.wrapper section:first-child {
	margin: 0 0 30px;
}
.breadcrumbs {
	margin: 10px 0;
}
.wrapper section h2 {
	margin: 20px 0;
}
/* main */
#allmain{
margin:20px 0 40px;
}
#main {
	width: 75%;
	margin: 20px 0 40px;
	padding: 0 20px 20px;
	float: right;
}
#main p, #allmain p{
font-size:15px;
line-height:1.4em;
}
#main img{
margin:10px;
}
/* sidebar */
.sidebar {
	margin-top: 20px;
	width: 230px;
	float: left;
text-align:center;
}
.sidebar img {
	border: 1px solid #f4f4f4;
}
.sidebar ul li{
margin-bottom:15px;
}

/* footer */
#footerbg {
	background: url(/img/footerbg.png) repeat left top;
	width: 100%;
	padding: 10px 0 0;
	border-bottom: #7bb9dd 10px solid;
}
#footer {
	width: 1028px;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
}
#footer img{
float:left;
margin-right:100px;
}
nav#f_menu, nav#f_menu ul{
float:left;
min-width:15em;
}
nav#f_menu ul li{
margin:0 10px 1em;
line-height:1.6em;
}
nav#f_menu ul li a{
color:#fff;
}
.copyright{
margin:20px 0 0;
text-align:center;
}
a.obtn {
	background: #faa55c url("/img/cart.png") no-repeat scroll 8px center;
    border-radius: 4px;
    color: #fff;
    margin: 10px auto 0;
    padding: 8px 30px 8px 40px;
}
a.obtn:hover {
	background:url(/img/cart.png)  no-repeat scroll 8px center #F44F12;
}
/*------------------------------------*\
    TOP
\*------------------------------------*/
section#topProduct {
	width: 98%;
	margin: 50px auto 30px;
}
section#topProduct ul li {
	float: left;
	margin: 0 0 20px;
	width: 16%;
	text-align: center;
}
section#topProduct ul li h3 {
	min-height: 3em;
}
section#topProduct p.price {
	color: #457ccf;
	margin-bottom: 5px;
	font-size: 1.2em;
}
ul.bnr {
	margin: 20px 10px;
}
ul.bnr li {
	float: left;
	margin: 0 10px;
	width: 31%;
}
section#topDr img {
margin:0 30px 0 0;
}
dl.topInfo {
	width: 92%;
}
dl.topInfo dt {
	color: #63a8ce;
}
dl.topInfo dd {
	border-bottom: #aed2e5 1px dotted;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.breadcrumbs {
	font-size: 0.9em;
	color: #777;
}
h1 {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2em;
	margin: 0 0 20px;
}
#main h2, #allmain h2{
   font-weight:bold;
font-size:1.6em;
color:#52a3d3;
}
h2 span{
font-size:0.7em;
color:#87bfe1;
}
#main h3, #allmain h3{
background: rgba(0, 0, 0, 0) url("/img/h3_bg.png") no-repeat scroll left top;
    border-bottom: 1px solid #52a3d3;
    color: #444;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 60px;
    padding: 0 0 10px 20px;
}
h3.first{
margin-top:0 !important;
}
/* product */
section#product {
	width: 100%;
	margin: 0 0 30px;
}
section#product dl.product dt {
	width: 40%;
	float: left;
	margin-right: 3%;
}
section#product dl.product dd {
padding-left:43%;
}
section#product p {
	margin: 0;
}
section#product dl.spec {
	font-size: 0.8em;
	margin: 10px 0;
}
section#product dl.spec dt {
	float: left;
width:10em;
}
section#product dl.spec dd {
	padding-left: 12em;
	margin-bottom: 0.5em;
}
section#product .price {
	font-size: 2.2em;
	color: #d60005;
	padding-top: 5px;
font-weight:bold;
}
section#product .cart {
	position: relative;
}
section#product .cartin{
	width: 13em;
	background: #FAA55C;
	border: none;
	color: #fff;
	padding: 10px;
	position: absolute;
	right: 10%;
	top: 8px;
display:block;
}
section#related{
margin:50px 0 80px;
}
section#related ul li{
width:23%;
float:left;
text-align:center;
margin:0 1%;
position:relative;
}
section#related ul li .regular{
position:absolute;
top:5px;
left:10px;
background:#d60005;
color:#fff;
padding:5px;
border-radius:5px;
font-size:0.9em;
}
section#related h2{
border-bottom:1px solid #eee;
padding-bottom:10px;
text-align:center;
margin:0 auto 20px;
width:80%;
}
section#related h3{
background:none;
border:none;
padding:0;
margin: 10px 0 5px;
font-size:1em;
font-weight:normal;
}
section#related p{
margin-bottom:0;
}
section#related img{
height:170px;
overflow:hidden;
}
section#related p.price{
color:#d60005;
font-size:1.4em;
margin:0 0 20px;
}
section#related p.price span{
color:#555;
font-size:0.7em;
margin:0 10px 0 0;
}
.select_top {
	float: left;
	margin-right: 25px;
}
/* stick */
dl#stick {
	width: 100%;
}
dl#stick h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
dl#stick p {
	margin: 0 0 5px;
}
dl#stick dt {
	float: left;
	text-align: center;
}
dl#stick dd {
	padding-left: 34%;
	margin-bottom: 20px;
	min-height: 200px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
#stick .price {
	font-size: 1.4em;
	color: #d60005;
	margin: 0 5px;
}
#stick .detail {
	font-size: 0.9em;
	margin-bottom: 5px;
}
#stick ul li {
	background: #529be2;
	color: #fff;
	padding: 5px 10px;
	float: left;
	margin: 10px 5px 0 0;
}
#stick ul li:first-child {
	background: #f8c14c;
}
#stick a.btn {
	background: #66aed3 none repeat scroll 0 0;
	color: #fff;
	float: right;
	margin-top: 10px;
	padding: 5px 25px;
	border-radius: 4px;
}
#stick a.btn:hover {
	background: #358bb8;
}
/* faq */
dl#faq dt {
	background: #66aed3 none repeat scroll 0 0;
	color: #fff;
	vertical-align: middle;
	width: 50px;
	float: left;
	padding: 10px;
}
dl#faq dd a {
	padding: 10px 0 10px 80px;
	margin: 0 0 5px;
	display: block;
}
dl#faq dd a:hover {
	background: #f8f3dc;
}
dl#faqAnswer {
	margin: 0 0 50px;
}
dl#faqAnswer dt {
	background: #f84e4c none repeat scroll 0 0;
	color: #fff;
	width: 80px;
	padding: 10px;
	float: left;
	text-align: center;
}
dl#faqAnswer dt:first-child {
	background: #66aed3 none repeat scroll 0 0;
}
dl#faqAnswer dd {
	margin-bottom: 20px;
	padding: 10px 0 10px 100px;
}
dl#faqAnswer dd:last-child {
	background: none;
	padding: 0 0 0 100px;
}
a.allbtn {
	background: #66aed3 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	margin: 20px auto;
	padding: 10px 50px;
	text-align: center;
	width: 300px;
}
a.allbtn:hover {
	background: #358ab8;
}
/* campaign */
#campaign h1{
text-align:center;
}
p.camptop{
margin:0 !important;
}
#post-65{
max-width:895px;
margin:0 auto;
}
form{
display:block;
min-height:auto;
height:193px
}
/* legal */
dl#legal dt{
float:left;
width:12em;
color:#66aed3;
}
dl#legal dd{
padding-left:15em;
margin-bottom:1em;
padding-bottom:0.5em;
border-bottom:1px dotted #eee;
}
/* media */
.media h2{
font-size: 1.2em !important;
    margin: 0 0 1em !important;
}
dl.media dt{
width:30%;
font-size:0.8em;
text-align:center;
float:left;
}
dl.media dd{
padding-left:35%;
min-height:300px;
}
.media img{
max-height:200px;
}
.media p{
margin-bottom:1em;
}
.media{
margin-top:30px;
}
/*------------------------------------*\
    loop
\*------------------------------------*/
.loopBox{
margin:0 0 20px;
height:180px;
over-flow:hidden;
}
.loopBox img{
float:left;
margin-right:20px;
max-height:166px;
over-flow:hidden;
width:250px;
}
.loopBox h2{
font-size:1.4em !important;
padding-top:10px;
margin-bottom:10px !important;
}
/*------------------------------------*\
    single
\*------------------------------------*/
#single h2{
background: rgba(0, 0, 0, 0) url("/img/h3_bg.png") no-repeat scroll left top;
    border-bottom: 1px solid #52a3d3;
    color: #444 !important;
    font-size: 1.2em !important;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 60px;
    padding: 0 0 10px 20px;
}
#single h3{
background:none;
border:none;
color:#52a3d3;
margin:20px 0 10px;
padding:0;
}
strong{
color:#f66;
font-weight:bold;
font-size:1.1em;
}
#recent-posts-2{
text-align:left;
}
#recent-posts-2 h3{
background:#7bb9dd;
margin:30px 0 10px;
color:#fff;
padding:10px 0;
text-align:center;
width:100%;
}
#recent-posts-2 ul li{
border-bottom: dotted 1px #7bb9dd;
padding-bottom:5px;
}
span.post-date{
font-size:0.9em;
}
.sp{
display:none;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),  url('fonts/font-name.woff') format('woff'),  url('fonts/font-name.ttf') format('truetype'),  url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
}
@media only screen and (max-width:768px) {
.sp{
display:block;
}
.pc{
display:none;
}
p {
    margin-bottom: 1em;
}
form{
min-height:auto;
height:76.73px;
}
input{
width:100%;
}
.camptop img{
margin-bottom:0;
}
#header {
    width:100%;
    margin: 0 auto;
    position: relative;
}
#headerbg {
    background: url(/img/headbg.png) repeat-x right top;
    height: 90px;
}
#menuHeader nav{
    height: 30px;
}
#menuHeader nav ul li a {
    float: left;
    line-height: 1.4em;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
}
#logo {
    margin-left: 10px;
}
#headR .search{
display:none;
}
#headR{
top:10px;
}
#menuHeader {
    width: 100%;
	position:relative;
}
#menuHeader p.BtnMenu {
    display: block;
    width: 100%;
    text-align: center;
    background: #eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
    padding: 10px 0;
    box-sizing: border-box;
    float: left;
margin:0;
}
#menuHeader nav ul#gnav {
    display: none;
    margin: 0;
    padding:0;
}
#menuHeader ul#nav li {
    width: 100%;
background:#fff;
    text-align: center;
	padding:10px 0;
	border-bottom:1px solid #eee;
}
#menuHeader nav.active{
height:300px;
}
#menuHeader ul#nav li a {
    width:100%;
	float:none;
	margin:5px 0;
	text-align:center;
	font-size:1em;
}
.wrapper{
margin-top:5px;
}
.wrapper section {
    margin: 30px 0 10px;
}
section#topProduct ul li {
    margin: 0 0 20px;
    width: 50%;
    text-align: center;
}
.half{
width:100%;
float:none;
margin:20px 0 50px;
}
section p img{
margin:10px auto;
text-align:center;
}
.floatr, .floatl{
text-align:center;
float:none;
margin:10px auto;
}
ul.bnr{
margin:20px 0;
}
ul.bnr li{
    float: none;
    margin: 10px 0;
    width: 100%;
text-align:center;
}
section#topDr{
background:none;
padding:0;
margin:20px 0 40px;
}
section#topDr .floatr{
display:none;
}
.pl20 {
    padding-left: 0;
}
dl#stick dt{
width:100%;
text-align:center;
float:none;
}
dl#stick dd{
width:100%;
text-align:center;
float:none;
padding:0;
}
section#product dl.product dt {
    width: 100%;
    float: none;
    margin-right: 0;
text-align:center;
}
section#product dl.product dd{
width:100%;
padding:0;
}
section#product dl.spec {
	font-size: 0.8em;
	margin: 10px 0;
}
section#product dl.spec dt {
	float: left;
width:10em;
text-align:left;
}
section#product dl.spec dd {
	padding-left: 11em;
	margin-bottom: 0.5em;
}
section#product .cartin{
	width: 100%;
	right: 0;
	top: 60px;
}
section#related{
margin:30px 0 50px;
}
section#related ul li{
width:50%;
min-height:320px;
margin:0;
}
section#related ul li .regular{
position:absolute;
top:5px;
left:10px;
background:#d60005;
color:#fff;
padding:5px;
border-radius:5px;
font-size:0.9em;
}
section#related h2{
width:100%;
}
section#related h3{
background:none;
border:none;
padding:0;
margin: 10px 0 5px;
font-size:1em;
font-weight:normal;
}
section#related p{
margin-bottom:0;
}
section#related p.price{
font-size:1.2em;
margin:0;
}
section#related p.price span{
color:#555;
font-size:0.7em;
margin:0 10px 0 0;
}
a.obtn{
font-size:0.9em;
position:absolute;
bottom:15px;
left:10px;
}
a.allbtn {
    width: 100%;
}
#stick a.btn{
width:100%;
}
dl#faq dd a{
padding-top:0;
min-height:50px;
}
#main {
    width: 100%;
    margin: 20px 0 40px;
    padding: 0;
    float: none;
}
#main img{
margin:0;
}
.loopBox{
height:300px;
}
.loopBox img{
float:none;
width:95%;
}
.wrapper section h2{
margin:0 0 10px;
}
.sidebar {
    margin-top: 20px;
    width: 100%;
}
.sidebar ul:first-child{

}
#recent-posts-2 h3{
background:#93c7e5;
margin:0 0 20px;
color:#fff;
text-align:center;
padding:5px 0;
}
ul.sidehalf li{
margin:0;
width:50%;
float:left;
margin:10px 0;
height:70px;
}
.sidebar ul li{
line-height:1.4em;
}
#footerbg{
margin-top:40px;
}
#footer img {
    display:none;
}
#footer {
    width: 100%;
}
nav#f_menu{
width:100%;
}
nav#f_menu ul{
width:50%;
min-width: 5em;
}
}
@media only screen and (min-width:1024px) {
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),  only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin:0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}