﻿@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	background:#fff;
}
body{
	background:#fff;
	color:#333333;
	font-family:"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"ＭＳ　Ｐゴシック","MS P Gothic",
		sans-serif;
	font-size:14px;
	line-height:normal;
	-webkit-text-size-adjust: 100%;
}
#primaryContents{
	padding:0px 10px;
}
img{
	vertical-align: bottom;
}
a{
//	text-decoration:none;
}
a:link {
	color:#a22140;;
}
a:visited {
	color:#a22140;;
}
a:hover {
	color:#a22140;;
	text-decoration:underline;
}
a:active {
	color:#a22140;;
}
a img:hover{
	opacity:0.6;
}
div.anchorDiv{
	display:inline-block;
	position:relative;
	width:0px;
}
a.anchor{
	position:absolute;
	top:-100px;
}
/*
a.button, a.buttonS, a.buttonB{
	color:#fff;
	background:#7f9351;
	padding:5px 20px 3px 20px;
	margin:1px 1px;
	border-radius:3px;
	min-width:60px;
	font-size:15px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.05),inset 0px -15px 15px 0px rgba(0,0,0,0.05),inset 0px 15px 15px 0px rgba(255,255,255,0.05);
}
a.button:hover, a.buttonS:hover, a.buttonB:hover{
	background:#815b00;
	text-decoration:none;
}
*/

a.button, a.buttonS, a.buttonB{
	background: #C57D00;
	background-image: -webkit-linear-gradient(top, #C57D00, #B37100);
	background-image: -moz-linear-gradient(top, #C57D00, #B37100);
	background-image: -ms-linear-gradient(top, #C57D00, #B37100);
	background-image: -o-linear-gradient(top, #C57D00, #B37100);
	background-image: linear-gradient(to bottom, #C57D00, #B37100);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 100;
	padding: 7px 20px 5px 20px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.05);
	text-shadow: 1px 1px 20px rgba(0,0,0,0.05);
	border: solid #B37100 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

a.button:hover, a.buttonS:hover, a.buttonB:hover{
	background: #B37100;
	background-image: -webkit-linear-gradient(top, #B37100, #9E4C00);
	background-image: -moz-linear-gradient(top, #B37100, #9E4C00);
	background-image: -ms-linear-gradient(top, #B37100, #9E4C00);
	background-image: -o-linear-gradient(top, #B37100, #9E4C00);
	background-image: linear-gradient(to bottom, #B37100, #9E4C00);
	text-decoration: none;
}
a.buttonS{
	padding:4px 8px 2px 8px;
	min-width:30px;
	font-size:14px;
}
a.buttonB{
	padding:8px 20px 5px 20px;
	min-width:90px;
	font-size:18px;
}

img.border{
	border:1px solid #aaa;
}
p{
	margin:10px 0;
}
span.caution{
	color:#ff0000;
}
ul{
	list-style-type:disc;
	list-style-position:outside;
	padding-left:20px;
}
ul li{
	margin:0;
	padding:0;
}
ol li{
	margin-left:40px;
	list-style-position: outside;
}
span.bigText{
	font-size:1.3em;
	color:#663200;
}
.smallText{
	font-size:80%;
}
.clearfix{
	overflow:hidden;
}
.clearboth{
	clear:both;
}
.center{
	text-align:center;
}
.block{
	display:inline-block;
}
.right{
	float:right;
}
.left{
	float:left;
}
.rightText{
	text-align:right;
}
.breakWord{
	word-wrap:break-word;
}
.nodisplay{
	display:none;
}

h1 {
	color:#663200;
	font-size:130%;
	position: relative;
	padding: 0.6em 4em 0.6em 1em;
	-webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #ebe4ca 0%);
	background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #ebe4ca 0%);
	border-radius: 3px;
	margin-bottom:20px;
}
h1::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 1.65507em;
	height: 3.5493em;
	background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
	background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
	border-bottom-left-radius: 6px;
	box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-1.89424em) rotate(-40deg);
	transform: translateY(-1.89424em) rotate(-40deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

h2 {
	color:#663200;
	position: relative;
	margin-top:20px;
	padding-bottom: .3em;
	padding-left:5px;
	margin-bottom:20px;
	font-size:1.3em;
}

h2::before,
h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
h2::before {
	z-index: 2;
	width: 15%;
	background-color: #663200;
}
 h2::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #c57d00 2px, #c57d00 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #c57d00 2px, #c57d00 4px);
}
h3 {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ebe4ca;
	margin-top:20px;
}
h3::before,
h3::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h3::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(102, 50, 0, .5);
}
h3::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(235, 228, 202, .8);
}

.lineCol{
	background:#fcfbe9;
	border:1px solid #c57d00;
	padding:10px 20px;
	border-radius:5px;
}
/*************************************/
/* ヘッダー */
/*************************************/
#top_navi.top_navi_login{
	left:auto;
	right:20px;
	width:100px;
}
#subtitle{
	position:absolute;
	top:160px;
	left:210px;
	font-size:1.3em;
	color:#663200;
}
/*************************************/
/* パンくず */
/*************************************/
#breadCrumb{
	padding:5px 10px;
	overflow:hidden;
}

#breadCrumb ul{
	list-style-type:none;
	padding:0;
}
#breadCrumb ul{
	list-style-type:none;
	padding:0;
}
#breadCrumb ul li{
	float:left;
	margin-right:5px;
}
a.breadNolink:hover{
	color: #663300;
	text-decoration:none;
}

/*************************************/
/* テーブル */
/*************************************/
table{
	border-collapse:separate;
	border-spacing:0;
	margin:10px 0;
	padding:0;
	width:100%;
	word-break: break-all;
}
table tr:first-child th, table tr:first-child td{
	border-top:1px solid #e9c8ae;
}
table tr th:first-child, table tr td:first-child{
	border-left:1px solid #e9c8ae;
}
table tr th:last-child, table tr td:last-child{
	border-right:1px solid #e9c8ae;
}
table tr:first-child td:first-child, table tr:first-child th:first-child{
	border-radius: 3px 0 0 0;
}
table tr:first-child td:last-child {
	border-radius: 0 3px 0 0;
}
table tr:last-child td:first-child, table tr:last-child th:first-child {
	border-radius: 0 0 0 3px;
}
table tr:last-child td:last-child {
	border-radius: 0 0 3px 0;
}
table caption{
	background:#bd6924;
	color:#fff;
	border:1px solid #e9c8ae;
	border-bottom:none;
	border-radius:3px 3px 0 0;
	padding:7px 10px 5px 10px;
}
table td, table th{
	border-right:1px solid #e9c8ae;
	border-bottom:1px solid #e9c8ae;
	font-weight:normal;
	padding:7px 10px 5px 10px;
}
table th{
	background:#eee4c7;
	text-align:center;
}
table tr:nth-child(even) {
	background:#fbfbfb;
}
table tr:nth-child(odd) {
	background:#fff;
}
table th.pcth{
	width:150px;
}
table.autoWidth{
	width:auto;
}
table.autoWidth th, table.autoWidth td{
	padding:7px 15px 5px 15px;
}
/*************************************/
/* フォーム */
/*************************************/
div.submit{
	text-align:center;
	padding:10px 0;
	margin:0;
}
form{
	display:block;
}
form.inline{
	display:inline-block;
}
textarea{
	width:90%;
	max-width:90%;
}
input[type=text].min{
	width:30px;
}
input[type=text].short, input[type=password].short{
	width:100px;
}
input[type=text].middle, input[type=password].middle{
	width:200px;
}
input[type=text].long{
	width:300px;
}
@media (max-width: 640px){
	input[type=text].long{
	 width:auto;
	}
}
input[type=text]:focus{
	outline: 0;
	border:1px solid #633207;
}
input[type=submit], button{
	/*
	background:#7f9351;
	color:#fff;
	border:none;
	margin:1px;
	padding:5px 20px 3px 20px;
	border-radius:2px;
	min-width:100px;
	font-size:15px;
	*/
	font-family:"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"ＭＳ　Ｐゴシック","MS P Gothic",
		sans-serif;

	background: #C57D00;
	background-image: -webkit-linear-gradient(top, #C57D00, #B37100);
	background-image: -moz-linear-gradient(top, #C57D00, #B37100);
	background-image: -ms-linear-gradient(top, #C57D00, #B37100);
	background-image: -o-linear-gradient(top, #C57D00, #B37100);
	background-image: linear-gradient(to bottom, #C57D00, #B37100);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 100;
	padding: 7px 20px 5px 20px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.05);
	text-shadow: 1px 1px 20px rgba(0,0,0,0.05);
	border: solid #B37100 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
input[type=submit]:hover, button:hover{
	background: #B37100;
	background-image: -webkit-linear-gradient(top, #B37100, #9E4C00);
	background-image: -moz-linear-gradient(top, #B37100, #9E4C00);
	background-image: -ms-linear-gradient(top, #B37100, #9E4C00);
	background-image: -o-linear-gradient(top, #B37100, #9E4C00);
	background-image: linear-gradient(to bottom, #B37100, #9E4C00);
	text-decoration: none;
}
}
input[type=submit]:disabled, button:disabled{
	background-color:#dcdcdc;
	color:#555;
	cursor:default;
}
input[type=submit].small, button.small{
	padding:2px 8px 2px 8px;
	min-width:50px;
	font-size:14px;
}
input[type=submit].big, button.big{
	padding:10px 50px 8px 50px;
	min-width:100px;
	font-size:16px;
}

input[type=submit].cautionBtn, button.cautionBtn{
	background:#ec8237;
}
input[type=text], textarea, input[type=password], input[type=file], select{
	padding:7px 10px;
	margin:2px 0;
	border:1px solid #e9c8ae;
	box-shadow:rgba(0, 0, 0, 0.05) 0px 1px 3px 0px inset;
	color:#633207;
}
select:focus{
	border:1px solid #633207;
	outline: 0;
}
input[type=file]{
	width:205px;
	font-size:12px;
}
input[type=text]:hover, textarea:hover, fieldset:hover{
	border:1px #633207 solid;
}
input[type=text].max{
	width:100%;
	box-sizing:border-box;
}
label{
	display:inline-block;
	margin:0px 10px 0 0;
	cursor:pointer;
	padding:0 3px;
}
label:hover{
	background:#dcdcdc;
}
div.radioDiv{
	display:inline-block;
	white-space: nowrap;
}
input[type=radio], input[type=checkbox] {
	width:10px;
	margin-left:5px;
	vertical-align:middle;
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 0.9 , 0.9 );
}
input[type=radio].support, input[type=checkbox].support {
	width: 20px;
	height: 20px;
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 1.5 , 1.5 );
}
input[type=radio]{
	vertical-align:middle;
}
input[type=checkbox].button, input[type=radio].button{
	transform: scale(0.5);
}
input[type=checkbox].button + label, input[type=checkbox].buttonS + label, input[type=radio].button + label{
	color:#633207;
	position:relative;
	display:inline-block;
	background:#eee4c7;
	padding:5px 20px 3px 20px;
	margin:1px 7px 1px -12px;
	border-radius:3px;
	min-width:50px;
	font-size:15px;
	display:inline-block;
	text-align:center;
}
input[type=checkbox].buttonS + label, input[type=radio].buttonS + label{
	min-width:30px;
	padding:5px 10px 3px 10px;
}
input[type=checkbox].button:checked + label, input[type=checkbox].buttonS:checked + label, input[type=radio].button:checked + label{
	background:#bd6924;
	color:#fff;
}

/*************************************/
/* メッセージ */
/*************************************/
div.error-message{
	color:#ff0000;
	padding:5px 10px 3px 10px;
	background:#f8f0ee;
	border:1px solid #eac0cb;
	border-radius:3px;
}
div#flashMessage, div#authMessage{
	margin-top:10px;
	margin-bottom:5px;
	color:#ff0000;
	padding:5px 10px 3px 20px;
	background-color:#f8f0ee;
	border:1px solid #eac0cb;
	border-radius:3px;
}
/*************************************/
/* ページネート */
/*************************************/
div.paging{
	padding:7px 20px;
	margin:20px 0;
	text-align:center;
	overflow:hidden;
	clear:both;
	background:#fbfaf5;
}
div.paging span a, div.paging span.current{
	display:inline-block;
	background:#eee4c7;
	box-shadow:inset 0px -5px 10px 0px rgba(0,0,0,0.05), inset 0px 5px 10px 0px rgba(255,255,255,0.05);
	border-radius:3px;
	margin:0 2px;
	padding:6px 12px 4px 12px;
	text-decoration:none;
}
div.paging span.current{
	background:#bd6924;
	color:#fff;
}
div.paging span a:hover{
	background:#bd6924;
	color:#fff;
	text-decoration:none;
}
span.pagingLeft{
	float:left;
	padding-top:5px;
}
span.pagingRight{
	float:right;
	padding-top:5px;
}
span.paginateAsc:before{
	margin-right:3px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 12px solid #009fde;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
span.paginateDesc:before{
	margin-right:3px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 12px solid #009fde;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

/*************************************/
/* グローバルメニュー */
/*************************************/
#gMenu{
	position: absolute;
	top: 200px;
	left: 12px;
	border:1px solid #663200;
}
#gMenu ul{
	list-style-type:none;
	padding:0;
}
#gMenu ul li{
	float:left;
	margin:0;
	padding:0;
}
#gMenu ul li a{
	color:#fff;
	background:#c57d00;
	border-right:1px solid #663200;
	text-shadow:1px 1px 3px #660000;
	box-shadow: 0px -10px 10px 2px rgba(0,0,0,0.1) inset;
	display:table-cell;
	vertical-align:middle;
	width:125px;
	height:40px;
	text-align:center;
	text-decoration:none;
	padding-top:2px;
}
#gMenu ul li:last-child a{
	width:124px;
	border-right:none;
}
#gMenu ul li a:hover{
	background:#9e4c00;
}

/*************************************/
/* お知らせ */
/*************************************/
a.detailArrow{
	float:right;
	margin-top:10px;
	padding:3px 10px 1px 10px;
}
/*************************************/
/* 決済 */
/*************************************/
iframe#paypalFrame{
	border:none;
	width:570px;
}
/*************************************/
/* 左カラム */
/*************************************/
.subCol{
	margin-bottom:20px;
}

/*************************************/
/* HTMLエディタ用 */
/*************************************/
div.col2Left{
	width:48%;
	float:left;
}
div.col2Right{
	width:48%;
	float:right;
}
div.colCenter{
	clear:both;
}
div.col3,div.col3Right{
	width:250px;
	float:left;
	margin-right:20px;
}
div.col3Right{
	margin-right:0;
}
/*************************************/
/* ふみ友 */
/*************************************/
.fumitomoStar{
	background-image:url(../img/favo_n.png);
	background-size:30px;
	width:30px;
	height:30px;
	display:block;
	float:right;
	margin:-5px 10px 0 10px;
	position:relative;
	font-size:10px;
	vertical-align:middle;
	line-height:30px;
}
a.fumitomoStar{
  color:#555;
  line-height:30px;
  text-decoration:none;
}
.fumitomoStar:hover{
  opacity:0.8;
}
.fumitomoStarC{
  background-image:url(../img/favo_c.png);
}
.fumitomoStarCR{
  background-image:url(../img/favo_r.png);
}
.fumitomoStarCB{
  background-image:url(../img/favo_b.png);
}

.fumitomoHukidashi{
	display:none;
	position:absolute;
	height:20px;
	width:94px;
	background:#333;
	color:#fff;
	top:-35px;
	left:-32px;
	font-size:12px;
	padding:5px 0px 4px 0px;
	text-align:center;
	border-radius:3px;
	font-weight:normal;
}

.fumitomoHukidashi:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #333;
}
.fumitomoStar:hover .fumitomoHukidashi{
  display:block;
}

.fumitomoHukidashi2{
  display:none;
  position:absolute;
  height:30px;
//  width:134px;
  width:164px;
  background:#fff;
  color:#aaa;
  top:-38px;
  left:-68px;
  font-size:20px;
  padding:3px 0px 3px 0px;
  text-align:center;
  border-radius:3px;
  font-weight:normal;
  border:1px solid #ccc;
}
.fumitomoHukidashi2 .fumitomoStar{
	display:inline-block;
	float:none;
	margin: 0px 5px 0px 5px;
}
.fumitomoHukidashi2Hover{
	display:block;
}
.fumitomoHukidashi2Click{
  display:block;
}

.searchOrderWrap {
	padding-bottom:20px;
	overflow:hidden;
}
.searchOrderWrap a{
	box-sizing:border-box;
	width:49%;
	float:left;
	display:block;
	background:#a3a1a2;
	padding:10px 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	position: relative;
}
.searchOrderWrap a:first-child{
	margin:0 2% 0 0;
}
.searchOrderWrap a.now{
	background:#fa960d;
}
.searchOrderWrap a.now:before{
  content: "";
  position: absolute;
  bottom: -23px;
  left: 45%;
  border: 12px solid transparent;
  border-top: 12px solid #fa960d;
}
@media only screen and (max-width: 680px) {

	.fumitomoHukidashi2{
	left:-128px;

	}
}

/* げんき予報 */
.genkiRadiogroup {
    display: inline-block;
    margin: 10px 0;
}

.genkiRadiogroup input[type="radio"] {
    display: none;
}

.genkiRadiogroup img {
    width: 68px;
    height: 68px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: border 0.3s;
}

.genkiRadiogroup label{
	margin:0px;
}

.genkiRadiogroup label:hover{
	background:none;
}

.genkiRadiogroup input[type="radio"]:hover + label img {
	background:#eee;
}


.genkiRadiogroup input[type="radio"]:checked + label img {
   background:#ddd;
}

input[type=text].genkiText{
	background:#fafafa;
	border-radius:5px;
	border:1px solid #ccc;
	padding:10px 15px;
	font-size:20px;
	width:100%;
	box-sizing:border-box;
}

textarea.genkiTextarea, textarea.biosmapTextarea{
	background:#fafafa;
	border-radius:5px;
	border:1px solid #ccc;
	padding:10px 15px;
	font-size:20px;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
}

input[type=submit].genkiSubmit{
	width:100%;
	font-size:25px;
	margin-bottom:50px;
}

.genkiWrap{
	color:#333;
	margin-left:20px;
}
.genkiWrap img{
	width:30px;
	margin-right:10px;
	vertical-align:middle;
}

.genkiList{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	margin:20px 10px;
	padding:20px 20px 18px 20px;
	position:relative;
}

.genkiListBar{
	height:10px;
	background-image:url(../img/genki_bar.svg);
	background-size:auto 10px;
}

.genkiListDate{
	width:60px;
	float:left;
	background-image:url(../img/genki_date.svg);
	background-size:40px 20px;
	background-repeat:no-repeat;
	background-position:0 7px;
	padding:5px 0 0 45px;
	font-size:18px;
	text-align:center;
}

.genkiListTitle{
	margin-left:115px;
	padding:8px 0 0 0;
	font-size:16px;
}

.genkiListTitle img{
	width:30px;
	margin-right:10px;
	vertical-align:middle;
}

.genkiListTitleWrap{
	border-bottom:1px solid #967a4a;
	padding:0px 0px 5px 0;
}

.genkiListBody{
	margin:10px 0 0 0;
	background-image:url(../img/genki_line.png);
	background-size:168px auto;
	background-position:0 0px;
	line-height:26.3px;
	padding-bottom:5px;
}

.genkiListMore{
	text-align:right;
	margin-bottom:20px;
}

.genkiListNote{
	background-image:url(../img/genki_note.png);
	background-size:22px 26px;
	background-repeat:repeat-y;
	position:absolute;
	top:50px;
	left:-11px;
	height: calc(100% - 50px);
	width:22px;
}

.genkiListEdit{
	text-align:right;
	margin:10px 0 0 0;
	font-size:18px;
}

/* じぶん地図 */
.topic_icon_img{
	width:20px;
	height:20px;
	vertical-align:middle;
}

.topic_title{
	font-size:16px;
}

.topic_title_text_block{
	position: relative;
}

.topic_color_bar{
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 15px;;
	border-radius: 10px;
	z-index: 1;
	background-color: #fff;
	opacity: 0.5;
}
.topic_title_text{
	position: relative;
	z-index: 2;
	padding: 0 10px;
}
