﻿@charset "utf-8";

.bimoji_main h1 {
  margin-bottom: 1em;
  font-size: 100%;
  padding: 10px 0 8px 20px;
  background-color: #000;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
}
#news h2 {
  font-size: 90%;
  padding: 10px 0 8px 20px;
  margin-bottom: 20px;
  background-color: #ccc;
  color: #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
/*
h3 {
  font-size: 90%;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 2px #ef858c solid;
}
*/

h4 {
  font-size: 90%;
  margin-bottom: 1em;
}
p {
  font-size: 90%;
  line-height: 1.5em;
}
table {
  border-collapse: collapse;
}
p.read {
  width: 700px;
  margin: 0 auto 20px auto;
}
.image {
  margin: 0 auto 20px auto;
  text-align: center;
}
.content {
  width: 700px;
  margin: 0 auto 20px auto;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}

.fr{
	float: right;
}
.font12{
	font-size: 12px;
}
.font16{
	font-size: 16px;
}
.mt05{
	margin-top: 5px;
}
.mt06{
	margin-top: 6px;
}
.mt07{
	margin-top: 7px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mb05{
	margin-top: 5px;
}
.mb06{
	margin-bottom: 6px;
}
.mb07{
	margin-bottom: 7px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px;
}
.mr80{
	margin-right: 80px;
}
.pb10{
	padding-bottom: 10px;
}
.pb20{
	padding-bottom: 20px;
}

.l150 {
  width: 150px;
  float: left;
}
.r500 {
  margin-left: 20px;
  width: 530px;
  float: right;
}
.l200 {
  width: 200px;
  float: left;
}
.r500 {
  margin-left: 20px;
  width: 480px;
  float: right;
}
.l300 {
  width: 300px;
  float: left;
}
.r400 {
  margin-left: 20px;
  width: 380px;
  float: right;
}
.l500 {
  margin-right: 20px;
  width: 480px;
  float: left;
}
.r200 {
  width: 200px;
  float: right;
}
.l400 {
  margin-right: 20px;
  width: 380px;
  float: left;
}
.r300 {
  width: 300px;
  float: right;
}
.l550 {
  margin-right: 20px;
  width: 500px;
  float: left;
}
.r150 {
  width: 150px;
  float: right;
}

.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* =================================< h1 >====== */

#lineup{
	width: 950px;
	height: 45px;
	padding-left: 10px;
	background-color: #FFE074;
	color: #584F52;
	font-weight: bold;
	font-size: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	line-height: 45px;
}

#kotsu{
	width: 950px;
	height: 45px;
	padding-left: 10px;
	background-color: #B8D21B;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	line-height: 45px;
}

#what_is{
	width: 950px;
	height: 45px;
	padding-left: 10px;
	background-color: #88CDD4;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	line-height: 45px;
}

#download{
	width: 950px;
	height: 50px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7eaea+0,efd7d7+18,efd7d7+34,eab2b2+67,ffaaaa+100 */
	background: #f7eaea; /* Old browsers */
	background: -moz-linear-gradient(left,  #f7eaea 0%, #efd7d7 18%, #efd7d7 34%, #eab2b2 67%, #ffaaaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f7eaea 0%,#efd7d7 18%,#efd7d7 34%,#eab2b2 67%,#ffaaaa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f7eaea 0%,#efd7d7 18%,#efd7d7 34%,#eab2b2 67%,#ffaaaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eaea', endColorstr='#ffaaaa',GradientType=1 ); /* IE6-9 */
}
/* =================================< h1 >====== */

.h2_bold{
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

.h3_form{
	margin-top: 10px;
	padding-left: 5px;
	width: 445px;
	height: 22px;
	line-height: 24px;
	background-color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
}

.h3_ext{
	font-family: 'メイリオ', Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 0.5px;
	margin: 10px 0px;
}

table.spec {
  width: 900px;
  margin: 0 auto 20px auto;
}
table.spec caption {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}
table.spec th {
  font-size: 90%;
  font-weight: bold;
  padding: 0.5em 1em;
  border: 1px #ccc solid;
  background: #333;
  color: #fff;
}
table.spec td {
  border: 1px #ccc solid;
  font-size: 80%;
  font-weight: normal;
  padding: 4px 10px;
}
table.spec tr:nth-child(2n){
  background: #eeffff;
}

#sub {
  width: 180px;
  float: left;
  margin-bottom: 20px;
  background: #fff;
}
#bimoji_main{
	width: 960px;
	margin:0 auto;
}
#bimoji_logo{
	margin:10px 0;
}

#kuretake_logo{
	float: right;
	margin-right: 10px;
}

.bimoji_nav{
	width:960px;
	height:152px;
	display:table;
	margin:5px 0 20px 0;
}
.bimoji_nav li {
  position: relative;
  z-index: 1;
  float:left;
}
.bimoji_nav li a {
  display: block;
  width: 240px;
  height: 152px;
  margin-bottom: 20px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.bimoji_nav li a span {
  position: relative;
  z-index: -1;
}
li.nav_about a {
  background: url("img/bimoji_nav_new.gif") left top no-repeat;
}
.about li.nav_about a,
li.nav_about a:hover,
li.nav_about a:active {
  background: url("img/bimoji_nav_new.gif") 0 -152px no-repeat;
}

li.nav_kotsu a {
  background: url("img/bimoji_nav_new.gif") -240px top no-repeat;
}
.kotsu li.nav_kotsu a,
li.nav_kotsu a:hover,
li.nav_kotsu a:active {
  background: url("img/bimoji_nav_new.gif") -240px -152px no-repeat;
}

li.nav_download a {
  background: url("img/bimoji_nav_new.gif") -480px top no-repeat;
}
.download li.nav_download a,
li.nav_download a:hover,
li.nav_download a:active {
  background: url("img/bimoji_nav_new.gif") -480px -152px no-repeat;
}
li.nav_recommend a {
  background: url("img/bimoji_nav_new.gif") -720px top no-repeat;
}
.recommend li.nav_recommend a,
li.nav_recommend a:hover,
li.nav_recommend a:active {
  background: url("img/bimoji_nav_new.gif") -720px -152px no-repeat;
}

#kiyaku{
	text-align: center;
	margin: 0;
	color: #999;
	font-size: 14px;
}
#kiyaku table tr td{
	text-align: left;
}

#kiyaku a,
#kiyaku a:link,
#kiyaku a:visited,
#kiyaku a:hover{
	color: #999;
}


.click{
	font-size: 10px;
	color:#666666;
	line-height:1px;
    margin-top: 10px;
    margin-bottom: 10px
}

.kome{
	font-size:12px;
	color:#666666;
	text-align:center;
    margin-top: 20px
}
.kome a,
.kome a:visited,
.kome a:link,
.kome a:hover{
	color: #ff0000;
}

#20161107_add
.kaleido_link{
	padding:5px 8px;
	width: 380px;
	height: 173px;
}

.kakaku{
	float: right;
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
}

.bimoji_h1{
	width:960px;
	height:45px;
	margin:0 0 15px 0;
}
.bimoji_h2{
	height:19px;
	margin:0 0 20px 0;
}
bimoji_h3{
	height:18px;
	float:left;
}
.bimoji_text{
	width:430px;
	padding:15px;
	float:left;
	font-size:18px;
	text-align: justify;
	text-justify: distribute;	
}
.bimoji_pict{
	width:480px;
	padding:0px 10px 0px 10px;
	float:right;	
}
.bimoji_pict img{
	float:right;
}
.lineup_pict{
	margin:40px 0;
}

#main {
  /* 20170628 筆ぺんサイトに合わせるため */
  /* width: 740px; */
  float: right;
  margin-bottom: 20px;
}
#footer {
  clear: both;
}
#cocoiro_logo {
  margin-bottom: 30px;
}

/*-------------COCOIROナビ
#local_nav li {
  position: relative;
  z-index: 1;
}
#local_nav li a {
  display: block;
  width: 180px;
  height: 80px;
  margin-bottom: 10px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#local_nav li a span {
  position: relative;
  z-index: -1;
}
li#nav_history a {
  background: url("img/nav_history.gif") left top no-repeat;
}
#history li#nav_history a,
li#nav_history a:hover,
li#nav_history a:active {
  background: url("img/nav_history.gif") -180px 0 no-repeat;
}

li#nav_mycocoiro a {
  background: url("img/nav_mycocoiro.gif") left top no-repeat;
}
#mycocoiro li#nav_mycocoiro a,
li#nav_mycocoiro a:hover,
li#nav_mycocoiro a:active {
  background: url("img/nav_mycocoiro.gif") -180px 0 no-repeat;
}

li#nav_qanda a {
  background: url("img/nav_qanda.gif") left top no-repeat;
}
#qanda li#nav_qanda a,
li#nav_qanda a:hover,
li#nav_qanda a:active {
  background: url("img/nav_qanda.gif") -180px 0 no-repeat;
}
li#nav_lineup a {
  height: 120px;
  margin-bottom: 30px;
  background: url("img/nav_lineup.jpg") left top no-repeat;
}
---------------*/

/*-------------サブナビ---------------*/
#subnav{
	width:960px;
	height:20px;
	display:table;
	margin-top:30px;
}
#subnav li {
  position: relative;
  z-index: 1;
  float:right;
  margin-left:5px;
}
#subnav li a {
  display: block;
  height: 20px;
  margin-bottom: 3px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#subnav li a span {
  position: relative;
  z-index: -1;
}
#nav_sitemap a {
	width:108px;
  background: url("img/sub_sitemap.gif") left top no-repeat;
}
#nav_sitemap a:hover,
#nav_sitemap a:active {
  background: url("img/sub_sitemap.gif") 0 -20px no-repeat;
}
li#nav_qa a {
	width:120px;
  background: url("img/sub_qa.gif") left top no-repeat;
}
li#nav_qa a:hover,
li#nav_qa a:active {
  background: url("img/sub_qa.gif") 0 -20px no-repeat;
}
li#nav_news a {
	width:85px;
  background: url("img/sub_new.gif") left top no-repeat;
}
li#nav_news a:hover,
li#nav_news a:active {
  background: url("img/sub_new.gif") 0 -20px no-repeat;
}

/* =========================================================== トップページ */

#updata {
  position: relative;
}
#updata #rss {
  position: absolute;
  top: 10px;
  right: 20px;
}
#updata dl,
#news dl {
  width: 960px;
  margin: 0 0 30px 0;
  zoom: 1;
}
#updata dl:after,
#news dl:after {
  content: "";
  display: block;
  clear: both;
}
#updata dl dt,
#news dl dt {
  font-size: 80%;
  width: 100px;
  margin-bottom: 0.5em;
  float: left;
  margin-right: 20px;
  clear: left; /* for IE6 */

}
#updata dl dd,
#news dl dd {
  font-size: 80%;
  margin-bottom: 0.5em;
  width: 800px;
  float: left;
}
#mainvisual{
	float:left;
	width:715px;
}
#content_right{
	float:right;
	width:233px;
	margin:0 0 0 12px;
}
#content_area{
	width:217px;
	float:right;
	padding:5px 8px;
}
#page_top {
  text-align: right;
  margin-bottom: 20px;
  clear: both;
}


/* =========================================================== ラインアップ */
#lineup #body {
  width: 720px;
  margin: 0 auto 20px auto;
}
#lineup #body ul li {
  float: left;
  font-size: 80%;
  width: 180px;
}
#lineup #body ul li:nth-child(1) {
  background: url("img/lineup_body.jpg") 0 0 no-repeat;
}
#lineup #body ul li dl {
  margin-left: 40px;
  height: 190px;
  padding-left: 10px;
  background: #fff;
}
#lineup #body ul li dl dt {
  padding-top: 50px;
}

/* =========================================================== 規約 */
#kiyaku{
	width:600px;
	margin:30px auto;
}

#kiyaku table{
	font-size:12px;
	border:solid #333 1px;
}

.bimoji_text_kiyaku{
	width:430px;
	padding:0 10px;
	float:left;
	font-size:15px;
	text-align: justify;
	text-justify: distribute;	
}

/* =========================================================== ダウンロード */

.detail{
	width: 900px;
	margin: 0 auto;
	padding: 5px;
}

.detail h2{
	margin-top: 20px;
	height:15px;
	line-height: 21px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding:2px 0 7px 15px;
	background-color:#98AEC1;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-o-border-radius: 10px;
  	border-radius: 10px;
}
.detail h2 em{
 font-size: 12px;
 color: #999999;
}
.new{
	margin: 0;
	padding: 0;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.yoko,
.tate{
	width:340px;
	padding:0 40px;
	margin:10px 0;
	float:left;
}
.yoko .largeImage{
	 border: solid 1px #ccc;
	 width:328px;
	 height: 222px;
	 padding: 5px;
}
.tate .largeImage{
	 border: solid 1px #ccc;
	 width:233px;
	 height: 346px;
	 padding: 5px;
	 float:left;
}
.yoko .thumbs{
	margin-bottom: 48px;
}
.yoko .thumbs img{
	 border: solid 1px #ccc;
	 width: 100px;
	 height: 68px;
	 padding: 4px;
}
.tate .thumbs img{
	 border: solid 1px #ccc;
	 width: 72px;
	 height: 107px;
	 padding: 4px;
	 float:right;
	 margin:0 0 3px 0;
}
.yoko .thumbs img:hover,
.tate .thumbs img:hover{
	 border-color: #FF9900;
}

.side{
	width:380px;
	padding:0 20px;
	margin:20px;
	float:left;
}

.tools{
	background-color: #EBF6F7;
	font-size: 12px;
	color:#555555;
	width: 380px;
	margin-bottom: 20px;
	border: 1px #888888 solid;
}
.tools tr{
	border: 1px #888888 solid;
}
.tools th{
	border-right: 1px #333333 dotted;
	width: 80px;
}
.tools td{
	padding: 5px 10px;
	text-align: justify;
	text-justify: distribute;
}
.tools p{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.tools ul li{
	padding-bottom: 3px;
}
.tools a{
	text-decoration: underline;
	color: #1C4AE0;
}
.tools a:hover{
	color: #cc6600;
}

.border_b{
	border-bottom: 1px #888888 solid;
}

.arrow_box {
	position: relative;
	background: #FFFFFF;
	border: 3px solid #DDDDDD;
  	font-size: 100%;
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-o-border-radius: 10px;
  	border-radius: 10px;
  	text-decoration: none;
	width:200px;
	float:left;
	margin:8px;
	padding:5px;
	font-size:12px;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
	border-width: 30px;
	top: 33%;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(221, 221, 221, 0);
	border-left-color: #DDDDDD;
	border-width: 34px;
	top: 33%;
	margin-top: -34px;
}
.coment_photo{
	width:65px;
	float:right;
	padding:5px 8px 5px 5px;
	font-size:11px;
} 

/* =========================================================== サイトマップ */
.section{
	width:230px;
	margin:5px;
	float:left;
}
.sitemap_title_01{
	border-bottom: 2px solid #87CDD3;
	font-size:13px;
}
.sitemap_title_02{
	border-bottom: 2px solid #B7D219;
	font-size:13px;
}
.sitemap_title_03{
	border-bottom: 2px solid #EE7E7D;
	font-size:13px;
}
.sitemap_title_04{
	border-bottom: 2px solid #FFE073;
	font-size:13px;
}
.sitemap_link{
	margin:5px 0;
	font-size:13px;
}

.end {
  clear: both;
  margin-right: 0;
}

/* =========================================================== サムネイル一覧 */

.nenga_list{
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFBEF;
	padding: 10px;
}
.nenga_list_new{
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFE6E7;
	padding: 10px;
}
.nenga_list li,
.nenga_list_new li{
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	height: 110px;
	width: 110px;
	position: relative;
	text-align: center;
}

.nenga_list img,
.nenga_list_new img{
	border: 1px #888888 solid;
	background-color: #FFFFFF;
}

.n_yoko{
	margin-top: 15px;
}

/*========================================================== search =*/

#h3_bar{
	width: 950px;
	height: 45px;
	padding-left: 10px;
	background-image: linear-gradient(
	  -45deg,
	  #E95464 25%,
	  #ED6D71 25%, #ED6D71 50%,
	  #E95464 50%, #E95464 75%,
	  #ED6D71 75%, #ED6D71
	);
	background-size: 16px 16px;
	color: #ffffff;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	line-height: 45px;
	font-size: 120%;
}

ul#genre_search{
	width: 900px;
	margin: 0 auto;
	display: table;
}
ul#genre_search li{
	float: left;
	margin-top: 20px;
	width: 25%;
	font-size: 87.5%;
	list-style-image: url(download/nenga/images/icon_arrow_blue.gif);
}
	
.genre{
	margin: 30px 0;
}
.genre h4{
	font-weight: bold;
	font-size: 120%;
	border-bottom: 2px #E95464 solid;
}
.genre ul{
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #FFFBEF;
	padding: 10px;
}
.genre ul li{
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	height: 110px;
	width: 110px;
	position: relative;
	text-align: center;
}
.genre img{
	border: 1px #888888 solid;
	background-color: #FFFFFF;
}

/*========================================================== button =*/

.button {
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	letter-spacing: 0.1em;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0px 1px 0px #2792C3;
	padding: 20px 40px;
	text-decoration: none;
}

a.button{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.button,
.button:hover {
	border-bottom: 4px solid #165E83;
	background-color: #2792C3;
	background-image: -webkit-linear-gradient(top, #74D0F1, #2792C3);
	background-image: linear-gradient(to bottom, #74D0F1, #2792C3);
	box-shadow: inset 1px 1px 0 #A9EAFE;
}
.button::before,
.button::after {
	bottom: -1px;
	left: -1px;
	width: 200px;
	height: 50px;
	border: 1px solid #1560BD;
	border-bottom: 1px solid #165E83;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
.button::before {
	height: 48px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}
.button:hover {
	background: #2792C3;
	background-image: -webkit-linear-gradient(top, #2792C3, #74D0F1);
	background-image: linear-gradient(to bottom, #2792C3, #74D0F1);
	color: #165E83;
	text-shadow: 0px 1px 0px #74D0F1;
}
.button:active {
	bottom: -4px;
	margin-bottom: 4px;
	border: none;
	box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
.button:active::before,
.button:active::after {
	border: none;
	box-shadow: none;
}

/*========================================================== button2 =*/

.button2 {
	position: relative;
	border-radius: 8px;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #CC2F3A;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	background-image: linear-gradient(
	  -45deg,
	  #E95464 25%,
	  #ED6D71 25%, #ED6D71 50%,
	  #E95464 50%, #E95464 75%,
	  #ED6D71 75%, #ED6D71
	);
	background-size: 16px 16px;
}
.button2:hover {
	box-shadow: 0 3px 0 #CC2F3A;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	background-image: linear-gradient(
	  -45deg,
	  #ED6D71 25%,
	  #EE827C 25%, #EE827C 50%,
	  #ED6D71 50%, #ED6D71 75%,
	  #EE827C 75%, #EE827C
	);
	background-size: 16px 16px;
}
.button2:active {
	top: 3px;
	box-shadow: none;
}
a.button2{
	color: #fff;
	text-decoration: none;
	font-size: 131.3%;
	font-weight: bold;
}
.button2 {
	display: inline-block;
	width: 350px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 74px;
	outline: none;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*========================================================== fudepen　lineup =*/
#lineup_left-box{
	width: 230px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
#lineup_right-box{
	width: 700px;
	float: left;
}
.fudepen_lineup{
	width: 700px;
	padding-left: 20px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8afdb+0,dee0f2+47,fcfcfc+100 */
	background: rgb(184,175,219); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(184,175,219,1) 0%, rgba(222,224,242,1) 47%, rgba(252,252,252,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(184,175,219,1) 0%,rgba(222,224,242,1) 47%,rgba(252,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(184,175,219,1) 0%,rgba(222,224,242,1) 47%,rgba(252,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8afdb', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 */
}
#series {
	vertical-align: middle;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝";
	font-size: 18px;
	margin-top: 20px;
}
.lineup {
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 15px;
}
.bodyprice {
	font-size: 10px;
}
.spec_logo {
	margin-right: 10px;
	margin-top: 16px;
	float: right;
	width: 30px;
	height: 30px;
}
.product-image {
	width: 500px;
	float: left;
	margin-top: 30px;
}
.product-image_p {
	width: 100px;
	float: left;
	margin: 0px 40px;
}
.features {
	font-size: 12px;
	color: white;
	background: #F8B31D;
	padding: 2px 20px;
	margin-right: 10px;
	line-height: 1.6
}
.property{
	background-image:url(../lineup/images/common/logo/toku.png);
	background-repeat: no-repeat;
	height: 50px;
	line-height: 1.6;
	padding-top: 5px;
	padding-left: 80px;
	box-sizing: border-box;
	/*vertical-align: middle;*/
}
.product-line {
	width: 600px;
	margin: 20px 50px 0px 50px;
}
.product-line-d {
	height: 250px;
	width: 1px;
	background-color: #cccccc;
	float: right;
	margin-right: 20px;
	margin-top: auto;
}
.product {
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
.product th,.product td {
	border: solid 1px;
	padding: 0.5em;
}
.box2 {
	float: right;
	width: 320px;
}
.spareink {
	font-size: 15px;
}
.spareink-image{
	width: 80px;
	margin-left: 100px;
	float:left;
}

.noshibukuro li {
	display: inline-block;
	vertical-align: top;
}
.noshibukuro li p {
	margin-left: 20px;
}
.list01 img {
	width: 65px;
}
.list02 {
	width: 250px;
}
.list03 img {
	margin-left: 15px;
	width: 150px;
}

