
/*-- 注釈　注意書きなど --*/
#contents div.note {
	margin: 0;
	padding: 0 2% 20px;
	float: right;
	clear: right;
}
#contents div.note p {
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 150%;
}

/*-- head line --*/
.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#000;
border-bottom:3px solid #cf6a88;
}

.post h2{
	margin: 30px 0 10px;
	padding: 10px 0 20px 10px;
	padding-bottom: 2px;
	font-size: 15pt;
	font-weight: bold;
	color: #313131;
	border-bottom: 2px solid #cf6a88;
}

.post h3.title {
	margin:50px 0 30px 0;
	padding:10px 10px 10px 3%;
	font-size: 150%;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0.1em;
	color: #fff;
	background: #19448e;
	border: 0;
	border-radius: 5px;
}
.post h3.noborderleft {
	margin: 20px 0 5px 0;
	padding: 10px 0 10px;
	border: none;
}
.post h3.tomato {
	padding:10px 0 10px;
	border: none;
	color: tomato;
}

.post h4 {
	margin: 30px 0 30px;
	padding:10px 10px 10px 3%;;
	font-size: 120%;
	line-height: 150%;
	font-weight: normal;
	color:#333;
	border-bottom:1px solid #708090;
}
.post h4.noborderleft {
	margin: 20px 0 5px 0;
	padding: 10px 0 10px;
	border: none;
}
.post h4.underline {
	border: none;
}
.post h4.underline span {
	padding-bottom:2px;
	border-bottom: 1px dotted tomato;
}
.post h4.square_hd {
	margin: 30px 0 20px;
	padding-left: 12px;
	font-size: 13.5pt;
	font-weight:normal;
	color:#333;
	border-left: 5px solid #ffdab9;
	border-bottom: 1px solid tomato;
	border-image: linear-gradient(to right, #ffdab9, #ffffff 60%);
	border-image-slice: 1;
}

.post h4.square_line {
	margin: 30px 0 15px;
	border: none;
}
.post h4.square_line span {
	padding: 1px 0 5px 12px;
	font-size: 13.5pt;
	font-weight:normal;
	color:#333;
	border-left: 5px solid #ffdab9;
	border-bottom: 1px solid tomato;
	border-image: linear-gradient(to right, #ffdab9, #ffffff 60%);
	border-image-slice: 1;
}

.post h5 {
	margin: 15px 0 8px;
	padding: 10px 0 8px 16px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 150%;
	color: #515151;
	background-image: url(/images/icon/square_gray20.png);
	background-repeat: no-repeat;
	background-size: 6px 16px;
	background-position: left top 0.9em;
	background-color: transparent;
}
.post h5.normal11 {
	font-weight: normal;
	font-size: 11pt;
}

/*-- all area --*/
a.allarea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
	/*text-indent:-999px;*/
}

/*-- イメージなど　右寄せ　左寄せ --*/
.alignleft {
	float: left;
	clear: left;
	margin:3px 3% 10px 0;
}

.alignright {
	float: right;
	clear: right;
	margin:3px 0 15px 3%;
}

/*-- wrap fcontent -----------*/
div.wrapfcont {
	padding: 10px;
	margin: 20px 0;
	border: 1px solid lightslategray;
	border-radius: 4px;
}
div.wrapfcont h4 {
	margin: 0 0 10px;
	padding: 0 10px 5px;
	text-align: left;
	font-size: 13pt;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid steelblue;
}
/*-- flexbox ベース fcontent -----------*/
div.fcontent {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	/*justify-content: space-around;
	border: 1px solid #ddd;*/
}
/* 左右配置 */
div.between {
	justify-content: space-between;
}
/* 均等 */
div.around {
	justify-content: space-around;
}
/* 左揃え */
div.flexstart {
	justify-content: flex-start;
}
/* 下揃え */
div.flexend {
	align-items: flex-end;
}

/* 画像カバー */
div.fcontent .fcover {
	object-fit: cover;
	height: 260px;
	padding: 0;
	margin: 0;
}

/*-- 各トップ 画像アイコン　親 div.fcontent  -----------*/
div.fbox {
	position: relative;
	overflow: hidden;
	flex: 1 1 400px;
	padding: 0;
	margin: 0 15px 20px;
	text-align: left;
	background: #0f2350;				/*背景色*/
	border-radius: 4px;
}
/* 垂直方向 横揃え */
div.fbox_vertical {
	display:flex;
	flex-direction: column;
}
.item_vertical {
	margin-top: auto;
}

div.fbox_cont {
	padding: 20px 20px;
	color: #fff;					/*文字色*/
}
/*div.fbox:hover, div.fbox_text:hover {
	box-shadow: 0 0 8px lightslategray;
	transition: all 0.8s;
}*/
div.fcontent .fboxbreak {
	box-shadow: none;
	pointer-events: none;
}

div.fbox h4 {
	margin: 10px 0 10px;
	padding: 0 15px 8px;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	font-weight: normal;
	font-size: 140%;
	color: #fff;
}
div.fbox h5 {
	margin: 10px 0 10px;
	padding: 0 15px 8px;
	border: 0;
	border-radius: 0;
	font-weight: normal;
	font-size: 130%;
	color: #ccc;
}
div.fbox p {
	padding: 0 20px;
	color: #fff;
}
div.fbox ul {
	padding: 0 20px;
	color: #fff;
}
div.fbox_cont a {
	color: #fff;
	border: none;
	text-decoration: none;
}
div.fbox_cont a:hover {
	color: #999;
	border: none;
	text-decoration: none;
}

div.fbox img {
	overflow: hidden;
	padding: 5px 0 0;
	margin: 0 0 5px;
	width: 100%;
	height: 160px;
	object-fit: scale-down;
}
div.width4c {
	flex-basis: 188px;
}
div.width4c img {
	height: 120px;
}
div.width4c h3 {
	font-size: 11pt;
}

/*-- bg border none 親 div.fcontent  -----------*/
div.fbox_none {
	position: relative;
	overflow: hidden;
	flex: 1 1 400px;
	padding: 0;
	margin: 0 15px 20px;
	text-align: left;
	background: none;
	border-radius: 4px;
}
div.fbox_none p {
}

/*-- framebox set　親 div.fcontent  -----------*/
div.framebox {
	position: relative;
	flex: 1 1 360px;
	margin: 0 15px 20px;
	padding: 10px 20px;
	border: 1px solid lightslategray;
	border-radius: 4px;
}
div.framebox p {
	margin: 0;
	padding: 0;
}
div.framebox h4 {
	margin: 0 0 10px;
	padding: 0 10px 5px;
	text-align: left;
	font-size: 120%;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid steelblue;
}
div.framebox h4.h4compact {
	margin: 0 0 10px;
	padding: 0 10px 3px;
	font-size: 11pt;
}

/*-- fbox subnav  -----------*/
div.fcont_subnav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding: 14px 3%;
	background: #19448e;
	text-align: center;
	border-bottom: 1px solid #fff;
	animation-name: opa1;		/*keyframes.cssで使う@keyframesの指定*/
	animation-fill-mode: both;
	animation-duration: 0.8S;	/*アニメーションを実行する時間。「s」は秒の事。*/
	animation-delay: 0.5s;		/*出現するタイミング（秒後）*/
}

div.fbox_subnav {
	position: relative;
	overflow: hidden;
	flex: 0 1 260px;
	padding: 0;
	margin: 0 5px;
	text-align: center;
	background: none;
}
div.fbox_subnav span {
	margin: 0;
	padding: 0;
	font-size: 110%;
	line-height: 1.5;
}
div.fbox_subnav a {
	text-decoration: none;
	color: #fff;
}
div.fbox_subnav a:hover {
	opacity: 0.6;
	transition: all 0.6s;
}

/*-- header ----------------------------------------------------*/
/*-- fbox header 親 div.fcontent_hd  -----------*/
div.fcontent_hd {
	display: flex;
	align-items: flex-end;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 1% 0 0;
	/*justify-content: space-around;
	border: 1px solid #ddd;*/
}

div.fbox_logo {
	position: relative;
	overflow: visible;
	flex: 0 0 220px;
	z-index:190;
	padding: 0;
	margin: 5px 0;
	font-family: 'Questrial', sans-serif;
	text-align: left;
	background: none;
	/*border: 1px solid #666;*/
}
div.fbox_logo a img {
	opacity: 1; 
	transition: 0.8s;
}
div.fbox_logo a:hover img {
	cursor: pointer;
	opacity: 0.6; 
	transition: 0.8s;
}
div.fbox_logo a span {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #bababa;
	letter-spacing: 0.1em;
	text-align: left;
	text-decoration: none;
	line-height: 1;
	border: 0;
}

div.fbox_nav {
	position: relative;
	overflow: visible;
	flex: 0 2 auto;
	z-index: 210;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: 'Questrial', sans-serif;
	background: none;
	/*border: 1px solid #666;*/
}
div.fbox_nav li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0 0 5px;
	}
div.fbox_nav li.scroll {
	display: none;
	}
	/*飾り文字*/
div.fbox_nav ul li span {
	display: block;
	color: #999;
	letter-spacing: 0.2em;
	line-height: 1.4;
	}

div.fbox_nav li a {
	display: block;
	margin: 0;
	padding: 0;
	/*width: 120px; 項目の幅 */
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	color: #919191;
	text-decoration: none;
	}
div.fbox_nav li li a {
	color: #fff;
	margin: 0;
	padding: 0;
}
div.fbox_nav li a span, #mainNav li a strong{display:block;}

div.fbox_nav li a span{
	color: #bababa;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div.fbox_nav ul ul {
	background: rgba(42,64,115,0.9);
	margin: 0;
	padding: 0;
}
div.fbox_nav li ul {
	display: none;
}

div.fbox_nav li:hover ul {
	display: block;
	position: absolute;
	top: 48px;
	left: -10px;
	padding: 10px 0;
	z-index: 800;
	border: 0;
	border-radius: 0;
	/*box-shadow: 0 0 10px #e0e0e0;*/
	margin: 0;
	padding: 0;
}
div.fbox_nav li:hover ul.left-30 {
	left: -30px;
}

div.fbox_nav li li {
	float:none;
	margin:0;
	padding: 5px 0;
	width: 360px;
	border: 0;
}

div.fbox_nav li li:last-child {border:0;}
	
div.fbox_nav li li a {
	width:auto;
	height:auto;
	padding: 5px 15px;
	font-size: 95%;
	text-align: left;
	border:0;
	line-height: 150%;
}

div.fbox_nav li li span {padding:0 10px;}

/*#mainNav li.current-menu-item a, #mainNav li a:hover, #mainNav li.current-menu-item li a:hover {*/
div.fbox_nav li a:hover, #mainNav li.current-menu-item li a:hover {
	color: #192f60;
}
div.fbox_nav li li a:hover {
	color: #c1c1c1;
}
/* カレントメニュー　アクティブ */
div.fbox_nav li a.current-menu-item {
	color: #192f60;
}

/*-- footer ----------------------------------------------------*/
/*-- fbox footer 親 div.fcontent  -----------*/
div.fbox_footer {
	position: relative;
	overflow: hidden;
	flex: 1 1 180px;
	padding: 0;
	margin: 10px 5px;
	text-align: left;
	background: none;
}
div.fbox_footer p {
	margin: 5px 0 0;
	padding: 0;
	font-size: 10pt;
	line-height: 1.6;
	color: #ccc;
}
div.fbox_footer a img {
	opacity: 0.8; 
	transition: 0.8s;
}
div.fbox_footer a:hover img {
	cursor: pointer;
	opacity: 1; 
	transition: 0.8s;
}

div.fbox_footer ul {
	margin: 12px 0 4px;;
	font-size: 10pt;
	line-height: 1.5;
	color: #ccc;

}
div.fbox_footer li {
	margin-bottom: 4px;
	font-size: 10pt;
	line-height: 1.5;
	color: #ccc;
}

/*-- Button only box -----------*/
div.fbox_cont_button {
	position: relative;
	overflow: hidden;
	flex: 1 1 400px;
	padding: 20px 20px;
	background-color: #19448e;
	border: 1px solid #4c6cb3;
	color: #fff;
}
div.fbox_cont_button a {
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
}
div.fbox_cont_button a:hover {
	transition: all 0.6s;
	background-color: #fff;
	cursor: pointer;
	font-weight: normal;
	color: #4c6cb3;
}

/*-------- Button flat------------*/
a.button_flat {
	text-decoration: none;
	background-color: none;
}
a.button_flat span {
	display: inline-block;
	margin: 0 6px;
	padding: 10px 50px;
	background-color: #19448e;
	border: 1px solid #4c6cb3;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.1em;
}
a.button_flat:hover span {
	display: inline-block;
	background-color: #fff;
	transition: all 0.4s;
	border: 1px solid #ddd;
	cursor: pointer;
	color: #2a4073;
}
a.button_flat img {
	margin: 0;
	padding: 0;
	opacity: 1.0;
}
a.button_flat:hover img {
	opacity: 0.6;
}
a.button_orange span {
	background-color: orange;
	color: #fff;
	font-size: 12pt;
}

/*-------- Button flat 100%------------*/
a.button_flat_100 {
	text-decoration: none;
	background-color: none;
	border: none;
}
a.button_flat_100 span {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 30px;
	width: 100%;
	background-color: #19448e;
	border: 1px solid #4c6cb3;
	border-radius: 2px;
	text-align: left;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.1em;
}
a.button_flat_100:hover span {
	display: inline-block;
	background-color: #fff;
	transition: all 0.5s;
	border: 1px solid #ddd;
	cursor: pointer;
	color: #2a4073;
}

/* ボタン（共通）*/
p.button_post {
	margin: 0;
}

p.button_post a {
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	text-align: center;
	color: #616161;
	background: #e8ecef;
	padding: 10px 20px;			/*上下、左右へのボタン内の余白*/
	margin: 0;		/*上、左右、下へのボックスの外側への余白*/
}
/* マウスオン時（共通）*/
p.button_post a:hover {
	background: #fff;	/*背景色*/
	color: #2a4073;
	transition: all 1s;
}

/* ボックス内のボタン（共通）*/
div.fbox p.button_fbox {
	margin: 20px 0;
}
div.fbox p.button_fboxv {
	margin: auto 0 20px;
}

div.fbox p.button_fbox a {
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	line-height: 160%;
	color: #fff;
	padding: 10px 20px;/*上下、左右へのボタン内の余白*/
	margin: 0;/*上、左右、下へのボックスの外側への余白*/
	opacity: 0.6;
}
/*ボタンのマウスオン時（共通）*/
div.fbox p.button_fbox a:hover {
	background: #fff;	/*背景色*/
	color: #2a4073;
	opacity: 1;
	transition: all 1s;
}

/*-- flexbox 画像と横並び -----------*/
div.fhorizon {
	display: flex;
	clear: both;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	margin: 10px 0 20px;
	/*border: 1px solid #ddd;*/
}
div.fhbox_cont {
	padding: 0;
	margin: 0 10px;
	flex-basis: 460px;
	text-align: left;
	font-size: 10.5pt;
	/*border: 1px solid #ddd;*/
}
div.fhbox_cont h5 {
	padding: 10px 0;
	margin: 0;
	font-size: 13.5pt;
	font-weight: normal;
	color: navy;
	background: none;
}
div.fhbox_img {
	overflow: hidden;
	flex-basis: 180px;
	height: auto;
	text-align: center;
	padding: 0;
	margin: 0 10px;
	/*border: 1px solid #ddd;*/
}
div.fhbox_img img {
	max-width: 100%;
	max-height: 100%;
}

/*--- order Cart ------------------------------*/
div.fbox_cart {
	flex-basis: 410px;
	flex-grow: 0.2;
	flex-shrink: 0.8;
	padding: 0;
	/*border: 1px solid #ddd;*/
}
div.fbox_cart img {
	max-width:100%;
	height:auto;
}
div.fbox_cart h4 {
	margin: 0;
	padding: 4px 0 5px;
	border: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-break: strict;
	font-weight: normal;
	font-size: 12pt;
	text-align: left
	/*border-bottom: 1px dashed #eee;*/
}
div.fbox_cart a h4 {
	color: #006888;
}
div.fbox_cart a:hover h4 {
	color: #919191;
}
div.fsale_bg  {
	background-image: url(/images/sale/icon_sale_48.png);
	background-position: top 10px left 10px;
	background-repeat: no-repeat;
	background-size: 40px;
	background-color: #fff;
}

/* Cart table */
div.fbox_cart table.cart {
	margin: 0;
	border-collapse: collapse;
	border: none;
	background: none;
}
div.fbox_cart table.cart td {
	border-collapse: collapse;
	white-space: nowrap;
	text-align: right;
	font-size: 11pt;
	padding: 2px;
	border: none;
	background: none;
}
div.fbox_cart table.cart td.flright {
	padding-right: 0;
	width: 16%;
}
div.fbox_cart table.cart th {
	padding: 2px;
	white-space: nowrap;
	text-align: right;
	font-size: 10pt;
	font-weight: normal;
	color: #919191;
	border: none;
	background: none;
	/*border: 1px solid #eee;*/
}


/*--- 商品box コンパクト化 ------------------------------*/
div.fcontent_item {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	margin: 20px 0;
	padding: 10px 0 5px;
	font-size: 10.5pt;
	border: 1px dotted #d0d0d0;
	border-radius: 4px;
}
div.fcontent_item h3 {
	flex-basis: 100%;
	margin: 0 10px 0;
	padding: 5px 10px 10px;
	word-break: keep-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-break: strict;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: bold;
	font-size: 13.5pt;
	color: #616161;
}
div.fbox_item {
	/*align-self: stretch;*/
	/*flex-basis: 400px;*/
	flex: 1 1 310px;
	margin: 10px 2px;
	padding: 10px 5px 5px;
	text-align: left;
	border: 1px dotted #d0d0d0;
	border-radius: 4px;
}
div.fbox_item h3 {
	margin: 0 0 20px;
	padding: 5px 10px 12px;
	/*word-break: keep-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-break: strict;*/
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 13.5pt;
	color: #616161;
}
div.fbox_item p {
	margin: 0 0 5px;
	padding: 0;
	font-size: 10pt;
	line-height: 170%;
}
div.fbox_item p.priceline{
	padding-bottom: 0;
	text-align: right;
	font-size: 10.5pt;
}
div.fonts p {
	font-size: 10.5pt;
}
div.fbox_item ul li {
	margin-bottom: 2px;
	padding-left: 12px;
	font-size: 10pt;
	line-height: 150%;
	background-image: url(/images/icon/square_gray.png);
	background-repeat: no-repeat;
	background-size: 5px;
	background-position: left top 0.5em;
	background-color: transparent;
}
div.fbox_item img {
	max-width: 96%;
}

/*---- table none border ------*/
div.fbox_item table {
	border-collapse: collapse;
	padding: 0;
	border: none;
	margin-bottom: 5px;
	font-size: 10.5pt;
	line-height: 160%;
}
div.fbox_item table th {
	padding: 1px 2px 1px 0;
	background-color:#fff;
	text-align: right;
	font-size: 10.5pt;
	border: none;
	/*border-right: 1px dashed #ddd;*/
	white-space: nowrap;
	font-weight: normal;
}
div.fbox_item table td {
	border: none;
	background-color:#fff;
	text-align:left;
	font-size: 10.5pt;
	padding: 1px 4px 1px 0;
	border: none
}
div.fbox_item table td p {
	font-size: 10.5pt;
}

/* */
div.fbox_item .item_info {
	margin: 5px 0;
	padding: 0;
	text-align: right;
}

div.fbox_item .order_line {
	padding-left: 5px;
	border-bottom: 5px solid #efefec;
	border-bottom-left-radius: 5px;
	border-image: linear-gradient(to right, #efefec 0%, #ffffff 100%);
	/*border-image-slice: 1;*/

	font-size: 13.5pt;
	font-weight: bold;
}
div.fbox_item p.order_sale_m {
	margin: 3px 0;
	padding-left: 5px;
	font-size: 10.5pt;
	font-weight: normal;
	color: crimson;
}
div.fbox_item span.order_line_base {
	font-size: 13.5pt;
	font-weight: bold;
}
div.fbox_item span.order_nowrap {
	white-space: nowrap;
}
div.fbox_item span.order_font_small {
	font-size: 90%;
}
div.fbox_item span.order_strikethrough {
	margin-left: 5px;
	text-decoration: line-through;
	text-decoration-color: red;
	font-size: 10.5pt;
	font-weight: normal;
}
div.fbox_item p.note {
	margin-bottom: 4px;
	margin-left: 1em;
	text-indent: -1em;
	padding: 0;
	line-height: 160%;
	color: #717171;
}
div.fbox_item img {
	margin: 0 10px;
	padding: 0;
	max-width: 150px;
	max-height: 200px;
}
div.fbox_item img.autos {
	margin: 0 10px;
	padding: 0;
	max-width: 310px;
	max-height: initial;
	text-align: center;
}
div.fcontent_item a.itemname_link {
	color: #607080;
}
div.fbox_item a.itemname_link {
	color: #607080;
}
div.fbox_item a .explanation {
	color: #313131;
}
div.fbox_item p.readmore {
	text-align: right;
	margin: 0 5px 10px 0;
	padding: 0;
	font-size: 10.5pt;
	color: #4682b4;/*  steelblue */
}

div.fcontent_item a:hover.itemname_link {
	color: #919191;
}
div.fbox_item a:hover.itemname_link {
	color: #919191;
}
div.fbox_item a:hover .explanation {
	color: #919191;
}
div.fbox_item a:hover p.readmore {
	color: #919191;
}
div.fbox_item a:hover {
	color: #919191;
}

/* table none border */
table.myorder {
	border-collapse: collapse;
	border: none;
	margin: 0;
}

table.myorder td {
	padding: 3px 10px;
	border-collapse:collapse;
	border: none;
	background-color: #fff;
	text-align: left;
	border: none;
	line-height: 140%;
}
table.myorder img {
	width: 100%;
	height: auto;
}
table.myorder th {
	width: 7.5em;
	padding: 3px 4px;
	background-color:#fff;
	border: none;
	text-align: right;
	white-space: nowrap;
	color: #717171;
	border-right: 0 dotted #e5e5e0;
	font-size: 10pt;
	font-weight:normal;
	line-height: 140%;
}

/*-- frame -----------*/
div.frame {
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #8899bb;
	background-color: #fff;
	border-radius: 4px;
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

	/* title */
	.post h3.title {
		line-height: 120%;
	}

}
