@charset "utf-8";

/* ###########################################################

						共通設定
						Author: beacons

########################################################### */
/* -----------------------------------------------------------
													基本設定
----------------------------------------------------------- */

* {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body{
	color: #333;
	line-height: 1.6;
	text-align: left;
	letter-spacing: 1px;
	font-size: 12px;
}

ul{list-style-type: none;}
ul.circle{list-style-type: circle;}

h1,h2,h3,h4,h5,h6{
	font-size: 14px;
	font-weight: normal;
}

p{
	margin-bottom: 1em;
}

em,address{
	font-weight: normal;
	font-style: normal;
}

table{
	border-collapse: collapse;
}
td,th{
	border-bottom: 1px dotted #eee;
	padding: 6px 0px;
	vertical-align: top;
}
th{width: 20%;}

a{
	text-decoration: none;
	color: #1f86e3;
	outline: none;
}
a:hover{
	color: #f082ad;
}

img{
	border: 0;
	vertical-align: middle;
}

blockquote{
	margin: 20px;
	padding: 20px;
	background: #efefef;
	color: #333;
}

/* ----------------public css  */
.clear{clear: both;}
.clearfix:after ,#contents:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix ,* html #contents{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix ,*:first-child+html #contents{ zoom: 1; } /* IE7 */

.alignleft{float: left; margin-right:10px;}
.alignright{float: right; margin-left: 10px;}
.aligncenter{text-align: center; display: block; margin-left: auto; margin-right: auto; }

.fleft{float:left;}.fright{float:right;}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.noline{text-decoration: none;}
.bold{font-weight: bold;}
.small{font-size: 80%;}
.red{color: #c12020;}
.block{display: block;}

/*space*/
.mt0{margin-top: 0;}.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt25{margin-top: 25px;}.mt30{margin-top: 30px;}.mt35{margin-top: 35px;}.mt40{margin-top: 40px;}.mt45{margin-top: 45px;}.mt50{margin-top: 50px;}.mt100{margin-top: 100px;}
.mr0{margin-right: 0;}.mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr15{margin-right: 15px;}.mr20{margin-right: 20px;}.mr25{margin-right: 25px;}.mr30{margin-right: 30px;}.mr35{margin-right: 35px;}.mr40{margin-right: 40px;}.mr45{margin-right: 45px;}.mr50{margin-right: 50px;}.mr100{margin-right: 100px;}
.mb0{margin-bottom: 0;}.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb25{margin-bottom: 25px;}.mb30{margin-bottom: 30px;}.mb35{margin-bottom: 35px;}.mb40{margin-bottom: 40px;}.mb45{margin-bottom: 45px;}.mb50{margin-bottom: 50px;}.mb100{margin-bottom: 100px;}.ml0{margin-left: 0;}
.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml15{margin-left: 15px;}.ml20{margin-left: 20px;}.ml25{margin-left: 25px;}.ml30{margin-left: 30px;}.ml35{margin-left: 35px;}.ml40{margin-left: 40px;}.ml45{margin-left: 45px;}.ml50{margin-left: 50px;}.ml100{margin-left: 100px;}.pt0{padding-top: 0;}
.pt5{padding-top: 5px;}.pt10{padding-top: 10px;}.pt15{padding-top: 15px;}.pt20{padding-top: 20px;}.pt25{padding-top: 25px;}.pt30{padding-top: 30px;}.pt35{padding-top: 35px;}.pt40{padding-top: 40px;}.pt45{padding-top: 45px;}.pt50{padding-top: 50px;}.pt100{padding-top: 100px;}
.pr0{padding-right: 0;}.pr5{padding-right: 5px;}.pr10{padding-right: 10px;}.pr15{padding-right: 15px;}.pr20{padding-right: 20px;}.pr25{padding-right: 25px;}.pr30{padding-right: 30px;}.pr35{padding-right: 35px;}.pr40{padding-right: 40px;}.pr45{padding-right: 45px;}.pr50{padding-right: 50px;}.pr100{padding-right: 100px;}
.pb0{padding-bottom: 0;}.pb5{padding-bottom: 5px;}.pb10{padding-bottom: 10px;}.pb15{padding-bottom: 15px;}.pb20{padding-bottom: 20px;}.pb25{padding-bottom: 25px;}.pb30{padding-bottom: 30px;}.pb35{padding-bottom: 35px;}.pb40{padding-bottom: 40px;}.pb45{padding-bottom: 45px;}.pb50{padding-bottom: 50px;}.pb100{padding-bottom: 100px;}.pl0{padding-left: 0;}
.pl5{padding-left: 5px;}.pl10{padding-left: 10px;}.pl15{padding-left: 15px;}.pl20{padding-left: 20px;}.pl25{padding-left: 25px;}.pl30{padding-left: 30px;}.pl35{padding-left: 35px;}.pl40{padding-left: 40px;}.pl45{padding-left: 45px;}.pl50{padding-left: 50px;}.pl100{padding-left: 100px;}
.mbe1{margin-bottom:1em;}.mbe2{margin-bottom:2em;}.mbe3{margin-bottom:3em;}.mbe4{margin-bottom:4em;}.mbe5{margin-bottom:5em;}.mbe6{margin-bottom:6em;}.mbe7{margin-bottom:7em;}.mbe8{margin-bottom:8em;}

.back{
	display: block;
	position: fixed;
	right: 0;
	bottom: 20px;
}
/* ------------------------------------------
	Layout
------------------------------------------*/
#c_wrap,.inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*ヘッダー*/
#header{
	margin-bottom: 30px;
	background: transparent url("../img/head_bg.png") 0 0 repeat-x;
	z-index: 5;
}
#header .inner{height: 80px;z-index: 10;}

#logo{
	width: 283px;
	height: 60px;
	text-indent: -9999px;
	background: transparent url("../img/logo.png") 0 0 no-repeat;
	position: absolute;
	top: 8px;
}

#gnav{
	float: right;
	margin-top: 40px;
	z-index: 100;
}
#gnav li{
	float: left;
	position: relative;
}
#gnav li a{
	width: 90px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	background: transparent url("../img/gm.png") 0 0 no-repeat;
}
#gnav #gm01{background-position: 0 0;}
#gnav #gm02{background-position: -90px 0;}
#gnav #gm03{background-position: -180px 0;}
#gnav #gm04{background-position: -270px 0;}
#gnav #gm05{background-position: -360px 0;}
#gnav #gm06{background-position: -450px 0;}
#gnav #gm01:hover{background-position: 0 -36px;}
#gnav #gm02:hover{background-position: -90px -36px;}
#gnav #gm03:hover{background-position: -180px -36px;}
#gnav #gm04:hover{background-position: -270px -36px;}
#gnav #gm05:hover{background-position: -360px -36px;}
#gnav #gm06:hover{background-position: -450px -36px;}

#gnav li ul.subnav {
	display: none;
	position: absolute;
}
#gnav li ul.subnav li{
	float: none;
	margin: 0;
}
#gnav li ul.subnav li a{
	text-indent: 0;
	width: 90px;
	height: 20px;
	line-height: 20px;
	padding: 2px 6px;
	border-bottom: 1px dotted #ccc;
	background: transparent url("../img/alphabg_w.png") 0 0 repeat;
}
#gnav li ul.subnav li a:hover{
	background: transparent url("../img/alphabg_b.png") 0 0 repeat;
	color: #fff;
}

#social{
	position: absolute;
	right: 0;
	top: 5px;
}

/* ----------------- search */

#search{
	background: transparent url("../img/search.png") 0 0 no-repeat;
	position: fixed;
	top: 80px;
	right: -150px;
	width: 186px;
}

.switch{
	display: block;
	width: 40px;
	height: 35px;
	float: left;
	text-indent: -9999px;
}

#s{
	float: right;
	border: none;
	height: 18px;
	padding: 0 3px 0 3px;
	margin: 8px 10px 0 0;
	line-height: 18px;
	width: 125px;
}

.site_box_list{
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #dce0ef;
}

/* ------------------------- contents */
#contents{
	margin-bottom: 40px;
	position: relative;
}

.title{
	margin-bottom: 30px;
	font-size: 160%;
	border-bottom: 1px dotted #dce0ef;
	color: #363581;
}

.post_title{
	margin-bottom: 10px;
	font-size: 140%;
	border-bottom: 1px dotted #dce0ef;
	color: #363581;
}

.leftbox{
	float: left;
	width: 320px;
}
.rightbox{
	float: right;
	width: 640px;
}

/* ---------------- footer */
#footer{
	padding: 20px 0;
	clear: both;
	color:#fff;
	background-color: #363581;
	text-align: right;
}
#footer a{color: #fff;}

address{
	float: left;
	display: inline;
}

/* -----------------------------------------------------------
	category
----------------------------------------------------------- */
.work_title{
	display: block;
	padding: 2px 4px;
	background-color: #dce0ef;
	color: #fff;
	height: 38px;
	overflow: hidden;
	color: #363581;
}
.work_title:hover{color:#363581;}

.work_table{width: 100%;}
.work_table td,.work_table th{
	padding: 2px 0px;
	font-size: 90%;
}

.post_list{margin-bottom: 20px;}
.post_list .thumb{
	display: block;
	float: left;
	margin-right: 10px;
}
.post_list .medium,.post_list_b .medium{
	display: block;
	margin-bottom: 1px;
	height: 329px;
}
.post_list .medium img,.post_list_b .medium img{display:block; margin-left: auto; margin-right: auto; text-align: center;}

.post_list_b{
	width: 235px;
	float: left;
	margin-bottom: 50px;
}

.post_exce{
	height: 95px;
	overflow: hidden;
}
.post_exce_m{
	height: 38px;
	overflow: hidden;
}

.buybtn_s{
	background: transparent url("../img/buybtn_s.png") left top no-repeat;
	padding-left: 18px;
	width: 50px;
	height: 18px;
	line-height: 18px;
	font-size: 120%;
	display: inline-block;
}
.buybtn_s:hover{background-position: left bottom;}

/* -----------------------------------------------------------
	post
----------------------------------------------------------- */
.buybtn_b{
	background: transparent url("../img/buybtn_b.png") left top no-repeat;
	width: 140px;
	height: 40px;
	display: block;
	margin: 30px 0 30px auto;
	text-indent: -9999px;
}
.buybtn_b:hover{background-position: left bottom;}

.news_s{
	width: 490px;
	float: left;
}

.time{
	font-size: 80%;
	padding: 10px 0;
	text-align: right;
}

.image_area{
	float: left;
	width: 235px;
}

.post_area{
	float: right;
	width: 700px;
}

.subimage img{
	display: block;
	float: left;
	margin: 8px 8px 0;
}

/* -----------------------------------------------------------
	latest （最新商品）
----------------------------------------------------------- */
.ft_carousel {
	width: 952px;
	min-height: 180px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 0 24px;
}
.ft_carousel ul {
	list-style: none;
}
.ft_carousel li {
	display: block;
	float: left;
	width: 136px;
	text-align: center;
	font-size: 80%;
	line-height: 1.2;
}
.prev,.next {
	position: absolute;
	background-color:#ccc;
	width: 24px;
	height: 140px;
}
.prev{ left: 0; top: 0; }
.next{ right: 0; top: 0; }

/* -----------------------------------------------------------
	etc
----------------------------------------------------------- */

/* ----------------------------------- top */
.list_carousel {
	width: 320px;
	position: relative;
	overflow: hidden;
}
.list_carousel ul {
	list-style: none;
}
.list_carousel li {
	display: block;
	float: left;
	height: 503px;
	width: 320px;
}
.list_carousel .topad img{width: 320px;height: 503px;}

#banner{padding: 60px 0 20px;}

#top_news li.even{background-color: #f6f7f8;}
.top_cont{
	padding: 10px;
}
.top_list .thumb{
	display: block;
	float: left;
	margin-right: 10px;
}
.top_list .thumb img,
.post_list .thumb img{
	width: 50px;
	height: 70px;
}

ul.line_list li{
	float: left;
	margin-right: 20px;
}

.link_btn{
	display: inline-block;
	margin: 0 0 0 auto;
	padding: 10px 15px;
	background-color: #363581;
	color: #fff;
}

/* ---------------------------------- service */
.tab_b{
	margin-bottom: 30px;
}
.tab_p{
	margin: 0 auto;
	width: 900px;
}

.partner_list li{
	float: left;
	width: 33%;
}

.separated{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}

/* --------------- pagenavi */
#cform th,#cform td{border:none;}
#cform th{
	font-weight: normal;
	width: 150px;
}
#cform input[type="text"],#cform textarea{
	padding: 3px;
	border: 1px solid #ccc;
	outline: none;
}
#cform input[type="text"]:focus,#cform textarea:focus{border: 1px solid #363581;}
input[type="checkbox"]{vertical-align: middle;}

#submit{
	padding: 4px 10px;
}

/* --------------- pagenavi */
.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #363581;
	padding: 4px 8px;
	margin: 2px;
	display: inline-block;
}

.wp-pagenavi a:hover{
	background-color: #363581;
	color: #fff;
}

.wp-pagenavi span.current{
	font-weight: bold;
}
