﻿/* CSS RESET
==============================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{outline:none;border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix{display:inline-block}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}* html .clearfix{height:1%}.clearfix{display:block}p,li,td{background:url('')}
ul, ol {list-style: none;}

/* COMMON
==============================*/

*,
*:before,
*:after{
	margin: 0;
	padding: 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
img, audio, video, canvas {
	max-width: 100%;
}
html, body {
	width: 100%;
	min-height: 100%;
}

/* GLOBAL STYLE
==============================*/

body {
	font-size: 16px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;;
	color: #4D4D4D;
	background: #fff;
	line-height: 1.5;
}

.atten_f{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-left:1em;
	text-indent:-1em;
}

.noaster{
	margin-left:-1em;
	text-indent:1em;
}
.f15{
	font-size: 15px;
}
a {
	color: #184392;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
}
.trans {
	opacity: 1;
}
.trans:hover,
.trans:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: .70;
}
#container {
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
}
.wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

/* Global Images */
img {
	display: block;
}
.img img {
	display: block;
}
.imgc img {
	display: block;
	margin: 0 auto;
}
.hidden {
	display: none;
}

/* Global Table */

.tb {
	display: table;
}
.tb .tr {
	display: table-row;
}
.tb .th,
.tb .td {
	display: table-cell;
}
.tb.middle .th,
.tb.middle .td {
	vertical-align: middle;
}

/* Global Float */
.fleft {
	float: left;
}
.fright {
	float: right;
}

/* HEADER
==============================*/
header {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: #CCCCCC 2px solid;
}

header .logo {
	float: left;
}

header .icons {
	float: right;
}

header .nono{
	clear:both;
}

header .hd_menu {
	float: right;
	width: auto;
}
header ul li .hd_menu {
	margin-top: -10px;
	margin-left: 22px;
}
header .sp_menu {
	display: none;
}


/* NAVIGATION
==============================*/
nav {
	padding-top: 10px;
}
nav ul li {
	float: left;
}
nav ul li a {
	display: block;
	margin-right: 11px;
}
nav ul li:nth-child(3) a {
	margin-right: 10px;
}
nav ul li:last-child a {
	margin-right: 0;
}

/* FOOTER
==============================*/
footer{
	border-top: #CCCCCC solid 2px;
	margin-top: 20px;
	padding-top: 20px;
	/*padding: 8px 12px 25px;*/
}
footer .inner {
	font-size: 10px;
	text-align: center;
	padding-bottom: 60px;
}
footer .list_sitemap {
	text-align: center;
	margin-bottom: 18px;
}
footer .list_sitemap li {
	display: inline-block;
	margin: 0 7px;
	white-space: nowrap;
}
footer .txt_copy {
	color: #808080;
	margin-bottom: 12px;
	text-align: center;
}
footer .fixed {
	bottom: 20px;
	position: fixed;
	right: 6%;
}
.gotop,
footer .shopcart {
	cursor: pointer;
}
.gotop {
/*	margin-bottom: 4px;
*/}




/* CONTENT
==============================*/

.text_box h1{
	font-size: 22px;
	margin: 30px 0;
}

.text_box{
	line-height: 230%;
}
.text_box2{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.text_box2 p{
	line-height: 230%;
}
.text_box3{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	line-height: 130%;
}
.text_box4{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	line-height: 230%;
}
.text_box5{
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	line-height: 230%;
}
.text_c{
	text-align: center;
}

article .sidebar {
	width: 170px;
	padding-right: 10px;
	float: left;
}
article .main {
	width: 870px;
	float: left;
}
.keyword {
	background: #fefdee ;
	margin-bottom: 13px;
}
.keyword .img {
	display: inline-block;
	vertical-align: middle;
}
.keyword a {
	margin-left: 10px
}

/* sidebar */
.sidebar .link_side {
	display: block;
	margin-bottom: 12px;
}
.sidebar .lst_link ul {
	padding: 8px 0 4px 12px;
}
.sidebar .lst_link ul a {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 16px;
}
.sidebar .box_link {
	margin-bottom: 12px;
}

/* main */
.col01 {
	width: 460px;
}
.col02 {
	width: 400px;
}
.col03 {
	width: 430px;
}
.col04 {
	width: 282px;
}
.col05 {
	width: 500px;
}

.col06 {
	width: 253px;
}
.col07 {
	width: 410px;
}
.col08 {
	width: 424px;
}
[class^="col0"],
[class*=" col0"] {
	float: left;
	margin-right: 10px;
}
.link {
	font-size: 12px;
	margin-bottom: 6px;
}
.box01 {
	margin-bottom: 6px;
}
.box02 {
	margin-bottom: 8px;
}
.box03 .link {
	margin-bottom: 18px;
}
.box03 .col04 {
	margin-right: 12px;
}
.box04 li {
	margin-bottom: 10px;
}
.box04 .text {
	padding: 8px 12px 4px;
}
.box04 .full {
	padding-bottom: 10px;
}
.box05 .col05 {
	margin-right: 20px;
}
.box06 .col06 {
	margin-right: 3px;
}
.box08 .col07 {
	margin-right: 30px;
}
[class^="col0"].last,
[class*=" col0"].last {
	margin-right: 0;
}

/* lpo.html */
.section_product {
	padding-top: 8px;
}
.title02,
.title03,
.title04 {
	font-size: 16px;
}
.title02 {
	padding: 15px 0 5px;
}
.title04 {
	padding-bottom: 3px;
}
.wrap {
	margin-bottom: 16px;
}
.wrap2 {
	margin-bottom: 40px;
}
.para {
	padding-bottom: 30px;
}
.para p {
	margin-bottom: 10px;
}
.para .img_left img {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.para .img_right img {
	margin-left: 15px;
	margin-top: 5px;
	float: right;
}
.box05 {
	margin-bottom: 25px;
}
.box06 {
	margin-bottom: 20px;
}
.box07 {
	margin-bottom: 40px;
}
.color01 {
	color: #808080;
}
.fz10 {
	font-size: 10px;
}

/* sample.html */
.title05 {
	font-size: 14px;
}
.box08 {
	margin-bottom: 20px;
}
.box08 .title02 {
	font-size: 18px;
	 padding: 5px 0 0;
}
.box08 .text {
	padding: 8px 12px 25px;
	font-size: 10px;
}
.lst_img li {
	margin-bottom: 10px;
}
.box09 {
	margin-bottom: 30px;
}
.box09 .title03 {
	margin-bottom: 5px;
}
.box09 .buy {
	padding: 25px 0 60px;
}
.box09 .buy .price {
	color: #ff0000;
	font-size: 21px;
	text-align: right;
	margin-bottom: 7px;
}
.box09 .lst_icon li {
	float: left;
	margin: 0 12px 25px 0;
}
.box09 .lst_icon li:last-child {
	margin-right: 0;
}
.box09 .title04 {
	font-size: 14px;
}
.table {
	margin-bottom: 15px;
}
.table tr th,
.table tr td {
	border-bottom: 2px solid #808080;
	padding: 10px 0;
	text-align: left;
}
.table tr th {
	width: 106px;
}
.table tr:last-child th,
.table tr:last-child td {
	border-bottom: 0;
}
.lst_info {
	padding: 30px 0 0 0;
}
.lst_info .w50 {
	width: 50%;
	padding: 0 3.6%;
	float: left;
	margin-bottom: 50px;
}
.lst_info .pic img {
	float: left;
}

.lst_info .title06 {
	font-size: 14px;
	padding: 3px 0 10px;
}
.lst_info .detail p {
	margin-bottom: 13px;
}
.box11 {
	margin-bottom: 55px;
}
.box11 .title05 {
	margin-bottom: 33px;
}
/*-------------------------*/
h2,h2 img,h3,h3 img,.topimg img{
	margin: 20px 0;
	margin-left: auto;
	margin-right: auto;
}
.box07 {
	line-height: 180%;
	padding-left: 20%;
}

.prices{
	padding-left: 30px;
}


.backtop img{
	margin: 0;
	float: right;
	padding-top: 5px;
	padding-bottom: 15px;
}

.topmat1{
	clear: both;
}

#feed{
	width: auto;
	height: 300px;
	overflow: hidden;
	font-size: 14px;
}


.fol{
	list-style-type: decimal;
	padding-left: 20px;
}

.fol li{
	padding: 0 0 10px 0;
}

.textli{
	line-height: 100%;
}

.top_m20{
	padding-top: 20px;
}

.gallarybox{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.flickity{
	padding: 20px 0;
}

.carousel-cell {
  width: 100%;
  height: 300px;
  margin-right: 20px;
}

.js-flickity{
	margin: 20px 0;
}
.red{
	color: #FF0004;
}
input{
	border: #CCCCCC solid 1px;
}

input[type="text"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}

.icobox{
	width: 235px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}

.f_iri img{
	float: right;
}

.f_ile img{
	float: left;
}


input.inpw , textarea.inpw{
	width: 100%;	
}