@charset "utf-8";
/* ===================================================================
CSS information
file name  :common.css
style info :共通
=================================================================== */
/*-----------------------------------------------
body
----------------------------------------------- */
body {
background: #FFF;
background:#f5f5e9;
font-family:HiraKakuProN-W6; 
line-height: 1.5;
font-size: 14px;
margin: 0;
padding: 0;
-webkit-user-select: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0,0,0,0.50);
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*-----------------------------------------------
リンク指定
----------------------------------------------- */
a:link{
color:#4265AE;
text-decoration: none;
}
a:visited {
color: #603E7D;
text-decoration: none;
}
a:hover{
text-decoration:none;
cursor:pointer;
}

/*右矢印リンクテキスト*/
.arrowRtxt{
display:inline;
clear:both;
margin:5px auto;
padding-right:15px;
background:url(../img/common/ico_arrowHR.png) right center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.arrowRtxt {
background: url(../img/common/ico_arrowHR2.png) right center no-repeat;
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.arrowRtxt {
background: url(../img/common/ico_arrowHR2.png) right center no-repeat;
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
}
}
div,li,p{
-webkit-tap-highlight-color: rgba(0,0,0,0.50);}
/*-----------------------------------------------
clearfix 
----------------------------------------------- */
.clearfix:after {
content: ".";  
display: block; 
clear: both;
height: 0;
visibility: hidden;
}
ul:after{
content: ".";  
display: block;
clear: both;
height: 0;
visibility: hidden;
}
dl:after{
content: ".";  
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*-----------------------------------------------
汎用
----------------------------------------------- */
.photoL{
float:left;
clear:left;
}
.photoR{
float:right;
clear:right;
}
.clear{
clear:both;
}
.inner{
padding:10px;
}
.intro{
padding:5px 10px;
font-weight:bold;
}
.intro p{
line-height:1.3;
}
.hidden {
display: none;
}
.end{
border-bottom:none!important;
}
.top{
margin-bottom:8px!important;
}
.bg_head{
background:#EEE;
}
.pb{
padding-bottom:0!important;
}
/*-----------------------------------------------
font
----------------------------------------------- */
h2{
font-size:20px;
}
h3,h4,h5 {
font-size: 100%;
font-weight:bold;
}
em{
font-weight:bold;
}
.attention {
color: #CC0000; }
.mini {
font-size: 11px;
font-weight:normal; }
.fb{
font-size:15px;
font-weight:bold;
}
.fn{
font-weight:normal;
}
.price{
color:#CC0000;
font-weight:bold;
font-size:14px;
}
.attentionSt{
color:#CC0000;
font-weight:bold;
}
/*-------------------------------------------------
レイアウト
----------------------------------------------- */
.frame_outer {
overflow: hidden;
width: 100%;
background: #FFF;
}
#main-content{
}
/*-----------------------------------------------
タイトル
----------------------------------------------- */
h2.title {
color: #FFF;
font-size:20px;
font-weight:bold;
line-height:45px;
text-align:center;
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
margin: 0 0 15px 0;
padding:0 10px;
background:#494E57;
background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494e57 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #6D7481),color-stop(0.8, #505765),color-stop(1, #494e57));
border-top:#868D99 1px solid;
border-bottom:#C6C2C8 1px solid;
-webkit-box-shadow: 1px 5px 5px #CCC;
-moz-box-shadow: 1px 5px 5px #CCC;
vertical-align: middle;
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
clear:both;
}

h2.p_title {
background-color: #f7f8f2;
border-top:1px solid #DDD;
border-bottom:1px solid #DDD;
padding:5px;
font-size:14px;
position:relative;
-webkit-box-shadow: 1px 2px 2px #DDD;
-moz-box-shadow: 1px 2px 2px #DDD;
}
h2.i_title {
background-color: #666;
color:#FFFFFF;
border-top:1px solid #DDD;
border-bottom:1px solid #DDD;
padding:5px 5px 5px 30px;
font-size:14px;
position:relative;
}
.ico_hoick{
	background-image: url(../img/icon/ico_hoick_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_hoick{
	background-image: url(../img/icon/ico_hoick_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_hoick{
	background-image: url(../img/icon/ico_hoick_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_new{
	background-image: url(../img/icon/ico_new_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_new{
	background-image: url(../img/icon/ico_new_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_new{
	background-image: url(../img/icon/ico_new_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_info{
	background-image: url(../img/icon/ico_info_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_info{
	background-image: url(../img/icon/ico_info_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_info{
	background-image: url(../img/icon/ico_info_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_special{
	background-image: url(../img/icon/ico_special_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_special{
	background-image: url(../img/icon/ico_special_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_special{
	background-image: url(../img/icon/ico_special_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_pick{
	background-image: url(../img/icon/ico_pick_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_pick{
	background-image: url(../img/icon/ico_pick_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_pick{
	background-image: url(../img/icon/ico_pick_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_rank{
	background-image: url(../img/icon/ico_rank_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_rank{
	background-image: url(../img/icon/ico_rank_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_rank{
	background-image: url(../img/icon/ico_rank_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_cat{
	background-image: url(../img/icon/ico_cat_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_cat{
	background-image: url(../img/icon/ico_cat_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_cat{
	background-image: url(../img/icon/ico_cat_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_check{
	background-image: url(../img/icon/ico_check_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_check{
	background-image: url(../img/icon/ico_check_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_check{
	background-image: url(../img/icon/ico_check_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_tag{
	background-image: url(../img/icon/ico_tag_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_tag{
	background-image: url(../img/icon/ico_tag_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_tag{
	background-image: url(../img/icon/ico_tag_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_aiueo {
	background-image: url(../img/icon/ico_aiueo_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_aiueo {
	background-image: url(../img/icon/ico_aiueo_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_aiueo {
	background-image: url(../img/icon/ico_aiueo_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_tag {
	background-image: url(../img/icon/ico_tag_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_tag {
	background-image: url(../img/icon/ico_tag_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_tag {
	background-image: url(../img/icon/ico_tag_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_comment {
	background-image: url(../img/icon/ico_comment_w.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_comment {
	background-image: url(../img/icon/ico_comment_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_comment {
	background-image: url(../img/icon/ico_comment_w2.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_os {
	background-image: url(../img/icon/ico_os.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_os {
	background-image: url(../img/icon/ico_os.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_os{
	background-image: url(../img/icon/ico_os2.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_mdb {
	background-image: url(../img/icon/ico_mdb.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_mdb {
	background-image: url(../img/icon/ico_mdb2.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_mdb {
	background-image: url(../img/icon/ico_mdb2.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_hdb {
	background-image: url(../img/icon/ico_hdb.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_hdb {
	background-image: url(../img/icon/ico_hdb2.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_hdb {
	background-image: url(../img/icon/ico_hdb2.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_movie {
	background-image: url(../img/icon/ico_movie.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_movie {
	background-image: url(../img/icon/ico_movie2.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_movie {
	background-image: url(../img/icon/ico_movie2.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_blog{
	background-image: url(../img/icon/ico_blog.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_blog {
	background-image: url(../img/icon/ico_blog2.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_blog {
	background-image: url(../img/icon/ico_blog2.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_ouc{
	background-image: url(../img/icon/ico_ouchic.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_ouc {
	background-image: url(../img/icon/ico_ouchic.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_ouc {
	background-image: url(../img/icon/ico_ouchic.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_ous{
	background-image: url(../img/icon/ico_ouchis.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_ous {
	background-image: url(../img/icon/ico_ouchis.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_ous {
	background-image: url(../img/icon/ico_ouchis.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_r_enlive{
	background-image: url(../img/icon/ico_r_enlive.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_r_enlive {
	background-image: url(../img/icon/ico_r_enlive.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_r_enlive {
	background-image: url(../img/icon/ico_r_enlive.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.ico_r_training{
	background-image: url(../img/icon/ico_r_training.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.ico_r_training {
	background-image: url(../img/icon/ico_r_training.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.ico_r_training {
	background-image: url(../img/icon/ico_r_training.png)!important;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
.popup_hoick .ouc{
	background-color:#fefbc6;
}
.popup_hoick .ouc a{
	color:#111;
}
.popup_hoick .ous{
	background-color:#fceef2;
}
.popup_hoick .ous a{
	color:#111;
}
.popup_hoick .r_en{
	background-color:#c7eafd;
}
.popup_hoick .r_en a{
	color:#111;
}
.popup_hoick .r_tr{
	background-color:#b5f7e1;
}
.popup_hoick .r_tr a{
	color:#111;
}
h3.os {
color:#222;
-webkit-box-shadow: 1px 2px 2px #DDD;
-moz-box-shadow: 1px 2px 2px #DDD;
margin-bottom:5px;
position:relative;
background: #f7f8f2;
border-bottom:1px solid #DDD;
}
h3.os_special {
background-image: url(../img/icon/ico_os_special.png);
background-repeat: no-repeat;
background-position: left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
h3.os_special {
	background-image: url(../img/icon/ico_os_special2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
h3.os_special {
	background-image: url(../img/icon/ico_os_special2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
h3.os_recommend {
background-image: url(../img/icon/ico_os_recommend.png);
background-repeat: no-repeat;
background-position: left center;
border-top:1px solid #DDD;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
h3.os_recommend {
background-image: url(../img/icon/ico_os_recommend2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
h3.os_recommend {
background-image: url(../img/icon/ico_os_recommend2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
h3.os_ranking {
background-image: url(../img/icon/ico_os_ranking.png);
background-repeat: no-repeat;
background-position: left center;
border-top:1px solid #DDD;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
h3.os_ranking {
background-image: url(../img/icon/ico_os_ranking2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
h3.os_ranking {
background-image: url(../img/icon/ico_os_ranking2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
h3.os_new {
background-image: url(../img/icon/ico_os_new.png);
background-repeat: no-repeat;
background-position: left center;
border-top:1px solid #DDD;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
h3.os_new {
background-image: url(../img/icon/ico_os_new2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
h3.os_new {
background-image: url(../img/icon/ico_os_new2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
h3.mdb {
color:#E76469;
-webkit-box-shadow: 1px 2px 2px #DDD;
-moz-box-shadow: 1px 2px 2px #DDD;
margin-bottom:5px;
position:relative;
border-bottom:1px solid #E76469;
background-color:#FBF0F1;
background-image: url(../img/icon/ico_mdb_ranking.png);
background-repeat: no-repeat;
background-position: left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
h3.mdb {
background-image: url(../img/icon/ico_mdb_ranking2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
h3.mdb {
background-image: url(../img/icon/ico_mdb_ranking2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
h3.hdb {
color:#5F9A0B;
border-bottom:1px solid #5F9A0B;
-webkit-box-shadow: 1px 2px 2px #DDD;
-moz-box-shadow: 1px 2px 2px #DDD;
margin-bottom:5px;
padding-left:25px;
position:relative;
background-color:#EFF8E2;
background-image: url(../img/icon/ico_hdb_ranking.png);
background-repeat: no-repeat;
background-position: left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
h3.hdb {
background-image: url(../img/icon/ico_hdb_ranking2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
h3.hdb {
background-image: url(../img/icon/ico_hdb_ranking2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
h3.blog {
color:#F39700;
-webkit-box-shadow: 1px 2px 2px #DDD;
-moz-box-shadow: 1px 2px 2px #DDD;
margin-bottom:5px;
position:relative;
background-color: #FAEEDB;
border-bottom:1px solid #F39700;
background-image: url(../img/icon/ico_blog_new.png);
background-repeat: no-repeat;
background-position: left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
h3.blog {
background-image: url(../img/icon/ico_blog_new2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
h3.blog {
background-image: url(../img/icon/ico_blog_new2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
h3.movie {
color:#00A0E9;
-webkit-box-shadow: 1px 2px 2px #DDD;
-moz-box-shadow: 1px 2px 2px #DDD;
margin-bottom:5px;
position:relative;
background-color:#E7F5FC;
border-bottom:1px solid #00A0E9;
background-image: url(../img/icon/ico_movie_new.png);
background-repeat: no-repeat;
background-position: left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
h3.movie {
background-image: url(../img/icon/ico_movie_new2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
h3.movie {
background-image: url(../img/icon/ico_movie_new2.png);
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
}
/*ボタンで展開するタイトルバー*/
.title_box{
color: #FFF;
text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
line-height:45px;
padding:0 10px;
margin: 0 0 15px 0;
background:#494e57;
background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494e57 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #6D7481),color-stop(0.8, #505765),color-stop(1, #494e57));
border-top: #74828B solid 1px;
border-bottom:#74828B solid 1px;
vertical-align: middle;
clear:both;
}
.title_box h2{
font-size:20px;
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
width:85%;
float:left;
clear:left;
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
line-height:45px;
vertical-align:middle;
}
.title_box h3{
width:85%;
float:left;
clear:left;
font-size:18px;
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
line-height:30px;
vertical-align:middle;
}
/*サブタイトル*/
h3.subtitle{
font-size:18px;
color: #FFF;
line-height:30px;
text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
padding:0 10px;
margin: 0 0 10px 0;
background:#84949F;
background: -moz-linear-gradient(center top, #96A4AF 0%,#84949F 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96A4AF),color-stop(1, #84949F));
border-top: #74828B solid 1px;
border-bottom:#74828B solid 1px;vertical-align: middle;
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
clear:both;
-webkit-box-shadow: 1px 0px 1px #FFF;
-moz-box-shadow: 1px 0px 1px #FFF;
position:relative;
}
/*ボタンで展開するサブタイトルバー*/
.title_box_sub{
color: #FFF;
line-height:30px;
padding:0 10px;
margin: 0 0 20px 0;
background:#84949F;
background: -moz-linear-gradient(center top, #96A4AF 0%,#84949F 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96A4AF),color-stop(1, #84949F));
border-top: #74828B solid 1px;
border-bottom:#74828B solid 1px;
vertical-align: middle;
clear:both;
position:relative;
}
.title_box_sub h2,.title_box_sub h3{
font-size:18px;
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
width:85%;
float:left;
clear:left;
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
line-height:30px;
vertical-align:middle;
}
.title_box_sub .b_expand{
width:22px;
height:21px;
float:right;
clear:right;
position:absolute;
top:-6px;
right:15px;
z-index:2;
padding:2px;
}
/*----------------------------------------------------
input/select
----------------------------------------------------*/
input {
margin:0;
padding:5px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
input[type="text"]{
margin:5px 0;
}
input[type="number"]{
padding:5px 0;
text-indent:0;
}
input[type="number"]:first-child{
margin-right:-2px;
}
input[type="radio"],input[type="check"]{
padding:5px;
line-height:1.5;
margin-right:0.5em;
}
.text, .textarea, .dropdown{
padding:0.5em;
margin:0;
border:#4C4C4C solid 1px;
background: #FFF;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.textarea{
width:97%;
padding:0.5em;
margin:0 0 10px 0;
}
.cartin_quantity,.box_point{
width:2.5em;
}
.boxLong{
width:95%;
}
.boxMedium{
width:35%;
}
.boxShort {
width: 22%;
}
.boxHarf{
width:42%;
}
select.boxLong{
width:100%;
}
select.boxMedium{
width:40%;
}
select.boxShort{
width:25%;
}
select.boxHarf{
width:46%;
}
/*----------------------------------------------------
header
----------------------------------------------------*/

/* ヘッダーロゴ
------------------------------------------------ */
header {
width:100%;
background: #FFF;
margin: 0 auto;
padding:5px 0 10px 0;
clear:both;
min-height:40px;
}
header h1{
width:47%;
height:25px;
float:left;
clear:left;
margin:2px 0 0 5px;
padding:0;
max-width:150px;
position:relative;
}
header h1 a{
display:block;
margin:0;
padding:0;
cursor:pointer;
vertical-align:middle;
}
header h1 img{
width:160px;
margin:-5px 0 0 0;
padding:0;
vertical-align:middle;
}

/* ヘッダーナビ
------------------------------------------------ */
.header_utility{
width:47%;
padding:0 5px;
float:right;
}
.header_navi{
float:right;
display:inline;
text-align:right;
line-height:1.2;
margin-top:5px;
}
.header_navi ul{
display:inline;
float:right;
}
.header_navi li{
float:left;
margin:0;
padding:4px 2px;
margin-right:0.4em;
border:#C5C5AC solid 1px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #f7f8f2;
}
.header_navi li:last-child{
margin-right:0;
}
.header_navi p {
line-height:1.3;
}
.header_navi p.guest {
margin-top:5px !important;
}
.popup_hoick{
font-size:small;
width:auto;
min-width:200px;
display: none;
position: absolute;
line-height:1.2;
top: 45px;
z-index: 1;
background: #f7f8f2;
border:#E1E1D1 solid 1px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.popup_hoick ul li{
border-bottom:#E1E1D1 dotted 1px;
}
.popup_hoick ul li:last-child{
border-bottom:none;
}
.popup_hoick ul li a{
padding:10px 5px 10px 35px;
display:block;
font-weight:bold;
}

.popup_mypage{
font-size:small;
width:auto;
min-width:100px;
padding:10px;
display: none;
position: absolute;
line-height:1.2;
top: 45px;
z-index: 1;
background: #f7f8f2;
border:#E1E1D1 solid 1px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.popup_mypage p:first-child{
line-height:1.3;
margin-bottom:0.5em;
} 
.popup_cart{
font-size:small;
width:auto;
min-width:90px;
padding:10px;
display: none;
position: absolute;
top: 45px;
margin-right:5px;
z-index: 1;
background: #f7f8f2;
border:#E1E1D1 solid 1px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.popup_cart .product_type {
margin-bottom: 5px;
}
.popup_cart div:last-child {
margin-bottom: 0;
}
.popup_mypage a,.popup_cart a{
text-decoration:underline;
}

.popup_mypage h2,.popup_cart h2{
font-size:1.2em;
}
.quantity,.money{
font-size:14px;
font-weight:bold;
}
.popup_cart hr.dashed:last-child{
display:none;
}
hr.dashed{
display:block;
height:1px;
border:0;   
border-top:#CCC dashed 1px;
margin:0.2em 0;
padding:0;}
.free_money_area{
font-size:11px;
}
.dl_item{
margin-top:5px;
}

/*index menu/トップページヘッダー3列ボタン*/
.top_menu{
width:100%;
margin-bottom:10px;
-webkit-box-shadow: 1px 5px 5px #ccc;
-moz-box-shadow: 1px 5px 5px #ccc;
background:#494E57;
background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494E57 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481),color-stop(0.8, #505765),color-stop(1, #494E57));
}
.top_menu ul{
width:auto;
margin:0 auto;
clear:both;
}
.top_menu ul li{
width:33%;
float:left;
text-align:center;
border-left:#747B83 solid 1px;
border-right:#3D3D3D solid 1px;
border-bottom:#141517 solid 1px;
border-top:#A1A7AF solid 2px;
}
.top_menu ul li img{
margin:0 auto;
display:block;
clear:both;
}
.top_menu ul li a:link,.top_menu ul li a:visited{
color:#FFF;
text-shadow: 0px 1px 1px rgba(0,0,0,1);
padding:9px 0 8px 0;
display:block;
background:#494E57;
background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494E57 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481),color-stop(0.8, #505765),color-stop(1, #494E57));
-webkit-transition:background-color 0.5s ease-in;
-moz-transition:background-color 0.5s ease-in;
}
.top_menu ul li a:hover{
color:#FFF;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
background:#5393C5;
background: -moz-linear-gradient(center top, #5393C5 10%,#80B6E2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393C5),color-stop(1, #80B6E2));
text-decoration:none;
}
.top_menu li:first-child{
border-left:none;
}
.top_menu li:last-child{
border-right:none;
}
/*-------------------------------------------------
footer
----------------------------------------------- */
footer.global_footer {
padding:5px 0;
background: #f7f8f2;
border-top:2px solid #E1E1D1;
text-align:center;
}

footer.global_footer ul.nickfield{
padding:10px 0;
font-size:12px;
}
footer.global_footer ul.btn_field{
padding:10px;
}
footer.global_footer ul.btn_field li{
text-align:center;
float:none;
}
footer.global_footer ul.btn_field li a.login{
font-size:16px;
color:#FFF;
text-shadow: 0 -1px 1px rgba(0,0,0,1);
font-weight:bold;
padding:8px 20px;
width:65%;
display:inline;
}
.footer_utility{
background: #f7f8f2;
}
/*フッター4列ボタン*/
.footer_navi {
width:100%;
display:block;
clear:both;
padding:0.5em 0;
-webkit-box-shadow: 1px 1px 1px #FFF;
-moz-box-shadow: 1px 1px 1px #FFF;
background:#272a2b;
background: -moz-linear-gradient(center top, #808080 0%,#272a2b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #808080),color-stop(1, #272a2b));
} 
.footer_navi ul{
width:100%;
display:block;
}
.footer_navi:after {
content: "."; 
display: block;
clear: both;
height:0;
}
.footer_navi li{
width:23%;
height:49px;
display:block;
margin:0 1%;
padding:0;
float:left;
background:#202223;
background: -moz-linear-gradient(center top, #282A2A 0%,#202223 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #282A2A),color-stop(1, #202223));
text-align:center;
color:#FFF;
font-size:10px;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2) inset,-3px -3px 3px 3px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2) inset,-3px -3px 3px 3px rgba(0,0,0,0.2) inset;
}
.footer_status_area{
margin:0;
padding:20px 10px 10px;
text-align:center;
background: #E6E6E6;
border-bottom:#999 solid 1px;
}
.footer_status_area p:last-child{
margin:10px auto;
}
.login_area_bt {
clear:both;
}
.guide_area{
clear:both;
margin:0;
margin-top:10px;
padding:5px 0;
text-align:center;
}
.guide_area ul{
padding:2px 0;
}
.guide_area ul li{
padding:5px 0;
font-size:12px;
font-weight:bold;
line-height:2.4;
}
.guide_area ul.type2{
}
.guide_area ul.type2 li{
width:49.99%;
float:left;
}
.guide_area ul.type2 li:last-child{
border-right:none;
float:right;
}
.guide_area ul.type3{
border-top:none;
}
.guide_area ul.type3 li{
width:33.33%;
float:left;
border-right:#DDD solid 1px;
}
.guide_area ul.type3 li:last-child{
border-right:none;
float:right;
}
.guide_area p{
font-size:14px;
font-weight:bold;
line-height:2.4;
}
.guide_area a{
padding:0.5em 0.3em;
margin:0.5em 0.1em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.guide_area p, .guide_area ul li{
font-size:12px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.guide_area p, .guide_area ul li{
font-size:12px;
}
}
footer.global_footer p.copyright {
margin: 0;
text-align: center;
padding:10px 0;
}

footer.global_footer_menu {
clear:both;
background: #fff;
border-top:2px solid #E1E1D1;
padding:5px 0;
}

footer.global_footer_menu ul li{
padding:5px 10px;
border-top:1px solid #E1E1D1;
}


/*-------------------------------------------------
検索バー
----------------------------------------------- */
#search_area {
padding: 5px;
clear:both;
text-align: center;
border-top:#E5E3E0 solid 1px;
}
.search_area_os {
background: -moz-linear-gradient(center top, #FB6470 0%,#D32B38 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FB6470),color-stop(1, #D32B38));
}
.search_area_mdb {
background:#F4C1BD;
background: -moz-linear-gradient(center top, #F9A49D 0%,#f98286 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9A49D),color-stop(1, #f98286));
}
.search_area_hdb {
background:#74BC0D;
background: -moz-linear-gradient(center top, #8AC13B 0%,#74BC0D 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8AC13B),color-stop(1, #74BC0D));
}
.search_area_douga {
background: -moz-linear-gradient(center top, #00A0E9 0%,#1089C0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00A0E9),color-stop(1, #1089C0));
}
.search_tags {
clear:both;
float:none;
text-align:left;
}
.search_tags li{
float:left;
padding:2px 4px;
margin-right:5px;
font-size:12px;
background-color:#FFFFFF;
margin-top:7px;
}
.search_tags li.title{
float:left;
padding:2px;
margin-right:5px;
font-size:10px;
line-height:10px;
text-align:center;
background:none;
color:#FFFFFF;
}
.search_tags li.more, .search_tags li.close{
float:right;
background:none;
font-size:10px;
color:#FFFFFF;
padding-right:12px;
margin-right:0;
}
.search_tags li.more{
	background-image: url(../img/common/ico_arrowBW_P3.png);
	background-repeat: no-repeat;
	background-position: right center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.search_tags li.more{
background-image: url(../img/common/ico_arrowBW_P4.png);
-webkit-background-size: 10px 8px;
background-size: 10px 8px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.search_tags li.more{
background-image: url(../img/common/ico_arrowBW_P4.png);
-webkit-background-size: 10px 8px;
background-size: 10px 8px;
}
}
.search_tags li.close{
	background-image: url(../img/common/ico_arrowTW_P3.png);
	background-repeat: no-repeat;
	background-position: right center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.search_tags li.close{
background-image: url(../img/common/ico_arrowTW_P4.png);
-webkit-background-size: 10px 8px;
background-size: 10px 8px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.search_tags li.close{
background-image: url(../img/common/ico_arrowTW_P4.png);
-webkit-background-size: 10px 8px;
background-size: 10px 8px;
}
}
.search_tags li:last-child{
margin-right:0px;
}
/*jqm追記*/
#search_area .ui-input-search{
border:#CCC solid 1px;
padding-top:0px;
padding-bottom:0px;
}
#search_area input.ui-input-text{
font-size:14px;
}
#search_area .ui-btn-corner-all{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0
}
.ui-input-text {
width: 100%;
}
#search_area .input_search{
width: 84%;
float:left;
}
#search_area .input_submit{
width: 15%;
float:right;
}
#search_area .input_submit input[type="submit"]{
padding:5px;
}
#search_area .input_search input[type="search"]{
width: 100%;
}
#search_area .input_submit a{
display:block;
padding:2px 0;
margin-top:1px;
text-align:center;
background-color:#fff;
border:1px solid #ccc;
}
.disp_false {
display:none;
}

.round_border {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	position:relative;
}
.round_border_top {
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	position:relative;
}
.round_border_top_menu {
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius:6px;
	position:relative;
}
.round_border_bottom {
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	position:relative;
}

#social {
border:1px solid #EEE;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.51, #EBEBEB), color-stop(0.50, #F4F4F4), color-stop(0.00, #F7F7F7));
background: -webkit-linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
background: -moz-linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
background: -o-linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
background: -ms-linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
background: linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align:center;
width:200px;
height:50px;
margin:10px auto;
}
#social ul{
padding:0;
}
#social ul li{
float:left;
text-align:center;
border-left:1px solid #E7E7E7;
border-right:1px solid #FFF;
}
#social ul li:first-child{
border-left:none;
}
#social ul li:last-child{
border-right:none;
}
#social ul li a{
display:block;
width:48px;
height:48px;
}
#social ul li a#btn_fcbk{
background-image: url(../img/social/fb.png);
background-repeat: no-repeat;
background-position: center center;
}
#social ul li a#btn_mixi{
background-image: url(../img/social/mixi.png);
background-repeat: no-repeat;
background-position: center center;
}
#social ul li a#btn_twitter{
background-image: url(../img/social/twitter.png);
background-repeat: no-repeat;
background-position: center center;
}
#social ul li a#btn_line{
background-image: url(../img/social/line.png);
background-repeat: no-repeat;
background-position: center center;
}
.more_bt {
border:1px solid #EEE;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.51, #EBEBEB), color-stop(0.50, #F4F4F4), color-stop(0.00, #F7F7F7));
background: -webkit-linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
background: -moz-linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
background: -o-linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
background: -ms-linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
background: linear-gradient(top, #F7F7F7 0%, #F4F4F4 50%, #EBEBEB 51%, #ffffff 100%);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align:center;
}

span.disp_true {
font-size:12px;
color:#666;
}
.pagenavi{
padding:5px;
clear:both;
float:none;
margin:5px 0;
overflow:hidden;
text-align:center;
}
.pagenavi a, .pagenavi strong{
padding:5px 10px;
margin-right:2px;
margin:7px 2px 7px 0;
}
.pagenavi a{
border:1px solid #CCC;
background: #f7f8f2;
}

.pagenavi_mdb{
padding:4px 0;
clear:both;
float:none;
margin:4px 0;
overflow:hidden;
text-align:center;
}
.pagenavi_mdb a, .pagenavi_mdb strong{
padding:4px 8px;
margin:3px 1px 3px 0;
font-size:12px;
}
.pagenavi_mdb strong{
padding:4px; 
}
.pagenavi_mdb a{
border:1px solid #DDD;
background: #fff;
}

#loading,#loading_hdb {
opacity:0.7;
filter:alpha(opacity=70);
background-color:#555;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
text-align:center;
color:#ffffff;
z-index:1000;
}
.tologin {
width:80%;
margin:15px auto 0;
border:1px solid #DDD;
background:#ffffff;
}
.tologin li{
padding:5px;
text-align:left;
border-bottom:1px dotted #DDD;
background-image: url(../img/common/ico_arrowHR.png);
background-repeat: no-repeat;
background-position: right center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5){
.tologin li{
background-image: url(../img/common/ico_arrowHR2.png);
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2){
.tologin li{
background-image: url(../img/common/ico_arrowHR2.png);
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
}
}
.tologin li:last-child{
border-bottom:none;
}