@charset "utf-8";

/*
Theme Name: RAMLABEL3_01
Author: RAMLABEL
Description: テーマの説明。
Template:twentysixteen
*/

/*子テーマに必要なCSSは、@importの後に書き込む*/
/* @import url("../twentysixteen/style.css"); */

/*　スマホ　*/
@media screen and (max-width:767px) {
#page{border:0px green solid; }
.site-inner{border:0px pink solid; max-width:1280px; margin:auto;}
#masthead{border:0px yellow solid;}
.tow_column{border:0px #66ff66 solid; padding:30px 0; max-width:1280px; width:96%; margin:auto;}
#primary{border:0px red solid; width:100%;}
#secondary{border:0px blue solid;  width:100%;}
#colophon{border:0px black solid;}
 }
/*　Pad　*/
@media screen and (min-width:768px) and ( max-width:1023px) {
#page{border:0px green solid; }
.site-inner{border:0px pink solid; max-width:1280px; margin:auto;}
#masthead{border:0px yellow solid;}
.tow_column{border:0px #66ff66 solid; padding:60px 0; max-width:1280px; width:96%; margin:auto;}
#primary{border:0px red solid; float:left; width:71%;}
#secondary{border:0px blue solid; float:right; width:25%;}
#colophon{border:0px black solid;}
}
/*　PC　*/
@media screen and (min-width:1024px) {
#page{border:0px green solid; }
.site-inner{border:0px pink solid; margin:auto; }
#masthead{border:0px yellow solid;}
.tow_column{border:0px #66ff66 solid; padding:60px 0; max-width:1280px; width:96%; margin:auto;}
#primary{border:0px red solid; float:left; width:71%;}
#secondary{border:0px blue solid; float:right; width:25%;}
#colophon{border:0px black solid;}
}


body{font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif; background-color:#ffffff !important;}

/*キャプションを設定すると画像がはみ出してしまう場合の対処*/
.wp-caption {
 max-width: 100% !important;
}


/*トップページ　コンテンツインデックス関連*/
.contents_index a{color:#333; text-decoration:none;}
.entry-title-toppage { margin-top:5px;}
.entry-title-toppage h2{ font-weight:normal; font-size:9pt;}
.contents_index{font-size:0;margin:auto; max-width:1280px;}
.contents_index li{
    display: inline-block; 
    vertical-align: top; 
    border:0px red solid; 
    margin-bottom:10px; 
    width:25%;
    font-size:9pt;} 
.contents_index li a{ display: block; }
.contents_index li img {width:100%; height:auto; }
@media screen and (max-width:767px) {.index_onebox{margin:0 2px 5px 2px; }}
@media screen and (min-width:768px) and ( max-width:1023px) {.index_onebox{margin:0 10px 20px 10px; }}
@media screen and (min-width:1024px) {.index_onebox{margin:0 10px 20px 10px; }}




/*エントリー関連*/
.entry-content{font-size:10pt; line-height:220%; letter-spacing:1px;}
.entry-content img{ width:100%; height:auto;}
.entry-header h1{font-size:16pt; margin-bottom:8px; line-height:130%;}

.alignnone{margin:10px auto; }
.alignnone img{max-width:100%; height:auto;}
.wp-caption-text{margin-top:4px; font-style:italic; color:#696969;}
.post-author{font-family:Arial,Helvetica,sans-serif; font-size:8pt; letter-spacing:1px; margin:0 0 20px 0;}

.soudancoco {width:100%; text-align:center; margin-top:40px;}
.soudancoco img{width:80%; max-width:470px; height:auto;}
.info{width:100%; text-align:center; font-size:8pt; color:#333; padding-bottom:30px;}
.info_button_wrapper{max-width:450px; width:98%; margin:30px auto;}
.info_button { display: inline-block; width: 100%; height: 50px; line-height: 48px; text-align: center; text-decoration: none; outline: none; background-color: #115ed1; border: 2px solid #115ed1; color: #fff; letter-spacing:2px; margin:0px auto 1px auto; font-family:Arial,Helvetica,sans-serif; font-size:9pt; font-weight:bold; }
.info_button::before, .info_button::after {position: absolute; z-index: -1; display: block; content: '';}
.info_button, .info_button::before, .info_button::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}
.info_button:hover {background-color: #fff; border-color: #59b1eb; color: #59b1eb;}

.shopinfo{width:100%; text-align:center; font-size:12pt; color:#00dcd2;}
.shopinfo_button_wrapper{max-width:450px; width:98%; margin:10px auto 30px auto; text-align:center; }
.shopinfo_button { display: inline-block; width: 100%; height: 50px; line-height: 48px; text-align: center; text-decoration: none; outline: none; background-color: #00dcd2; border: 2px solid #00dcd2; color: #fff; letter-spacing:2px; margin:0px auto 1px auto; font-family:Arial,Helvetica,sans-serif; font-size:9pt; font-weight:bold; }
.shopinfo_button::before, .shopinfo_button::after {position: absolute; z-index: -1; display: block; content: '';}
.shopinfo_button, .shopinfo_button::before, .shopinfo_button::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}
.shopinfo_button:hover {background-color: #fff; border-color: #fb798c; color: #fb798c;}




.widget{margin-bottom:40px;}

.widget ul{margin-top:5px; padding-top:15px; border-top:1px #484848 solid;}
.widget ul li{list-style-type:none; font-size:10pt; margin:0 0 5px 0; line-height:180%;}

.widget ul a{text-decoration:none; color:#000;}
.widget ul a:hover{text-decoration:underline; color:#00dcd2;}


@media screen and (max-width:767px) { .ram_form{  border-top:1px #484848 solid; margin-top:40px; padding-top:40px; text-align:center;}}
@media screen and (min-width:768px) and ( max-width:1023px) { .ram_form{  border:0px red solid; text-align:center;}}
@media screen and (min-width:1024px) { .ram_form{ text-align:center;}}


.searchform {
  position: relative;
}

.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;

}
 
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
 
.searchsubmit:hover {
  opacity: .6;
}


/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
	width:100%;
	font-size:8pt;
}

.widget_calendar caption {
	color: #696969;
	font-weight: lighter;
	line-height: 1.7142857142;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-top:5px; padding-top:15px; border-top:1px #484848 solid;
	font-size:10pt;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #00dcd2;
	color: #fff;
	display: block;
	text-decoration:none;
}

.widget_calendar tbody a:hover {
	background-color: #f98998;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

.widget_calendar #prev a{color: #00dcd2;}
.widget_calendar #next a{color: #00dcd2;}

.page-header{padding-bottom:20px; }
.page-content_search p{padding-bottom:10px; text-align:center;} 

.reviw{ padding:20px; border:1px #ffa0d1 solid; margin-bottom:5px;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */  }
.reviw_footer{border-top:1px #dcdcdc dotted; margin-top:10px; padding-top:15px; line-height:140%; }
 
.blogtitle{width:100%; text-align:center; }
@media screen and ( max-width: 767px ) {.blogtitle{margin-top:15px; } .blogtitle img{width:65%; height:auto; }}
@media screen and ( min-width: 768px ) {.blogtitle{margin-top:45px; }}
.blogtitle h1{color:#555555; margin-top:15px; padding:0 10px; font-weight:normal;}
@media screen and ( max-width: 767px ) {.blogtitle h1{font-size:7pt; }}
@media screen and ( min-width: 768px ) {.blogtitle h1{font-size:8pt; }}

hr.style2 {border-top: 3px double #8c8b8b; margin:0 0 20px 0; padding:0;}
.toppage_title{margin-bottom:20px; width:100%; text-align:center; font-size:14pt; letter-spacing:3px;  }
.toppage_title strong{font-weight:normal;  }

/*▼▼▼フッター商品インデックス*/
/*▼セクション毎のにラッピング*/
@media screen and ( max-width: 767px ) {.section_wrapper{width:100%; padding:10px 0;}}
@media screen and ( min-width: 768px ) {.section_wrapper{width:100%; padding:20px 0;}}
/*▼タイトル箇所*/
.titlepack{max-width:1280px; color:#333; font-weight:bold; font-family:Arial,Helvetica,sans-serif; text-align:left; margin:auto; }
@media screen and ( max-width: 767px ) {.titlepack{width:90%; font-size:10pt; }.titlepack span{font-size:8pt; font-weight:normal; letter-spacing:1px;}}
@media screen and ( min-width: 768px ) {.titlepack{width:95%; font-size:14pt; } .titlepack span{font-size:10pt; font-weight:normal; letter-spacing:1px;}}
/*▼商品-プロダクトレイアウト*/
@media screen and ( min-width: 768px ) {
.blog_product_index{ max-width:1280px; width:96%; margin:30px auto;}
.blog_product_index li{display: inline-block; vertical-align: top; width:25%; text-align:center; }}
@media screen and ( max-width: 767px ) {
.blog_product_index{ margin:20px auto; width:96%;}
.blog_product_index li{display: inline-block; vertical-align: top; width:50%; text-align:center; } }
/*▼商品-商品見出し　写真*/
.blog_product_index_img img{ height:auto; margin-top:6px; }
@media screen and ( max-width: 767px ) {.blog_product_index_img img{width:90%;}}
@media screen and ( min-width: 768px ) {.blog_product_index_img img{width:96%;}}


