html {
  font-size: 100%;
}
body {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  color: #666666;
  padding: 0;
  border-top: 10px solid #333;
}
.topspace {
  margin-top: 40px;
}
/*********************************************************************
 

                                TYPOGRAPHY


**********************************************************************/
p {
  line-height: 1.6em;
  margin: 0 0 0px 0;
}
ul,
ol {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 30px;
  border-left: 5px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}
h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
a {
  /*color: #bd1550;*/
}
a:hover {
  color: #e93675;
}
.lead {
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
}
.text-msg {
  line-height: 1.7em;
  color: #b3b3b3;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: -0.23em;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/*********************************************************************
 

                                HEADER


**********************************************************************/
#head {
  background: #f4f4f4 url(../images/bg_head.jpg) top center;
  background-size: cover;
  color: #7C7C7C;
  padding: 30px 0 35px 0;
}
#head img.img-circle {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 9px solid rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 49px;
  font-size: 3.0625rem;
}
#head .title a {
  text-decoration: none;
  color: #333333;
}
#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #7C7C7C;
  margin: 5px 0 0;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #5E5E5E;
}
.home #head {
  padding: 90px 0;
}
.home #head .title {
  font-size: 49px;
  font-size: 3.0625rem;
}
.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
}
/*********************************************************************
 

                            NAVBAR (in header)


**********************************************************************/
.navbar {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 100%;
}
.navbar.stick {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .85;
}
.navbar-collapse {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.navbar-collapse .navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-collapse .navbar-nav > li > a {
  padding: 20px 30px;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: left;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 5px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #cccccc;
}
.navbar-default .navbar-nav > li > a {
  color: #454545;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #454545;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #000000;
}
.navbar-default .navbar-toggle {
  border-color: #ff0000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #008000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0000ff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #cccccc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}
/****************************************************************************************


                                     Sidebar special Nav


*****************************************************************************************/
.nav-side {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: -0.37em;
}
.nav-side > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f392b4;
}
.nav-side > li > a:hover {
  color: #bd1550;
  background: none;
}
.nav-side > li.active > a {
  color: #bd1550;
}
/*********************************************************************
 

                                CONTENT


**********************************************************************/
img {
  max-width: 100%;
}
/*
.btn {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  color: #333;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 0 none;
  padding: 12px 35px;
}*/¨¨
.btn-primary {
  color: #fff;
  background-color: #bd1550;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #e61f65;
}
.btn-action {
  font-weight: bold;
  background: transparent!important;
  border: 1px solid #333;
  text-shadow: none;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  color: #bd1550;
  border-color: #bd1550;
}
.btn-lg {
  padding: 15px 60px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: bold;
}
.panel-cta {
  box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 3px #fff, 0 0 0 4px #e1e1e1;
  background: #f3f3f3;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.panel-cta p,
.panel-cta h3,
.panel-cta h4,
.panel-cta h5,
.panel-cta h6 {
  margin: 0;
}
.panel-cta .panel-body {
  padding: 35px;
}
/* Section - Featured */
.featured {
  font-size: 13px;
  font-size: 0.8125rem;
}
.featured h3 {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;
  margin: 0 0 25px 0;
}
/* Section - Recent works */
.thumbnails {
  padding: 0;
}
.thumbnails li {
  margin-bottom: 30px;
}
.thumbnails .details {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.recentworks{
	margin-top:20px;
	overflow: hidden;
	}
#newMake{
	text-align:center;
	
	}

.form_area{
	border:1px solid #ccc;
	}
	
.thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.thumbnail .img {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height:250px;
  margin: 0 0 0px;
  position: relative;
}
.thumbnail .title {
  text-transform: uppercase;
  margin: 0 2em;
  display: block;
  text-indent: 0;
}
.thumbnail .cover {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 550ms;
  -moz-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
}
.thumbnail .cover .more {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 1px 0 0 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px 0 0 1px;
  -moz-background-clip: padding;
  border-radius: 1px 0 0 1px;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #780d33;
  background: #bd1550;
  color: white;
}

.thumbnail:hover {
  color: #333;
  text-decoration: none;
}
.thumbnail:hover img {
  -webkit-filter: saturate(0%);
}
.thumbnail:hover .cover {
  opacity: 1;
}
/* pagination */
.pagination{
	margin:20px 10px;
	}
/*
.pagination > li > a {
  color: #808080;
  border: 0 none;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Georgia, serif;
}
.pagination > li > a:hover {
  color: #000000;
  background: none;
}
.pagination > li.active > a {
  color: #333333;
  background: none;
}
.pagination > li.active > a:hover {
  color: #000000;
  background: none;
}*/

.page_info{
	color:#999;
	text-align:center;
	font-size:11px;
	}

/*********************************************************************
 

                                 BLOG


**********************************************************************/
.section-title,
.entry-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 1px;
}
.section-title a,
.entry-title a {
  color: #333333;
}
.section-title span,
.entry-title span {
  display: inline-block;
  position: relative;
}
.section-title span:before,
.entry-title span:before,
.section-title span:after,
.entry-title span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: .53em;
  width: 400%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.section-title span:before,
.entry-title span:before {
  right: 100%;
  margin-right: 45px;
}
.section-title span:after,
.entry-title span:after {
  left: 100%;
  margin-left: 45px;
}
.entry-header .entry-meta {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0 0 15px 0;
}
.entry-header .entry-meta a {
  color: #a5a5a5;
}
.entry-content {
  margin: 0 0 0px 0;
}
.entry-content h2 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 1.875rem;
  padding-top: 20px;
  margin-bottom: 20px;
}
.meta-nav,
.more-link {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.meta-nav:hover,
.more-link:hover {
  color: #333333;
  text-decoration: underline;
}
.more-link {
  display: block;
  width: 100%;
  text-align: right;
}
/* Posts navigation */
#nav-below {
  position: fixed;
  top: 48%;
}
#nav-below .meta-nav {
  display: block;
  padding: 27px 7px;
  background: #444;
  color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.2;
}
#nav-below .meta-nav:hover {
  text-decoration: none;
  color: #333;
}
#nav-below .nav-next {
  position: fixed;
  right: -3px;
}
#nav-below .nav-previous {
  position: fixed;
  left: -3px;
}
#nav-below b {
  display: none;
}
footer.entry-meta {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 35px 0;
  padding: 2px 0;
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
}
footer.entry-meta a {
  color: #333333;
}
footer.entry-meta .meta-in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
  text-align: left;
}
.page-header .page-title {
  margin-top: 0;
  margin-bottom: 30px;
}
/*********************************************************************
 

                                COMMENTS


**********************************************************************/
#comments {
  font-size: 13px;
  font-size: 0.8125rem;
}
#comments .comments-title {
  margin: 0 0 5px 0;
}
#comments .leave-comment {
  display: block;
  margin: 0 0 40px 0;
}
#comments ul,
#comments ol {
  margin: 0;
  padding: 0;
}
#comments .comment {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#comments .comments-title {
  text-shadow: none;
  margin-bottom: 0;
}
#comments .avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border: 5px solid #eeeeee;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#comments .children {
  margin: 0 0 0 90px;
}
#comments .comment-meta {
  margin: 0 0 0 90px;
}
#comments .comment-meta a {
  color: #333333;
}
#comments .comment-meta a:hover {
  color: #bd1550;
}
#comments .comment-meta .author {
  margin: 0 20px 0 0;
  font-weight: bold;
}
#comments .comment-meta .date {
  margin: 0 20px 0 0;
}
#comments .comment-meta .date a {
  color: #666666;
}
#comments .comment-meta .reply {
  float: right;
}
#comments .comment-body {
  margin: 0 0 35px 90px;
}
.comment-navigation {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 2px 0 0 0;
}
.comment-navigation .nav-content {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px 0 0 0;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#respond {
  margin: 55px 0 0 0;
}
/*********************************************************************
 

                                FOOTER


**********************************************************************/
#footer {
  background: #232323;
  padding: 30px 0 0 0;
  font-size: 12px;
  color: #999;
}
#footer a {
  color: #ccc;
}
#footer a:hover {
  color: #fff;
}
#footer h3.widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 0 20px;
}
#underfooter {
  padding: 15px 0;
  color: #777;
  font-size: 12px;
}
#underfooter a {
  color: #aaa;
}
#underfooter a:hover {
  color: #fff;
}
#underfooter p {
  margin: 0;
}
.follow-me-icons {
  font-size: 30px;
}
.follow-me-icons i {
  float: left;
  margin: 0 10px 0 0;
}
/* Max page width
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}

/* 追加分 */
.book-cover{
	padding:0 !important;
	}
.recentworks{
	margin:0 -5px !important; 
	}
.books{
	padding:20px 5px 0;
	}
.box{
	padding:10px;
	}
.main-title{
	padding:30px 20px;
	}
.main-title-text{
	 
    padding: 10px;
    border: 3px solid #333;
    background: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 2.0em;
    margin: 0 auto 0px;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 7px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 7px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 7px 3px;

	}

@media (min-width: 1200px) {
	.main-title-text{
	    padding:10px;
  border: 8px solid #333;
  background: rgba(255,255,255,1);
  font-size: 15px;
  line-height: 2.0em;
  margin: 0 auto 30px;
    max-width: 400px;
	box-shadow:rgba(0, 0, 0, 0.3) 1px 3px 7px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 3px 7px 3px;
-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 3px 7px 3px;
	}
}
	
.book-cover{
	position:relative;
	
	height:310px;
	margin-bottom:10px;
	}


.book-cover .thumbnail{
	width:140px;
	display:block;
	margin:0 auto;
	
	}

.other_route{
	background:#C00;
	color:#fff;
	padding:5px;
	border-bottom:1px solid #333;
}
.other_route a{
	color:#FFF;
	}
.change_cover{
	position:absolute;
	left:50%;
	margin-left:-60px;
	top:45px;
	width:120px;
	}
.book-title{
	font-size:14px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	display: block;
	}
.book-fav-cnt{
	font-size:12px;
	color:#666;
	display:block;
	text-align:left;
	border-bottom:1px solid #999;
	margin-top:5px;
	}
.book-story-cnt{
	font-size:12px;
	color:#666;
	display:block;
	text-align:left;
	border-bottom:1px solid #999;
	}
.star_index{
	color:#F60;
	}

.star,.star2{
	font-size:40px;
	opacity:0.7;
	cursor:pointer;
	text-shadow: 0 0 20px white;
	}
.star{
	color:#666;
	}
.star2{
	color:#F60;
	}

.img_thumb{
	text-align:center;
	}
.thum-img{
		width:140px;
		height:200px;
		display:block;
		overflow:hidden;
		background:#ccc url(../images/no-image.png) center center;
	background-size:110px;
	background-repeat:no-repeat;
	border: 1px solid #666;
	box-sizing:border-box;
	}
.img_thumb_title{
	text-align:center;
	padding:10px;
	}


.fav{
	}

.img-set{
	position:relative;
	}
.fav{
	padding-left:10px;
	}
.edit{
	padding-right:10px;
	font-size:40px;
	
	}
.edit a{
	color:#666;
	opacity:0.7;
	text-shadow: 0 0 20px white;
	}
.edit-area{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
	cursor:pointer;
	}

.effect-star{
	font-size:150px;
	color:#F60;
	position:absolute;
	width:100%;
	text-align:center;
	top:20px;
	left:0;
	display:none;
	opacity:0.7;
	}
#formBox{
	padding-top:20px;
	
	padding-bottom:60px;
	}

.read-more{
	padding-bottom:20px;
	}

.cover-img{
	padding-bottom:20px;
	}

.story_img{
	border-bottom:2px solid #555;
	}
/* ソーシャルボタン */
.sns{
	position:relative;
	list-style:none;
	padding:0;
	height:86px;
	}

.sns li.sn01{
	position:absolute;
	bottom:0;
	left:0;
	}
.sns li.sn02{
	position:absolute;
	bottom:19px;
	left:80px;
	}
.sns li.sn03{
	position:absolute;
	bottom:26px;
	left:160px;
	}
.sns li.sn04{
	position:absolute;
	bottom:26px;
	left:240px;
	}

.book-outer{
	max-width:700px;
	margin:0 auto;
	}

.sort{
	background:#efefef;
	padding:10px;
	margin-top:20px;
	}
.roots-title{
	color:#bbb;
	font-size:13px;
	padding-bottom:20px;
	}
.re_icon{
	position:absolute;
	top:-2px;
	left:50%;
	background:#C30;
	color:#FFFFFF;
	font-size:10px;
	display:block;
	padding:3px 0;
	width: 70px;
	text-align: center;
	
	}
.now-writing{
	position:absolute;
	top:31px;
	left:50%;
	background-color:#09C;
	color:#FFFFFF;
	font-size:10px;
	display:block;
	padding:3px 0;
	width: 70px;
	text-align: center;
	
	}

.route-box{
	padding:10px;
	margin:10px;
	overflow:hidden;
	overflow-x:scroll;
	border:3px solid #ccc;
	box-sizing:border-box;
	}
.route{
	
	width:auto;
	}

.route th{
	width:100px;
	}
.route td{
	width:50px;
	}

.main-text{
	padding-bottom:20px;
	}
	
.top_menu{
	background:rgba(0,0,0,0.6);
	color:#FFF;
	position:fixed;
	top:5px;
	right:5px;
	border-radius:5px;
	padding:3px;
	font-size:13px;
	z-index:5;
	}
.menu_btn{
	font-size:16px;
	vertical-align:top;
	padding-right:5px;
	}

.menu_a,.menu_a:hover,.menu_a:focus{
	text-decoration:none;
	color:#FFF;
	}
.st_date{
	color:#C00;
	font-size:9px;
	border-radius:3px;
	padding-right:10px;
	}
.back_btn{
	position:fixed;
	z-index:5;
	background:rgba(0,0,0,0.6);
	color:#FFF;
	top:5px;
	right:5px;
	border-radius:20px;
	}
.back_btn a{
	color:#FFF;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	}
.reco_title{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-top:ridge;
	border-bottom:ridge;
	}

#underfooter a:hover{
	color:#666;
	text-decoration:underline;
	}

.howto{
	margin:20px 0;
	}
.howto-outer{
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.howto-outer ul{
	list-style:none;
	padding:0;
	}

.howto-outer ul li{
	}
.howto-outer h2,h2.about-world{
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#900;
	color:#FFF;
	font-weight:normal;
	padding:10px;
	font-size:28px;
	border-radius:10px;
	}



.howto-outer h3,h3.about-world{
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:25px;
	color:#333;
	}
.howto-outer .img{
	background:#efefef;
	}
.howto-outer .text{
	padding:10px;
	min-height:250px;
	}

.world-ex{
	background:#efefef;
	padding:10px;
	margin-top:10px;
	}
.world-ex h5{
	font-size:16px;
	line-height:1.8em;
	min-height:120px;

}
.text-box{
	padding:10px;
	}

.b-r{
	border-right:1px solid #CCC;
	box-sizing:border-box;
	}
.bold{
	font-weight:bold;
	}
.ex-img img{
	max-width:120px;
	max-height:120px;
	}

.faq{
	list-style:none;
	padding:0;
	}
.q{
	font-size:20px;
	color:#666;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	padding:5px;
	}
.a{
	padding:10px 10px 30px;
	}
.p-r{
	position:relative;
	}
	
.arrow{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 18px;
	}
.form-ident{
	margin:10px 0;
	}
.res-name{
	background:#efefef;
	padding:4px;
	font-size:12px;
	}
.res-text{
	padding:8px;
	}
.res-date{
	color:#999;
	font-size:12px;
}
.res-btn{
	margin:10px 0 0;
	}

.res-btn .btn{
	padding:3px !important;
	font-size:11px !important;
	color:#999 !important;
	}
.res-box{
	margin-top:10px;
	margin-left:5%;
	}
.res-form{
	padding:0 !important;
	}

.res-form th{
	font-size:12px !important;
	}

.show-hide-btn{
	border:1px solid #CCC;
	cursor:pointer;
	padding:8px;
	margin:30px auto;
	  max-width: 1080px;
	  box-sizing:border-box;
	}

.show-hide-btn:hover{
	background:#EFEFEF;
	}

.music-area{
	position:fixed;
	bottom:0px;
	left:0;
	width:100%;
	}
.music-area-show{
	background: rgba(0,0,0,0.6);
	padding:4px;
  color: #FFF;
  text-align:center;
  font-size:12px;
	}

.music-area-info{
	background:#FFF;
	max-width:800px;
	margin:0 auto;
	}

.m-img{
	text-align:right;
	padding-top:8px;
	}
.m-title{
	font-size:13px;
	padding-top:8px;
	}
.m-name{
	font-size:11px;
	}
.m-price{
	color:#900;
	}

.m-player{
	text-align:center;
	padding:8px 0;
	}

.to-board{
	font-size:11px;
	}

.main-img-wrap {
    /* min-height: 301px; */
    padding: 6% 0;
    background-image: url(../images/main-img.png);
    margin-bottom: 56px;
    -webkit-animation: scaleAnim 20s linear infinite;
    -moz-animation: scaleAnim 20s linear infinite;
	background-position:center center;
	background-size:cover;
}

.main-img-wrap-2{
    /* min-height: 301px; */
    padding: 10% 0;
    background-image: url(../images/main201607.png);
    margin-bottom: 56px;
    -webkit-animation: scaleAnim 20s linear infinite;
    -moz-animation: scaleAnim 20s linear infinite;
	background-position:center center;
	background-size:contain;
}

.main-logo{
	text-align:center;
	padding: 20px;
	}

.main-logo img{
	}


.sub-title{
	  text-align: center;
  font-size: 15px;
    color: #999;
  padding-bottom: 20px;
	}

@media (min-width: 1200px) {
 .main-logo{
	text-align:center;
	padding: 40px;
	}
 .main-img-wrap{
	 min-height: 301px;
	    padding: 1% 0 0;
	 background:url(../images/main-img.png);
	 margin-bottom: 56px;
-webkit-animation:scaleAnim 20s linear infinite;
	-moz-animation:scaleAnim 20s linear infinite;
 }


.sub-title{
	  text-align: center;
  font-size: 45px;
    color: #999;
  padding-bottom: 40px;
	}

@-moz-keyframes scaleAnim{
/*	
0%{-moz-transform: scale(0, 0);}
50%{-moz-transform: scale(5, 5);}
100%{-moz-transform: scale(1, 1);}*/
0%{background-position:0px;}
100%{background-position:1652px;}

}

@-webkit-keyframes scaleAnim{
/*0%{-webkit-transform: scale(0, 0);}
50%{-webkit-transform: scale(5, 5);}
100%{-webkit-transform: scale(1, 1);}*/
0%{background-position:0px;}
100%{background-position:1652px;}
}

#newMake button{
	  max-width: 400px;
  width: 80%;
  padding: 2%;
  font-size: 25px;
	}

}
@media (min-width: 1200px) {
.top-content-wrap{
	padding:0 36px;
	}
}

.side-ranking {
	font-size:12px;
}

.side-ranking header {
	padding:8px;
	border-radius:5px;
	background:#c53131;
	text-align:center;
	color:#FFF;
	  font-size: 16px;
}

.side-ranking header .glyphicon {
	text-align:center;
	font-size:15px;
	color:#F90;
}

.side-ranking ul {
	list-style:none;
	margin:0;
	padding:0;
}

.side-ranking ul li {
	border-bottom:1px solid #CCC;
	padding:8px;
}

.side-ranking .ranking-rank {
	font-size:16px;
}

.side-ranking ul li .ranking-name {
	padding:8px 0;
	font-weight:bold;
	font-size:18px;
}

.side-ranking ul li .ranking-star {

}

.side-ranking ul li .ranking-star .glyphicon {
	color: #F60;
}

.side-ranking ul li .ranking-book {
	
}

.side-ranking ul li .ranking-book a {
}

.side-ranking div {
}

.manage{
	font-weight:bold;
	font-size:15px;
	padding:8px;
	color:#999;
	}


.side-request {
		font-size:12px;
}

.side-request header {
	padding:8px;
	border-radius:5px;
	background:#069;
	text-align:center;
	color:#FFF;
	  font-size: 16px;

}

.side-request header .glyphicon {
}

.side-request div {
}

.side-request ul {
	list-style:none;
	margin:0;
	padding:0;
}

.side-request ul li {
	border-bottom:1px solid #CCC;
	padding:8px;
}

.side-request ul li .request-work {
	padding:8px 0;
	font-weight:bold;
	font-size:18px;
}

.request-explain{
	padding:8px;
	}

.side-request ul li .request-body {
	padding-bottom:8px;
}

.side-request ul li .request-name {
	background:#efefef;
	font-size:10px;
	padding:2px;
}

.req .panel-info{
	  border-color:#C03;
	}

.req .panel-heading{
	background:#C33;
	 border-color:#C03;
	 color:#FFF;
	 position:relative;
	}

.req .panel-heading:after{
	content:"リクエスト!";
	position:absolute;
	right:5px;
	bottom:5px;
	background:#FFF;
	color:#C33;
	display:block;
	padding:2px;
	font-size:12px;
	border-radius:5px;
	font-weight:bold;
}





.now .panel-info{
	  border-color:#09C;
	}

.now .panel-heading{
	background:#09C;
	 border-color:#06C;
	 color:#FFF;
	 position:relative;
	}

.now .panel-heading:after{
	content:"今、描いてます!";
	position:absolute;
	right:5px;
	bottom:5px;
	background:#FFF;
	color:#09C;
	display:block;
	padding:2px;
	font-size:12px;
	border-radius:5px;
	font-weight:bold;
}



.youtube-area{
	max-width:500px;
	margin:0 auto;
	}

.youtube-area p{
	background:#333;
	color:#FFF;
	margin:16px 0 8px;
	padding:8px;
}

.manga-total-ttl{
	padding:10px;
	}
	
.manga-total-ttl span{
	color:#C00;
	font-size:30px;
	font-weight:bold;
	
	}

.modal-nav-list{
	    list-style: none;
    padding: 0 0 8px 0;
    margin: 0 0 16px;
    border-bottom: 1px solid #ccc;
}
.modal-nav-list li{
	display:inline-block;
	background:#efefef;
	border-radius:5px;
	margin:4px;
	}


.modal-nav-list li a{
	display:block;
	padding:8px;
}
.fav-icon{
	font-size:9px;
	color:#FFF;
	padding:2px;
	background:#09C;
	}
.new-icon{
	font-size:9px;
	background:#C00;
	color:#FFF;
	padding:2px;
	}
	
.special-img{
	max-width:970px;
	margin:0 auto;
	}

.paging-new-icon{
	     position: absolute;
    display: block;
    right: 0px;
    bottom: -2px;
    width: 59%;
    border-radius: 3px;
    color: #FFF;
    font-size: 9px;
    background-color: #C00;
    text-align: center;
    line-height: 9px;
    vertical-align: top;
	}
	
.board-ttl{
	position:relative;
	font-size:20px;
	padding:8px;
	font-weight:bold;
	color:#fff;
	border-radius:10px;
	background:#ed5c5c;
	margin-bottom:20px;
	}

.board-ttl:after {
    content: "";
    border-top: 10px solid #ed5c5c;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
	border-right: 10px solid transparent;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
	
    width: 0;
}

#ranking-tab{
	text-align:center;
	margin-top:0;
	}
	#ranking-tab dd{
display:inline-block;
	text-align:center;
	width:50%;
	font-size:15px;
		}
#ranking-tab dd a{
	display:block;
	color:#3fac91;
	padding:8px;
	background:#aeffeb;
	
	}
#ranking-tab dd.cur a{
	background:#3fac91;
	color:#fff;
	}

.imgInput{
	border-bottom: 3px solid #999;
    padding-bottom: 10px;
	}