@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

/* ----------------------------------------

再定義

---------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	line-height: 1.6;
	background-color: #fff;
	font-family: Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #333;
	word-wrap: break-word;
}
a {
	color: #277852;
}
a:active {
	text-decoration: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
table {
	table-layout: fixed;
}
input[type="button"],input[type="select"]{cursor: pointer;}
:focus::-webkit-input-placeholder {color: transparent;}/* Webkit */
:focus:-moz-placeholder {color: transparent;}/* Firefox 18 以前 */
:focus::-moz-placeholder {color: transparent;}/* Firefox 19 以降 */
::-webkit-input-placeholder {color: #888; opacity: 1;}
:-moz-placeholder {color: #888; opacity: 1;}
::-moz-placeholder {color: #888; opacity: 1;}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
}
input,select,textarea {
	font-size: 16px;
	box-sizing: border-box;
}


/* ----------------------------------------

container

---------------------------------------- */
#container {
	margin: 0 auto;
	font-size: 115.385%;
}

/* ----------------------------------------

header

---------------------------------------- */
.hdr_nav_01 {
	padding: 5px 10px;
	overflow: hidden;
	position: relative;
	min-height: 20px;
}
.hdr_pc {
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 10px;
}
.hdr_pc a {
	text-decoration: underline;
}
.hdr_pc img {
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -1px;
}
.hdr_login {
	float: right;
	font-size: 11px;
	line-height: 1;
	margin-top: 2px;
	margin-left: 8.5em;
	text-align: right;
}
.hdr_login .user_name {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 1.3;
	margin-bottom: 2px;
}
.hdr_login form {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px !important;
	margin-bottom: 2px !important;
}
.hdr_login input {
	width: 90px;
}
@media screen and (max-width:320px){
	.hdr_nav_01 {
		padding-right: 5px;
	}
	.hdr_pc {
		left: 5px;
	}
	.hdr_login form {
		margin-left: 2px !important;
	}
}
.hdr_nav_02 {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.hdr_nav_02 li {
	display: table-cell;
	border-left: 1px solid #fff;
	vertical-align: middle;
	font-size: 12px;
}
.hdr_nav_02 li:first-child {
	border-left: none;
}
.hdr_nav_02 a {
	display: block;
	background: #d0e3da;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	text-align: center;
	padding: 7px 0;
}
.siteID {
	margin-right: 95px;
	margin-bottom: 0;
}
@media screen and (max-width:320px){
	.hdr_nav_02 li:nth-child(2) {
		width: 10em;
	}
}
.hdr_cart a {
	background: #277852;
	color: #fff;
	padding-bottom: 6px;
}
.hdr_cart a img {
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -1px;
}
.hdr_logo {
	padding: 7px 10px 8px;
	position: relative;
}
.hdr_nav_03 li {
	float: left;
	width: 33.3333%;
}
.hdr_nav_03 li:nth-child(1),
.hdr_nav_03 li:nth-child(2) {
	width: 50%;
	margin-bottom: 1px;
}
.hdr_nav_03 li a {
	display: block;
	height: 38px;
	background: #ededed;
	text-align: center;
	margin-left: 1px;
}
.hdr_nav_03 li:nth-child(1),
.hdr_nav_03 li:nth-child(3) {
	margin-left: 0;
}

.hdrSec {
	z-index: 1000;
	position: relative;
	padding: 10px 0 13px 15px;
	margin-right: 46px;
	background: #fff;
}
.spmenu {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.spHdrBtn {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 9px;
	line-height: 1;
	width: 100px;
	height: 30px;
	background: #fff;
	cursor: pointer;
	color: #277852;
	border: 1px solid #277852;
	box-sizing: border-box;
	padding: 8px 5px 0 34px;
	font-size: 13px;
	font-weight: 700;
}
.spmenu .spHdrBtn {
	z-index: 100;
	top: 10px;
}
.spHdrBtn span {
	width: 15px;
	height: 2px;
	left: 11px;
	position: absolute;
	background-color: #277852;
}
.spHdrBtn span:nth-of-type(1) {
	top: 8px;
}
.spHdrBtn span:nth-of-type(2) {
	top: 13px;
}
.spHdrBtn span:nth-of-type(3) {
	top: 18px;
}
.spHdrBtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.spHdrBtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spHdrBtn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}
.spHdrBtn p {
	min-width: 3.5em;
	text-align: center;
	padding-right: 5px;
}
@media screen and (max-width:320px){
	.spHdrBtn {
		width: 85px;
		padding-left: 28px;
		padding-right: 0;
		font-size: 12px;
	}
	.spHdrBtn span {
		left: 8px;
	}
}
.spHdrCnt {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	z-index: -100;
}
.spHdrCnt.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto;
}
.spmenu_innerwrap {
	position: relative;
	overflow: scroll;
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	background: #277852;
}
.spmenu_cont {
	background: #fff;
	margin: 50px 10px 15px;
}
.spmenu_search {
	padding: 15px 60px 15px 15px;
	position: relative;
}
.spmenu_search input[type="text"] {
	border: 1px solid #b8b8b8;
	padding: 10px 5px;
	width: 100%;
}
.spmenu_search input.spmenu_search_btn {
	width: 40px;
	height: 40px;
	background: #f6f6f6 url(../../img/common/hdr_ico_search.png) no-repeat 50% 50%;
	border: 1px solid #ccc;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	text-indent: -9999px;
	position: absolute;
	right: 15px;
	top: 16px;
}
.spmenu_btn {
	margin: 0 15px 15px;
	font-weight: 700;
	text-align: center;
}
.spmenu_btn a {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 9px 10px;
}
.spmenu_btn a:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border: 4px solid transparent;
	border-left-width: 6px;
	border-left-color: #277852;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.spGNav {
	background: #f6f6f6;
	border-top: 1px solid #ddd;
	font-size: 14px;
}
.spGNav li {
	position: relative;
	float: none;
	border-bottom: 1px dotted #b8b8b8;
	text-align: left;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.spGNav li:nth-child(odd) {
	border-right: 1px dotted #b8b8b8;
	clear: left;
}
.spGNav li a {
	display: block;
	width: auto;
	padding: 9px 15px;
}

/* noscript
------------------------------- */
#noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------

content

---------------------------------------- */

/* topicPath
------------------------------- */
.topicPath {
	padding: 5px 10px 6px;
}
.topicPath ol {
	padding-right: 10px;
	padding-left: 10px;
}
.topicPath li {
	display: inline;
	padding-right: 4px;
	font-size: 13px;
}
.topicPath li:before {
	content: '>';
	margin-right: 4px;
	vertical-align: middle;
	color: #999;
	position: relative;
	top: -1px;
}
.topicPath li#topPage {
	padding-left: 0;
	background: none;
}
.topicPath li#topPage:before {
	content: none;
}

/* pageNav
------------------------------- */
.pageNav {
	background: #f5f5f5;
	padding: 13px 10px;
}
.pageNav li {
	margin-bottom: 5px;
	padding-left: 10px;
	position: relative;
}
.pageNav li:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: .6em;
	border: 4px solid transparent;
	border-top-color: #277852;
	border-right-width: 3px;
	border-left-width: 3px;
}
/* sec_hans
------------------------------- */
.sec_hans {
	margin: 0 10px 10px;
}
.sec_hans_tit {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.4;
}
.sec_hans_tit a {
	color: #333;
}
.sec_hans_txt {
	font-size: 13px;
}
/* sec_sns
------------------------------- */
.sec_sns {
	margin: 20px 0 60px;
	padding-right: 10px;
}
.sec_sns > div {
	line-height: 1;
}


/* ----------------------------------------

footer

---------------------------------------- */
#footer_sp {
	position: relative;
	margin-top: 80px;
}

/* pagetop
------------------------------- */
#pagetop {
	z-index: 100;
	position: absolute;
	right: 10px;
}
#pagetop a {
	display: block;
	position: relative;
	width: 42px; 
	height: 42px;
	background-color: rgba(39,120,82,.7);
	color: #fff;
	text-decoration: none;
	border-radius: 100%;
}
#pagetop a:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border: 7px solid transparent;
	border-right-width: 4px;
	border-left-width: 4px;
	border-bottom-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -4px;
}
#pagetop span {
	display: none;
}
/* ftr_nav
------------------------------- */
.ftr_nav {
	background: #f6f6f6;
	font-size: 14px;
}
.ftr_nav li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-top: 1px dotted #b8b8b8;
}
.ftr_nav li:nth-child(even) {
	border-left: 1px dotted #b8b8b8;
}
.ftr_nav li:nth-child(odd) {
	clear: left;
}
.ftr_nav li:nth-child(1),
.ftr_nav li:nth-child(2) {
	border-top: 1px solid #ccc;
}
.ftr_nav li a {
	display: block;
	padding: 10px 10px 12px;
}
/* ftr_copy
------------------------------- */
.ftr_copy {
	background: #277852;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 10px 15px 13px;
}



/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.xxx {
	*zoom: 1;
}