﻿/* 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: 18px;
	font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Osaka,"MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #1a1a1a;
	background: #fff;
	line-height: 1.5;
}
a {
	color: #184392;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.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: 1040px;
	overflow: hidden;
}
.wrapper {
	width: 1040px;
	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-bottom: 10px;
}
header .title01 {
	font-size: 10px;
	text-align: center;
	margin: 10px 0 26px;
}
header .logo {
	float: left;
}
header .tel {
	float: right;
}
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 .text {
	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;
}
footer .fixed {
	bottom: 20px;
	position: fixed;
	right: 6%;
}
footer .gotop,
footer .shopcart {
	cursor: pointer;
}
footer .gotop {
	margin-bottom: 4px;
}




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

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: 510px;
}
.col06 {
	width: 253px;
}
.col07 {
	width: 410px;
}
.col08 {
	width: 424px;
}
.col10 {
	width: auto;
}
[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;
}
.box05 .col10 {
	margin-right: 20px;
}
.box06 .col06 {
	margin-right: 9px;
}
.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;
}
.para {
	padding-bottom: 30px;
}
.para p {
	margin-bottom: 10px;
}
.para .img_left img {
	float: left;
	margin-right: 50px;
	padding-bottom: 15px;
}
.para .img_right img {
	margin-left: 50px;
	float: right;
}
.box05 {
	margin-bottom: 25px;
}
.box06 {
	margin-bottom: 20px;
}
.box07 {
	margin-bottom: 40px;
}
.color01 {
	color: #808080;
}
.fz10 {
	font-size: 10px;
}

.fz20 {
	font-size: 20px;
}

.fz30 {
	font-size: 30px;
}

.bk_y{
	padding: 10px;
	background: #FBFF96;	
}

.f_bb{
	border-bottom: 3px solid #023587;
}

.fb{
	font-weight: bold;
}

/* 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;
}

.box10 {
	width: 80%;
	float: right;
}

.table {
	margin-bottom: 15px;
}
.table tr th,
.table tr td {
	border-bottom: 2px solid #808080;
	padding: 10px 0;
	text-align: left;
}

.table tr td {
	width: 90%;
}

.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 .pic span {
	display: table;
	padding-left: 25px;
}
.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;
}


input,select,textarea {
	border:1px solid #ccc;
}

.red{
	color: #FF0004;
}

.formTable{
	/*margin-bottom: 15px;*/
	padding: 15px 0 15px 10px;
	border-bottom:1px solid #ccc;
}

.fbc{
	background-color: #d9e8ff;
}
/*--------------------------------*/
.formWrap{
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom: 1px solid #ccc;
	/*border:1px solid #ccc;*/
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}