@charset "utf-8";
/*
スマホ向けのスタイル：460px ～ 979px 		@media only screen and (max-width: 459px)
タブレット向けのスタイル：460px ～ 979px 	@media only screen and (min-width: 460px)
PC向けのスタイル：980px 					@media only screen and (min-width: 980px)
*/
/************************************************
 共通設定
************************************************ */
body {
    background: #fff;
    color: #212121;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
	html {
		-webkit-text-size-adjust: 100%;
	}
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ（メインカラム・レフトカラム） */
#container {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    background: #fff;
    text-align: left;
}
.LC_Page_InfoEtext #container ,
.LC_Page_InfoShikaku #container ,
.LC_Page_InfoSyukatsu #container {
    margin: 0 auto;
    padding: 0 0;
    width: 100%;
    background: #fff;
    text-align: left;
}
/* タブレット向けのスタイル：460px ～ 979px */
	@media only screen and (min-width: 460px) {
	#container {
	    padding: 20px 0;
	}
	.LC_Page_InfoEtext #container ,
	.LC_Page_InfoShikaku #container ,
	.LC_Page_InfoSyukatsu #container {
	    padding: 0;
	}
}

/*  PC向けのスタイル：980px */
@media only screen and (min-width: 980px) {
	#container {
	    width: 980px;
	}
	.LC_Page_InfoEtext #container ,
	.LC_Page_InfoShikaku #container ,
	.LC_Page_InfoSyukatsu #container {
	    width: 980px;
	    padding: 0;
	}
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn,
section#rightcolumn {
    background: #fff;
    text-align: left;
	width:100%;
	padding:0 0;
}
#bottomcolumn,
#footerbottomcolumn {
    text-align: left;
	width:100%;
}

/* レフトカラム */
section#side {
	width:97%;
	padding:0 1.5%;
}

/* メイン　1カラム設定 */
#one_main {
	width:97%;
	padding:0 1.5%;
}

/* メイン　2カラム設定 */
#two_main {
	width:97%;
	padding:0 1.5%;
}

/* タブレット向けのスタイル：460px ～ 979px */
@media only screen and (min-width: 460px) {
	#topcolumn,
	section#rightcolumn {
	    padding: 0 0;
		width:100%;
	}
	#bottomcolumn,
	#footerbottomcolumn {
	    padding:0;
		width:100%;
	}
}

/*  PC向けのスタイル：980px */
@media only screen and (min-width: 980px) {
	/* レフトカラム */
	section#side {
	    float: left;
		padding-left:1.5%;
		padding-right:0;
	    width: 20%;
	}
	/* IE7対応 */
	*+html section#side {
	    float: left;
		padding-left:1.4%;
		padding-right:0;
	    width: 20%;
	}

	/* メイン　1カラム設定 */
	#one_main {
	    padding: 1.5% 0;
	    width: 100%;
	}
	.LC_Page_InfoEtext #one_main ,
	.LC_Page_InfoShikaku #one_main ,
	.LC_Page_InfoSyukatsu #one_main {
	    padding: 0;
	    width: 100%;
	}
	/* メイン　2カラム設定 */
	#two_main {
	    padding-right: 1.5%;
	    width: 75%;
	    float: right;
	}
	
	#topcolumn,
	section#rightcolumn {
	    margin: 0 auto;
	    padding: 0 0;
	    width: 100%;
	}
}

.Lcolumn{
	width:100%;
}
.Rcolumn{
	width:100%;
}
/*  PC・tablet向けのスタイル：768px */
@media only screen and (min-width: 768px) {
.Lcolumn{
	width:48%;
	float:left;
}
.Rcolumn{
	width:48%;
	float:right;
}
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}
/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* リンク指定
----------------------------------------------- */
a:link,
a:visited,
#news_area .news_title a span {
    color: #17194c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover,
#news_area .news_title a span:hover {
    color: #3638cb;
}
#pagetop {
	display:block;
	position: fixed;
	bottom: 15px;
	right: 10px;
}
#pagetop i {
	font-size:35px;
	text-align:center;
}
#pagetop a {
	display:inline;
	background:rgba(0,0,0,0.7);;
	color: #fff;
	padding: 18px 8px 5px 10px;
	text-align: center;
}
#pagetop a:hover {
	background:rgba(0,0,0,0.20);;
	text-decoration:none;
}

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}

/*ポイント*/
.point {
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}
p.link_pdf {
    background: url("../img/icon/ico_pdf.gif") 0 1px no-repeat;
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 18px;
}

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}
ul.disc li {
    list-style-type: disc;
}
ol li {
    list-style-type: decimal;
}

/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box50 {
    width: 50px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 280px;
}
.box320 {
    width: 280px;
}
.box350 {
    width: 280px;
}
.box380 {
    width: 280px;
}
@media only screen and (min-width: 460px) {
	.box300 {
	    width: 300px;
	}
	.box320 {
	    width: 320px;
	}
	.box350 {
	    width: 350px;
	}
	.box380 {
	    width: 380px;
	}
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 15px;
    padding: 12px 10px;
    font-size: 20px;
    border-top: 1px solid #17184b;
    border-bottom: 1px solid #17184b;
    background: none;
    font-weight: bold;
    color: #17184b;
    background: none;
}
#undercolumn_entry h3,
#undercolumn_graduates h3,
.main .sub_area h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
	font-size:25px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:30px;
	padding-top:30px;
	border-top:1px ridge #cbcbcb;
}
#login_area .login_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#undercolumn_coop h3 {
	font-size:20px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-top:none;
	border-bottom:1px ridge #cbcbcb;
}
#undercolumn_graduates h3 span {
	font-size:14px;
	margin-left:10px;
}
#undercolumn_graduates .bgwakaba {
    padding-left: 60px;
    background: url("../img/icon/wakaba.png") no-repeat 0 17px;
    background-size: 50px 50px;
}
#undercolumn_graduates h4,
div#undercolumn_login .login_area h4 {
	border-left:2px #171c61 solid;
	padding-left:8px;
	margin-bottom:10px;
	font-size:18px;
	color:#171c61;
}
#undercolumn_graduates h4.testType {
	margin-top:20px;
}
@media only screen and (max-width: 767px) {
	#undercolumn_entry h3,
	#undercolumn_graduates h3,
	.main .sub_area h3,
	#login_area .login_area h3,
	#undercolumn_login .login_area h3,
	#undercolumn_shopping h3,
	#mypagecolumn h3,
	#undercolumn_cart h3 {
		font-size:20px;
		font-weight:normal;
		margin-top:20px;
		margin-bottom:20px;
		padding-top:20px;
		line-height:1.5em;
		border-top:1px ridge #cbcbcb;
	}
	#undercolumn_graduates h3 span {
		display:block;
		font-size:12px;
		margin-left:10px;
	}
	#undercolumn_graduates .bgwakaba {
	    padding-left: 40px;
	    background: url("../img/icon/wakaba.png") no-repeat 0 18px;
	    background-size: 25px 25px;
	}
}
@media only screen and (max-width: 459px) {
	#undercolumn_entry h3,
	#undercolumn_graduates h3,
	.main .sub_area h3,
	#login_area .login_area h3,
	#undercolumn_login .login_area h3,
	#undercolumn_shopping h3,
	#mypagecolumn h3,
	#undercolumn_cart h3 {
		font-size:16px;
		font-weight:normal;
		margin-top:20px;
		margin-bottom:20px;
		padding-top:20px;
		line-height:1.5em;
		border-top:1px ridge #cbcbcb;
	}
}

/* ==============================================
 ヘッダー
=============================================== */

/* スマホ用レスポンシブナビメニュー
→ responsive_nav.css　詳細設定→ js/jquery.meanmenu/meanmenu.css
----------------------------------------------- */

/* レイアウト
----------------------------------------------- */
#header_wrap {
	background: #fff;
}
#header {
	position:relative;
    width: 100%;
    min-height:147px;
}
#header h1{
    width: 100%;
    text-align:left;
    font-weight:normal;
}
#logo_area {
    float:left;
    width: 70%;
    padding-left: 1%;
    padding-top: 1%;
    text-align:left;
}
#header_utility {
	display:none;
}
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 0.5%;
}

@media only screen and (min-width: 768px) {
	#header_wrap {
		/* ▼PC用最上部ボーダー */
		border-top:3px solid #CCC;
	}
	#header {
		position:relative;
	    margin:0 auto;
	    width: 100%;
	    max-width: 980px;
		min-height:153px;
	}
	#logo_area {
	    padding-top: 1%;
	    padding-left: 0;
	    float: left;
	    width: 40%;
	    text-align: left;
	}
	#header_utility {
		display:block;
		position:relative;
		top:53px;
	    float: right;
	    width: 59%;
	}
	#errorHeader {
	    padding: 5px;
	}
}

/* ヘッダーログイン
----------------------------------------------- */
#header_top_nav {
	display:none;
}
#header_login_area {
    padding: 0 10px;
    height: 30px;
    border: solid 1px #ccc;
    background: #ddd;
    letter-spacing: -0.075em;
}
#header_login_area ul.formlist {
    margin-top: 5px;
}
#header_login_area ul.formlist li {
    float: left;
}
#header_login_area ul.formlist li.mail {
    width: 183px;
    font-size: 10px;
}
#header_login_area ul.formlist li.mail i {
    margin-right: 4px;
    font-size: 13px;
    color: #17194c;
}
#header_login_area ul.formlist li.password {
    padding-right: 5px;
    font-size: 10px;
}
#header_login_area ul.formlist li.login_memory {
    padding-right: 5px;
    font-size: 10px;
}
#header_login_area ul.formlist li.forgot{
    margin-top: 2px;
    padding-right: 0px;
    font-size: 10px;
}
#header_login_area ul.formlist li.btn {
    margin-top: 1px;
    padding-right: 8px;
    width: 53px;
}
#header_login_area ul.formlist li.name {
    margin-top: 1px;
    padding: 0 15px;
}
#header_login_area ul.formlist li.logout,
#header_login_area ul.formlist li.mypage {
    margin-top: 1px;
    padding-left: 30px;
}
#header_login_area ul.formlist li.logout i,
#header_login_area ul.formlist li.mypage i {
    margin-right: 5px;
    color: #17194c;
}
#header_login_area ul.formlist li.logout input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	color:#17194c;
}
#header_login_area ul.formlist li.logout input:hover {
	color: #3638cb;
}

#header_login_area p.btn {
	height: 20px;
	padding: 5px 0;
	vertical-align: middle;
	display: block;
}

/* ヘッダー上部ポップアップ
----------------------------------------------- */
/* クリック対象 */
.header_nav_btn {
	position:absolute;
	top:10px;
	left:0;
	z-index:200;
}
.header_nav_btn ul li.nav_btn {
	float:left;
	margin-left:10px;
}
.header_nav_btn ul li.nav_btn img {
	width:25px;
}
.header_nav_btn ul div.txt {
	display:none;
}
/* ポップアップ */
.header_nav_btn ul .popup {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	z-index:300;
	padding:10px;
	width:200px;
	background-color:#FFF;
	border:#CCC 1px solid;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */ 
}
.header_nav_btn li.nav_btn a,
.header_nav_btn li.nav_btn a.true {
	cursor:pointer;
}
.header_nav_btn ul .no_popup {
	display:none;
}
@media only screen and (min-width: 768px) {
	#header_top_nav {
		width: 530px;
		display:block;
		position:absolute;
		top:5px;
		left:auto;
		right:0;
		z-index:200;
	}
	.header_nav_btn {
		top:45px;
		left:auto;
		right:0;
	}
	.header_nav_btn ul div.txt {
		display:inline;
		position:relative;
	}
	.header_nav_btn ul div.txt i {
		margin-right:5px;
	}
	.header_nav_btn ul img {
		display:none;
	}
	.header_nav_btn li.nav_btn a {
		padding-left:9px;
		color: #17194c;
	}
	.header_nav_btn li.nav_btn a:hover {
		color: #3638cb;
	}
	.header_nav_btn li.nav_btn a.true {
		color: #FC6;
	}
	.header_nav_btn li.nav_btn a.true:hover {
		color: #F90;
	}
	.header_nav_btn ul .popup {
		left:auto;
		right:0;
	}
	#header_utility ul li {
		float:right;
		margin-left:10px;
	}
	#header_utility .freshman,
	#header_utility .graduates,
	#header_utility .staff {
		padding:6px 20px 4px 20px;
		display:block;
		color:#d9d195;
		font-weight:bold;
		background: linear-gradient(#17194c, #434587);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor:pointer;
	        transition: all 0.5s ease;
	        -webkit-transition: all 0.5s ease;
	        -moz-transition: all 0.5s ease;
	        -o-transition: all 0.5s ease;
	}
	#header_utility .freshman:hover,
	#header_utility .graduates:hover,
	#header_utility .staff:hover {
		opacity:0.8;
	}
}
/* ロゴ
----------------------------------------------- */
/*サイト概要文*/
#site_description {
	display:none;
}
#header h1 {
	display:none;
}
#logo_area img {
	width:230px;
}

@media only screen and (min-width: 768px) {

	/* ロゴ
	----------------------------------------------- */
	/* サイト概要文 */
	#site_description {
		display:block;
		position:relative;
		top:7px;
	}
	#header h1 { 
		display:block;
		position:relative;
		top:5px;
		padding:0;
	}
	#logo_area img {
		width:100%;
		max-width:350px;
	}
}

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 100%;
}
#footer_banner {
    margin: 0 auto;
    padding: 35px 0 20px;
    width: 100%;
    background:#e6e6e6;
    border-top:3px solid #f4f4f4;
}
#footer_banner ul{
    margin: 0 auto;
    width: 100%;
}
#footer_banner ul li{
    float:left;
    width:48%;
    margin:1%;
    margin-top:0;
}
#footer_banner ul li img{
    width:100%;
    max-width:245px;
    height:auto;
}
#footer_SiteNav {
    width: 100%;
    padding:1% 0;
    font-size: 95%;
    background:#c5c5c5;
    text-align:center;
}
#footer_SiteNav ul {
    width:100%;
    max-width:980px;
    margin:0 auto;
}
#footer_SiteNav ul li {
    float: right;
}
#footer_SiteNav ul li.link_pdf {
    background: url("../img/icon/ico_pdf.gif") 0 1px no-repeat;
    padding-left: 12px;
}
#footer_SiteNav ul li a {
    margin-right: 7px;
    margin-left: 7px;
}
#footer_SiteNav ul li a:hover{
    text-decoration: underline;
}
#footer {
    margin: auto;
    padding-top: 0;
    width: 100%;
    color:#fff;
    background:#17194c;
}
.accordion {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.accordion .ac-content {
    margin: 0 0;
    padding: 0 0;
}
.accordion input {
    display: none;
}
.accordion label {
    display: block;
    text-align:left;
    background: #17194c;
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 1px solid #28295c;
    background:url(../img/common/down.png) no-repeat 95% 1.2em;
}
.accordion label:hover {

}
.accordion .ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
    background: #e6e6e6;
    padding: 0;
    margin: 0;
    text-align: left;
}
.accordion .ac-cont p{
    padding: 10px 0;
    padding-left: 10px;
    border-bottom: solid 1px #c6c6c6;
    background:url(../img/common/arrow.png) no-repeat 97% 1.2em;
}
.accordion .ac-cont p:first-child{
    padding-top: 0;
    background:url(../img/common/arrow.png) no-repeat 97% 0.4em;
}
.accordion .ac-cont p:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.accordion .ac-cont p a{
    color:#17194c;
}
.accordion input:checked + .ac-cont {
    height: auto;
    padding: 10px;
}
#copyright {
    width: 100%;
    padding:2% 0;
    text-align:center;
    font-size: 95%;
    color:#ababab;
}
@media only screen and (min-width: 460px) {
	#footer_banner ul li{
		float:left;
		width:32.5%;
		margin-right:1.25%;
		margin-bottom:0.6%;
		margin-left:0;
	}
	#footer_banner ul li:nth-child(3n+3){
		margin-right:0;
	}
}
/*  PC向けのスタイル：980px */
@media only screen and (min-width: 980px) {
	#footer_banner ul{
		width: 980px;
		margin: 0 auto;
	}
	#footer_banner ul li{
		float:left;
		width:24.55%;
		margin-right:0.6%;
		margin-bottom:0.3%;
		margin-left:0;
	}
	#footer_banner ul li:nth-child(3n+3){
		margin-right:0.6%;
	}
	#footer_banner ul li:nth-child(4n+4){
		margin-right:0;
	}
	.accordion{
		width:980px;
		margin:0 auto;
		padding:30px 0;
	}
	.accordion .ac-content{
		float:left;
		width:22.75%;
		margin-right:3.0%;
		padding:0;
	}
	.accordion .ac-cont {
		transition: 0.2s;
		height: auto;
		overflow: auto;
		background: #17194c;
		padding: 0;
		margin: 0 0 30px 0;
		text-align: left;
	}
	.accordion .last{
		margin-right:0;
	}
	.accordion label{
		cursor: default;
		height:1.5em;
		padding: 10px 0;
		margin-bottom: 10px;
		border-bottom:1px solid #2f305e;
		background:none;
	}
	.accordion .ac-cont p {
		padding: 0 0;
		padding-left: 0px;
		margin-bottom: 3px;
		border-bottom: none;
		background:none;
	}
	.accordion .ac-cont p:first-child {
		background:none;
	}
	.accordion .ac-cont p a{
		padding: 0 0;
		padding-left: 0px;
		border-bottom: none;
		background:none;
		color:#fff;
	}
	.accordion .ac-cont p a:hover{
		text-decoration: underline;
		color:#ababab;
	}
	#copyright {
		border-top: 1px solid #2f305e;
	}
}

/* =============================================
 ボタン
============================================== */

/* 共通 */
.btn_area {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
.btn_area input {
	cursor:pointer;
	padding:10px 0;
	text-align:center;
}
.btn_area a,
.btn_area a:hover {
	padding:10px 0;
}
.btn_area li {
	text-align:center;
}
.btn_area li.left {
	float:left;
	width:46%;
	margin-left:2%;
}
.btn_area li.right {
	float:right;
	width:46%;
	margin-right:2%;
}
.btn_area li a {
	display:block;
	margin:0 auto;
}

/* 
 ▼ヘッダーポップアップ
----------------------------- */
/*生協加入*/
.b_coopEntry{
	width:60%;
	font-size: 15px;
	background: #171c61;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.b_coopEntry ,
a.b_coopEntry:hover {
	padding:15px 0;
	color:#fff;
}
.b_coopEntry:hover {
	background: #7778ba;
}
.b_coopEntry i {
	margin-left: 10px;
}
@media only screen and (max-width: 767px) {
	.b_coopEntry{
		width:80%;
		font-size: 14px;
	}
}
@media only screen and (max-width: 459px) {
	.b_coopEntry{
		width:90%;
		font-size: 14px;
	}
}

/*ダウンロード*/
.b_downLoad{
	width:60%;
	font-size: 15px;
	background: #f3f3f6;
	border: 1px solid #9b9ba8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.b_downLoad ,
a.b_downLoad:hover {
	padding:15px 0;
}
.b_downLoad:hover {
	background: #fff;
}
.b_downLoad i {
	margin-left: 10px;
}
.b_downLoad2{
	width:90%;
	font-size: 15px;
	background: #f3f3f6;
	border: 1px solid #9b9ba8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.b_downLoad2 ,
a.b_downLoad2:hover {
	padding:15px 0;
}
.b_downLoad2:hover {
	background: #fff;
}
.b_downLoad2 i {
	margin-left: 10px;
}
@media only screen and (max-width: 767px) {
	.b_downLoad2,
	.b_downLoad{
		width:80%;
		font-size: 14px;
	}
}
@media only screen and (max-width: 459px) {
	.b_downLoad2,
	.b_downLoad{
		width:90%;
		font-size: 14px;
	}
}
/*生協・共済加入*/
.go_coopEntry{
	width:80%;
	font-size: 15px;
	font-weight: bold;
	background: linear-gradient(#e4d681, #f3e79c, #e4d681);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.go_coopEntry ,
a.go_coopEntry:hover {
	padding:15px 0;
	color:#17194c;
}
.go_coopEntry:hover {
	opacity: 0.6;
}
.go_coopEntry i {
	margin-left: 10px;
}
/*ログイン*/
.b_login_header {
	font-size: 10px;
	letter-spacing: -0.0;
	color:#fff;
	background: #17194c;
	border: 1px solid #17194c;
	cursor:pointer;
}
.b_login_header:hover {
	background: #7778ba;
	border: 1px solid #7778ba;
}

/*新規会員登録*/
/*同じ→会員登録する*/

/*ログイン後のMYページ
.b_mypage_header {
	color:#17194c;
	display:block;
	background: linear-gradient(#d0d0db, #b6b6c7);
	border: 1px solid #b6b6c7;
	cursor:pointer;
}
.b_mypage_header:hover {
	opacity: 0.8;
}
*/
/*ログアウト
.b_logout_header {
	color:#fff;
	display:block;
	background: #17194c;
	border: 1px solid #17194c;
	cursor:pointer;
}
.b_logout_header:hover {
	opacity: 0.8;
}
*/
/*検索*/
/*同じ→商品検索*/

/*カゴの中を見る*/
.b_cart {
	display:block;
	margin:0 auto;
	width:100%;
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_cart:hover {
	background: #ddd;
}
/* 
 ▲ヘッダーポップアップ
----------------------------- */
/*ログイン（ブロック）*/
.b_login_bloc {
	width:80%;
	margin:0 auto;
	color:#d9d195;
	font-weight:bold;
	background: linear-gradient(#17194c, #434587);
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.b_login_bloc:hover {
	opacity: 0.8;
}

/*利用登録（ブロック）*/
.b_entry_bloc {
	width:80%;
	margin:0 auto;
	color:#17194c;
	font-weight:bold;
	background: linear-gradient(#d0d0db, #b6b6c7);
	border: 1px solid #b6b6c7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.b_entry_bloc:hover {
	opacity: 0.8;
}
/*mypage（ブロック）*/
.b_mypage_bloc {
	display:block;
	width:80%;
	margin:0 auto;
	color:#17194c;
	font-weight:bold;
	background: linear-gradient(#d0d0db, #b6b6c7);
	border: 1px solid #b6b6c7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.b_mypage_bloc:hover {
	opacity: 0.8;
}
a.b_mypage_bloc,
a.b_mypage_bloc:hover {
	color:#17194c;
}
/* カゴを見る */
.goto_cart {
	display:block;
	width:100%;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background: #b50f10;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.goto_cart i {
	margin-right: 5px;
}
.goto_cart:hover {
	opacity: 0.8;
}
a.goto_cart,
a.goto_cart:hover {
	color:#fff;
}
/*MYページ申込書印刷*/
.b_print{
	display:block;
	width:90%;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background: #4387e9;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
.b_print i {
	margin-right: 5px;
}
.b_print:hover {
	opacity: 0.8;
}
a.b_print ,
a.b_print:hover {
	color:#fff;
}
/*商品検索*/
.b_search {
	width:80%;
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_search:hover {
	background: #ddd;
}

/* 商品一覧ページ　商品詳細を見る */
.b_detail {
	display:block;
	margin:0 auto;
	width:80%;
	background: #f7f7f7;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.b_detail, a.b_detail:hover {
	color:#333;
}
.b_detail:hover {
	background:#ddd;
}

/* 商品一覧ページ　カゴに入れる */
.b_cartin {
	display:block;
	width:80%;
	margin:0 auto;
	color:#fff;
	font-weight:bold;
	background: #232472;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.b_cartin:hover {
	color: #17184b;
	background: #ddd;
}

/* 商品詳細ページ　カゴに入れる・お気に入りボタン */
/* → contents.css */

/*新規コメントを書き込む*/
.b_review {
	text-align:center;
	float: right;
	color:#333;
	background: #fff;
	border: 1px solid #999;
	padding: 3px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_review:hover {
	background: #ddd;
}
a.b_review,
a.b_review:hover {
	color:#333;
}

/*同意して会員登録*/
.b_yes_entry {
	width:80%;
	margin:0 auto;
	color:#17194c;
	font-weight:bold;
	background: linear-gradient(#d0d0db, #b6b6c7);
	border:1px solid #b6b6c7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
.b_yes_entry:hover {
	opacity: 0.8;
}

/*同意しない*/
.b_no_entry {
	background: #ccc;
	border: 1px solid #666;
	width:80%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.b_no_entry:hover {
	background: #aaa;
}
a.b_no_entry,
a.b_no_entry:hover {
	color:#333;
}

/*キャンセル依頼*/
.b_contact_product {
	background: #ccc;
	border: 1px solid #666;
	width:80%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.b_contact_product:hover {
	background: #aaa;
}
a.b_contact_product,
a.b_contact_product:hover {
	color:#333;
}
@media only screen and (max-width: 459px) {
.b_contact_product {
	width:100%;
}
}

/*確認ページへ*/
.b_confirm {
	width:50%;
	margin:0 auto;
	color:#17194c;
	font-weight:bold;
	background: linear-gradient(#d0d0db, #b6b6c7);
	border: 1px solid #b6b6c7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
.b_confirm:hover {
	color:#17194c;
	opacity: 0.8;
}

/*戻る（他にボタンなし）*/
.b_back_one {
	color:#333;
	background: #ccc;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_back_one:hover {
	background: #aaa;
}

/*戻る（となりにボタンあり）*/
.b_back {
	color:#333;
	background: #ccc;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_back:hover {
	background: #aaa;
}

/*会員登録する*/
.b_entry {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_entry:hover {
	background: #ddd;
}

/*トップページへ*/
.b_top{
	width:80%;
	margin:0 auto;
	color:#fff;
	font-weight:bold;
	background: linear-gradient(#17194c, #434587);
	border:1px solid  #17194c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
.b_top:hover {
	opacity: 0.8;
}
a.b_top,
a.b_top:hover {
	color:#fff;
}

/*マイページへ*/
.b_mypage{
	width:80%;
	margin:0 auto;
	color:#17194c;
	font-weight:bold;
	background: linear-gradient(#e4d681, #f3e79c, #e4d681);
	border: 1px solid #d6cc89;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
.b_mypage:hover {
	opacity: 0.8;
}
a.b_mypage,
a.b_mypage:hover {
	color:#17194c;
}

/*次へ（他にボタンなし）*/
.b_next {
	color:#fff;
	background: #17194c;
	border: 1px solid #17194c;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_next:hover {
	opacity: 0.8;
}

/*次へ（となりにボタンあり）*/
.b_next_s {
	color:#fff;
	background: #17194c;
	border: 1px solid #17194c;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_next_s:hover {
	opacity: 0.8;
}

/*閉じる*/
.b_close {
	color:#333;
	background: #ccc;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_close:hover {
	background: #aaa;
}

/*完了ページへ*/
.b_cmplpage {
	color:#fff;
	background: #17194c;
	border: 1px solid #17194c;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_cmplpage:hover {
	opacity: 0.8;
}

/*MYページログイン*/
.b_mypage_login {
	width:80%;
	margin:0 auto;
	color:#d9d195;
	font-weight:bold;
	background: linear-gradient(#17194c, #434587);
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
.b_mypage_login:hover {
	opacity: 0.8;
}

/*会員登録する（MYページログイン画面）*/
.b_mypage_entry {
	width:80%;
	margin:0 auto;
	color:#17194c;
	font-weight:bold;
	background: linear-gradient(#d0d0db, #b6b6c7);
	border: 1px solid #b6b6c7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
.b_mypage_entry:hover {
	color:#17194c;
	opacity: 0.8;
}

/*この購入内容で再注文する*/
.b_reorder {
	color:#333;
	background: #fff;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_reorder:hover {
	background: #ddd;
}

/*新しいお届け先を追加する*/
.b_newdeliv {
	display:block;
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_newdeliv:hover {
	background: #ddd;
}

/*登録する*/
.b_deliv_add {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_deliv_add:hover {
	background: #ddd;
}

/*会員退会手続きへ*/
.b_refusal {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_refusal:hover {
	background: #ddd;
}

/*退会しません*/
.b_no_refusal {
	color:#333;
	background: #ccc;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_no_refusal:hover {
	background: #aaa;
}

/*退会します*/
.b_yes_refusal {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_yes_refusal:hover {
	background: #ddd;
}

/*商品をすべて削除ボタン*/
/* → contents.css → #undercolumn_cart #deleteall a */

/*購入手続きへ（会員登録をせずに購入手続きへ進む）*/
.b_deliv_nomember {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_deliv_nomember:hover {
	background: #ddd;
}

/*購入手続きへ*/
.b_deliv {
	color:#fff;
	background: #17194c;
	border: 1px solid #17194c;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_deliv:hover {
	opacity: 0.8;
}

/*上記のお届け先のみに送る*/
.b_send_only {
	color:#333;
	display:block;
	margin:0 auto;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 80%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_send_only:hover {
	background: #ddd;
}

/*複数のお届け先に送る*/
.b_multisend {
	display:block;
	color:#333;
	margin:0 auto;
	background: #fff;
	border: 1px solid #666;
	width: 80%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_multisend:hover {
	background: #ddd;
}

/*選択したお届け先に送る*/
.b_choise {
	color:#333;
	background: #f7f7f7;
	border: 1px solid #666;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_choise:hover {
	background: #ddd;
}

/*ご注文完了ページへ*/
.b_complete {
	color:#fff;
	background: #17194c;
	border: 1px solid #17194c;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_complete:hover {
	opacity: 0.8;
}

/*送信*/
.b_send {
	width:100%;
	margin:0 auto;
	color:#17194c;
	font-weight:bold;
	background: linear-gradient(#d0d0db, #b6b6c7);
	border:1px solid #b6b6c7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
.b_send:hover {
	opacity: 0.8;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

/* ==============================================
 価格の表示
=============================================== */

/* 価格の表示　共通
----------------------------------------------- */
.normal_price {
    font-size: 90%;
}
.no_member_price {
	margin-bottom:10px;
	font-size:90%
}

/* 商品一覧ページ
----------------------------------------------- */
/*会員価格*/
.list_area .member_price .title {
	display:block;
	color:#b50f10;
}
.list_area .member_price .price,
.list_area .member_price .price03_dynamic {
	color:#b50f10;
	font-size:120%;
}
.list_area .member_price .yen {
	color:#b50f10;
}
/*販売価格*/
.list_area .sale_price .title {
	display:block;
}
.list_area .sale_price .price,
.list_area .sale_price .price02_dynamic {
	color:#000;
	font-size:120%;
}
.list_area .sale_price .yen {
	color:#666;
}

/* 商品詳細ページ
----------------------------------------------- */
/*会員価格*/
.detail_member_price .title {
	display: inline;
	color:#b50f10;
}
.detail_member_price .price,
.detail_member_price #price03_dynamic {
	color:#b50f10;
	font-size:130%;
}
.detail_member_price .yen {
	color:#b50f10;
}
/*販売価格*/
.detail_sale_price .title {
	display: inline;
}
.detail_sale_price .price,
.detail_sale_price #price02_dynamic {
	color:#000;
	font-size:130%;
}
.detail_sale_price .yen {
	color:#666;
}
/*その他のオススメ商品*/
#carousel_whobought .member_price .title,
.whobought .member_price .title {
	display:block;
	color:#b50f10;
}
#carousel_whobought .member_price .price,
.whobought .member_price .price {
	color:#b50f10;
}
#carousel_whobought .member_price .yen,
.whobought .member_price .yen {
	color:#b50f10;
}
#carousel_whobought .sale_price .title,
.whobought .sale_price .title {
	display:block;
}
#carousel_whobought .sale_price .price,
.whobought .sale_price .price {
	color:#000;
}
#carousel_whobought .sale_price .yen,
.whobought .sale_price .yen {
	color:#666;
}

/* おすすめ商品情報
----------------------------------------------- */
/*会員価格*/
#recommend_area .member_price .title {
	display: block;
	color:#b50f10;
}
#recommend_area .member_price .price {
	color:#b50f10;
	font-size:100%;
	font-weight:bold;
}
#recommend_area .member_price .yen {
	color:#b50f10;
}
/*販売価格*/
#recommend_area .sale_price .title {
	display: block;
}
#recommend_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#recommend_area .sale_price .yen {
	color:#666;
}
@media only screen and (max-width: 459px) {
	#recommend_area .member_price .price,
	#recommend_area .sale_price .price {
		font-size:100%;
	}
}
/* ピックアップ商品
----------------------------------------------- */
/*会員価格*/
#pickup_area .member_price .title {
	display: block;
	color:#b50f10;
}
#pickup_area .member_price .price {
	color:#b50f10;
	font-size:100%;
	font-weight:bold;
}
#pickup_area .member_price .yen {
	color:#b50f10;
}
/*販売価格*/
#pickup_area .sale_price .title {
	display: block;
}
#pickup_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#pickup_area .sale_price .yen {
	color:#666;
}
@media only screen and (max-width: 459px) {
	#pickup_area .member_price .price,
	#pickup_area .sale_price .price {
		font-size:100%;
	}
}

/* 最近チェックした商品
----------------------------------------------- */
/*会員価格*/
#recent_area .member_price .title {
	display: block;
	color:#b50f10;
}
#recent_area .member_price .price {
	color:#b50f10;
	font-size:100%;
}
#recent_area .member_price .yen {
	color:#b50f10;
}
/*販売価格*/
#recent_area .sale_price .title {
	display: block;
}
#recent_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#recent_area .sale_price .yen {
	color:#666;
}
@media only screen and (max-width: 459px) {
	#recent_area .member_price .price,
	#recent_area .sale_price .price {
		font-size:100%;
	}
}

/* ランキング
----------------------------------------------- */
/*会員価格*/
#ranking_area .member_price .title {
	display: block;
	color:#b50f10;
}
#ranking_area .member_price .price {
	color:#b50f10;
	font-size:100%;
}
#ranking_area .member_price .yen {
	color:#b50f10;
}
/*販売価格*/
#ranking_area .sale_price .title {
	display: block;
}
#ranking_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#ranking_area .sale_price .yen {
	color:#666;
}
/*会員価格 サイドカラム配置*/
#section #ranking_area .member_price .title {
	display: block;
	color:#b50f10;
	font-size:90%;
}
#section #ranking_area .member_price .price {
	color:#b50f10;
	font-size:100%;
}
#section #ranking_area .member_price .yen {
	color:#b50f10;
}
/*販売価格 サイドカラム配置*/
#section #ranking_area .sale_price .title {
	display: block;
	font-size:90%;
}
#section #ranking_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#section #ranking_area .sale_price .yen {
	color:#666;
}
@media only screen and (max-width: 459px) {
	#ranking_area .member_price .price,
	#ranking_area .sale_price .price {
		font-size:100%;
	}
}

/* 新商品スライド
----------------------------------------------- */
/*会員価格*/
#new_item_area .member_price .title {
	display: block;
	color:#b50f10;
}
#new_item_area .member_price .price {
	color:#b50f10;
	font-size:100%;
}
#new_item_area .member_price .yen {
	color:#b50f10;
}
/*販売価格*/
#new_item_area .sale_price .title {
	display: block;
}
#new_item_area .sale_price .price {
	color:#000;
	font-size:100%;
}
#new_item_area .sale_price .yen {
	color:#666;
}
@media only screen and (max-width: 459px) {
	#new_item_area .member_price .price,
	#new_item_area .sale_price .price {
		font-size:100%;
	}
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #3638cb;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.hvr-underline-from-left-true {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left-true:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #F90;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left-true:hover:before, .hvr-underline-from-left-true:focus:before, .hvr-underline-from-left-true:active:before {
  right: 0;
}
