@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/* ------------------------------------------
 コモン
-------------- */
body {
 margin: 0px;padding: 0px;
 font-family: 'Shippori Mincho', serif,
  Arial,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 Meiryo,
 sans-serif;
}
button, input, select, textarea {
font-family : inherit;
font-size : 100%;
}
a {
	color:#390;
	text-decoration:none;
}
.pts {
	border:none;
	font-size:12px;
	padding:1px 4px;
	border:1px solid #390;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.text{
 margin:5px auto 15px;
 width:90%;
}
.text .explain{
	font-size:14px;
	color:#666;
}
.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
#error, 
#message {
 margin:5px auto 5px;
 width:90%;
	border-bottom:1px solid #333;
	color:#333;
}
#message {
	border-bottom:1px solid #333;
	color:#333;
}
.confirm {
	border-bottom:1px solid #333;
	color:#333;
}
#registmerit {
 width:90%;
 margin:25px auto 5px;
}
#registmerit a,
.toukouform a,
.text a{
 display:block;
 width:50%;
 margin:5px auto;
 padding:5px;
 background:#390;
 color:#fff;
 text-align:center;
 border-radius:5px;
}
.text a.toppage{
 background:none;
 width:auto;
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    color: #390;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
}
.text a.toppage::before,
.text a.toppage::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.text a.toppage::before{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #390;
}
.text a.toppage::after{
    left: 5px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
}
.text.setsumei{
/*	border:2px solid  #7a0;*/
	background:#FFD0F3;
	font-size:14px;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
.text.setsumei strong{
	font-size:22px;
}
.toukouform a.featpage,
.text a.featpage{
 display:block;
 float:left;
 margin:5px 2px;
 font-size:12px;
 width:auto;
 border:1px solid #390;
 background:#fff;
 color:#390;
}
.text a.featpage.zero {
 background:#eee;
}
.text a.featpage.complete {
float:none;
 font-size:14px;
 background:#fcf;
}
.text a.featpage.complete_get {
float:none;
 font-size:14px;
 background:#eee;
pointer-events: none;
}
.text img{
 width:80%;
 display:block;
 margin:auto;
}

input,select,textarea {
box-sizing: border-box;
	width:100%;
	border:1px solid #390;
	border-radius: 5px;
	padding:5px;
	color:#390;
}
input[type="radio"]{
	width:auto;
}

input[type="checkbox"]{
    display: none;
}
input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #390; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
border-radius: 25%;
}
input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #390; /* チェックの色変更 お好きな色を */
}
input[type="submit"] {
	width:auto;
	border:1px solid #390;
	margin-top: 15px;
	padding:5px 15px;
	background-color: #390;
	color:#fff;
	cursor:pointer;
	border-radius: 5px;
}


/* ------------------------------------------
 ヘッダ
-------------- */
#head {
	height:175px;
	background-color:#fff;
/*	border-bottom:5px solid #fff;*/
	position: fixed;
	width: 100%;
	transition: .5s;
  z-index: 10;
}

#head-inner {
	width:100%;
	min-width: 320px;
	margin:0 auto;
	padding-top:60px;
	color:#000;
	position:relative;
	transition: .5s;
}
#head-inner h1{
 padding: 10px 0 0 30px;
 margin:0;
 text-align: left;
 font-family: 'Shippori Mincho', serif; 
 font-size:22px;
/* text-shadow: 0 0 5px #cc9;*/
	transition: .5s;
}
#head-inner h1 a{
	color:#fff;
}
#head-inner h1 a img{
	height:30px;
}
#head-inner .description{
 padding: 0px 0 0 30px;
 margin:0;
 font-family: 'Shippori Mincho', serif;
 font-size:12px;
 font-weight:normal;
color:#390;
}

/* ---　スクロール時　--- */
#head.transform {
	height:70px;
	background-color:rgba(255,255,255,0.85);
}
#head.transform #head-inner {
	padding-top:10px;
}
#head.transform #head-inner h1 {
 padding: 10px 0 0 10px;
}
#head.transform #head-inner h1 a img{
	height:25px;
}
#head.transform #head-inner .description {
	display:none;
}

#head.hide {
 transform: translateY(-100%);
}

/*============
utae
=============*/

#utae {
  position: absolute;
  top: 20px;
  right: 60px;
  height: 28px;
}
#utae img{
 height:28px;
}

/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 10;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #390;
  color: #390;
}
nav .inner ul li a {
  display: block;
  color: #390;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}

nav .inner ul li.login,
nav .inner ul li.regist {
  border-bottom: none;
  border-bottom: 1px solid #fff;
}
nav .inner ul li.login a ,
nav .inner ul li.regist a {
  color: #fff;
  background: #390;
 border-radius:5px;
}
nav .inner ul li.login a:hover ,
nav .inner ul li.regist a:hover {
  background: #390
}


@media screen and (max-width: 600px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.alert {
	animation: flash 2s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.toggle_btn {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #390;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #390;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}


/* ------------------------------------------
 コンテンツ
-------------- */

#content {
 padding:180px 20px 20px;
 color:#390;
 font-size:16px;
}
#content h2{
 font-family: 'Shippori Mincho', serif; 
 font-size:30px;
 text-align: center;
 color:#390;
 padding: 5px auto;
/* border-bottom:2px dotted #666;*/
/* font-style:italic;*/
}
#content h2:first-letter{ 
 color:#f66;
}

/* --------------
 ピックアップ
-------------- */
.pickup {
 width:90%;
 margin:0px auto;
}
.pickup .odai_list{
 width:100%;
}
/* --------------
 新着コメント
-------------- */
.comment {
 width:90%;
 margin:0px auto;
}
.comment a{
 display:block;
 margin-bottom:5px;
}
.comment a:hover{
	background-color:#FFD2D2;
}
.comment .newcomment{
 font-size:18px;
}
/* --------------
 ログイン、登録　ウタ
-------------- */
.loginform ,
.toukouform ,
.commentform ,
.song_view ,
.user_view ,
.cal_view ,
#search-form ,
#ranking ,
.log ,
.notify ,
.boke_list ,
.song_list ,
.odai_list ,
.registform {
 width:90%;
 margin:0px auto;
}
.loginform a,
.registform a {
 background:#FFD2D2;
}

.registform .sedit{
	background:none;
	font-size:12px;
	color:#666;
}

/* --------------
 トウコウ　ボケ
-------------- */
.odai_txt {
	margin:0px auto 15px;
	padding:10px;
	background-color: #390;
	border-radius:5px;
	color:#fff;
	font-size:16px;
}

.odai_txt .odai {
	font-size:24px;
}
.odai_txt img{
	height:14px;
}


/* --------------
 オダイ、ボケ
-------------- */
.twitter-share-button{
	margin-top:10px;
}
.paku_from {
	margin-top:10px;
	padding-bottom:5px;
}
.song_view .photo {
	margin-top:10px;
	text-align:center;
}
.song_view .photo img{
	width:80%;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
}
.arrow {
  position: relative;
}
.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #FFD0F3;
  border-bottom-width: 0;
}
.song_view .song {
	display:block;
	margin-top:15px;
	padding:30px;
	font-size:28px;
	background-color: #e3d7a3;
	text-align:center;
  border: 1px solid #b9ae7c; 
}
.song_view .song .kana{
	font-size:20px;
}
.song_view .theme {
 width:auto;
 margin:auto;
}
.song_view .theme a{
 font-size:20px;
 background-color:#390;
 color:#fff;
 padding:2px 5px;
}

.song_view .yurai {
	/*border:1px solid #ccc;*/
	background-color:#eee;
	border-radius:5px;
	padding:5px 10px;
	margin:10px 0px;
	font-size:14px;
}
.song_view .yurai .yurai_ttl{
	font-weight:bold;
	color:#06c;
}
.song_view .song_info {
 text-align:right;
 font-size:14px;
	margin:10px 0px;
}
.song_view .song_info .sedit{
	font-size:12px;
	color:#666;
}
.song_view .bell {

}
.song_view .bell a {
	display:block;
	width:45px;height:45px;
	border:none;
	background-size:45px 45px;
	float:left;
	margin-right:15px;
} 
.song_view .bell a.bellbtn {
	background: url("../img/bell1_stop.png") top right no-repeat ;
}
.song_view .bell a.bellbtn2 {
	background: url("../img/bell2_stop.png") top right no-repeat ;
}
.song_view .bellnum > div {
	width:45px;height:15px;
	border:none;
	float:left;
	margin-right:15px;
	font-size:11px;
	text-align:center;
} 
.msg_box {
	display:block;
	float:left;
	margin-top:10px;
	background-color: #390;
	color:#fff;
	border-radius:5px;
	padding:5px 10px;
	font-size:12px;
	display:none;
}

.song_view .bellexp {
	border:1px solid #390;
	border-radius:5px;
	padding:5px 10px;
	font-size:12px;
	color:#390;
}
.song_view .bellexp a {
	color:#666;
}
.song_view .bokelink {
	margin:25px auto;
	font-size:16px;
	padding:10px 0px; 
	width:100%;
	border-radius:5px;
	text-align:center;
	border: 2px solid #f66;
	background-color: #fff;
	color:#f66;
}
.song_view a:hover .bokelink {
	background-color: #f66;
	color:#fff;

}

.song_view .pakuru ,
.song_view .themetoukou {
	margin-top:10px;
	font-size:14px;
	padding:5px;
	width:45%;
	float:left;
	background-color: #390;
	border-radius:5px;
	text-align:center;
}
.song_view .themetoukou {
	float:right;
}
.song_view .pakuru ,
.song_view .themetoukou {
	color:#fff;
}
.stamparea label img {
	width:45px;
	vertical-align:middle;
}
.stamparea input[type="radio"] {
  display: none;
}
.stamparea input[type="radio"]:checked + label img {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.boke_list .boke{
	padding-top:15px;
	font-size:20px;
}
.boke_list img{
	width:50px;
	vertical-align:top;
}
.boke_list a{
	display: block; 
}
.boke_list a:hover{ 
	background-color:#FFD2D2;
}

.boke_info{
	font-size:14px;
	text-align:right;
	margin:10px 0px;
}
.comment_list {
	margin-top:10px;
}
.comment_list img{
	width:50px;
	vertical-align:top;
}
.comment_info{
	font-size:14px;
	text-align:right;
	margin:10px 0px;
}


.res_form input[type="text"] {
	width:75%;
}
.res_list {
	margin:0px auto 15px;
	padding:10px;
	font-size:12px;
	background-color: #eee;
	border-radius:5px;
}
.res_list img{
	width:20px;
}

textarea.sharetxt {
	font-size:12px;
}
button.copy_clipboard {
	width:auto;
	border:1px solid #390;
	margin-top: 5px;
	padding:5px 10px;
	background-color: #390;
	color:#fff;
	cursor:pointer;
	border-radius: 5px;
	font-size:12px;
}
.copymsg {
	font-size:12px;
	display:none;
}
/* --------------
 ユーザー
-------------- */
.user_view {
	box-sizing: border-box;
	margin:0px auto;
	padding:15px;
	font-size:12px;
	border-top:1px dotted #f66;
	border-bottom:1px dotted #f66;

 font-size:14px;
}
.user_view .photo {
	display:block;
	width:100%;
	height:100%;
}
.user_view .user_info{
	text-align:center;
}
.user_view .intro{
	margin:10px 0 0 0;
	padding:10px 0 0 0;
/*	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;*/
}
.user_info .sedit,
.user_view .sedit{
	font-size:12px;
	color:#666;
}
.hplink {
	border:none;
	color:#fff;
	font-size:12px;
	padding:1px 4px;
	background-color:#390;
	border-radius: 4px;
}
#search-form {
	margin-top:15px;
}
#search-form input.search {
	width:74%;
	padding:7px 5px;
	float:left;
vertical-align:middle;
}
#search-form input.searchbtn {
	width:24%;
	margin:auto;	padding:auto;
	float:right;
}
.song_list{
 padding-bottom:5px;
}
.song_list a{
	display: block;
	border:2px solid #390;
}
.song_list a:hover{
	background-color:#eee;
}
.song_list .song{
	padding:10px;
	font-size:20px;
}
.song_list .result{
	font-size:16px;
}
.song_list .song img{
	height:14px;
}
.song_list .kana{
 font-size:18px;
}
.song_list .theme{
 margin:0 0px 5px 0;
 padding:2px 5px;
 background-color:#390;
 color:#fff;
 font-size:20px;
}
.song_list .song_info {
 text-align:right;
 font-size:12px;
	margin:10px 0px;
}
/* --------------
 お題一覧
-------------- */

.odai_list{
 padding-bottom:5px;
}
.odai_list a{
	display: block;

}
.odai_list a:hover{
	background-color:#FFD2D2;
}
.odai_list .result{
	font-size:16px;
}
.odai_list .odai_info {
 text-align:right;
 font-size:14px;
	margin:10px 0px;
}
.boke_txt {
	display:block;
	padding:20px 10px;
	font-size:16px;
	background-color: #e3d7a3;
	text-align:center;
  border: 1px solid #b9ae7c; 


}
.pt {
	display:inline-block;
	border:none;
	font-size:12px;
	padding:1px 4px;
	background-color:#f66;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.pt:first-letter {

}

.odai_list .photo {
	margin:5px auto 5px;
	text-align:center;
}
.odai_list .photo img{
	width:80%;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
}


/* --------------
ランキング
-------------- */
#ranking {
	border-collapse:collapse;
}
#ranking .thead{
	
}
#ranking td a{
	color:#390;
	border-bottom:1px dotted #390;
	font-weight:normal;
}

#ranking td, #ranking th {
	font-size:16px;
	margin:0;
	padding:3px 10px;
	border-bottom:1px solid #ddd;
}
#ranking th {
	background-color:#390;
	color:#fff;
	border-bottom:none;
}
#ranking tr.bg {
	background-color:#eee;
}

/* --------------
ポイントログ
-------------- */
.log {
	font-size:14px;
	border-top:1px dotted #ccc;
	padding:5px 0;
}
.log .link {
	text-align:right;
	font-size:12px;
}
.log.last {
	border-bottom:1px dotted #ccc;
}
/* --------------
通知
-------------- */
.notify {
 max-height: 150px;
 overflow: auto;
}
.notify .item{
	font-size:14px;
	border-top:1px dotted #ccc;
	padding:5px 0;
}
.notify .date{
	font-size:12px;
	color:#666;
}



/* ------------------------------------------
 フッタ
-------------- */
#foot {
	background-color:#390;
/*	position: fixed; */
	width: 100%;
	transition: .5s;
}

#foot-inner {
	width:100%;
	min-width: 320px;
	margin:0 auto;
	padding:10px 0;
	color:#fff;
	position:relative;
	transition: .5s;
}
#foot-inner a{
	color:#fff;
}
#foot-inner h3{
 padding: 0px 0 0 30px;
 margin:0;
 text-align: left;
 font-family: 'Shippori Mincho', serif; 
 font-size:30px;
}
#foot-inner .description{
 padding: 0px 0 20px 30px;
 margin:0;
 font-family: 'Shippori Mincho', serif;
 font-size:12px;
}
#foot-inner h4{
 padding: 0px 0 0 30px;
 margin:0;
 text-align: left;
 font-family: 'Shippori Mincho', serif; 
 font-size:26px;
}
.group {
 padding: 0px 30px 0 30px;
 margin-bottom:5px;
 font-size:14px;
}
.group .groupsite{
 padding:2px 0 0 0 ; 
}
.group .groupsite a{
 color:#fff;
}
.newtheme , .newwriter {
	 color:#fff;
	margin-right:5px;
}

/* --------------
 カレンダー
-------------- */
table.calender{
	box-sizing: border-box;
 border-collapse: collapse;
 margin:0px auto;
 width:100%;
}

table.calender td{
 width:10%;
 height:60px;
 font-size: 10pt;
 text-align:left;
 padding:3px 3px;
 border:1px solid #aaa;
 vertical-align:top;
}
table.calender td a{
	display:block;
	margin:0px auto 0px;
	padding:5px ;
	font-size: 12px;
	text-align:center;
/*	background-color: #390; */
	color:#390;
	width:75%;
/*	border-radius: 6px;*/
}
table.calender td a.nicestamp{
	background-color: #69c;
	color: #fff;
}
table.calender .non{
 color:#ccc;
}
table.calender .sun{
 color:#f00;
}
table.calender .yasumi{
 color:#f00;
}
table.calender .doyou{
 color:#33f;
}
table.calender .wdtoday{
 background-color:#eee;
}
table.calender .tdone{
 background-color:#FFD2D2;
}
table.calender tr.youbi{
 background-color:#ccc;
}
table.calender tr.youbi td{
 text-align:center;
 height:10px;
}
table.calender tr.total td{
 height:10px;
}

/* --------------
 ページング
-------------- */
#pagearea {
	clear:both;
	margin:20px 0 ;padding: 0;
	font-size:14px;
}
#pagearea p{
	display:block;
	width:250px;
	margin:0px auto ;padding: 0;
	position:relative;
}
#pagearea a,#pagearea span{
	display:block;
	margin: 0px 5px;
	padding: 3px 10px;
	border:1px solid #390;
}
#pagearea a{
	background-color:#FFD2D2;
}
#pagearea .prev{
	float:left;
}
#pagearea .this{
	width:40px;
	text-align:center;
	position:absolute;
	left:90px;
	background-color:#FFD2D2;
}
#pagearea .next{
	float:right;
}

/* 600px～ 広い画面表示
------------------------------------------------------------------------------------------ */
@media screen and (min-width:600px) {

/* ------------------------------------------
 コモン
-------------- */
#registmerit ,
#error ,
#message ,
p.text{
 width:75%;
}

/* ------------------------------------------
 ヘッダ
-------------- */

#head-inner {
	max-width: 1100px;
}

 #head-inner h1{
 padding: 0px;
 margin:0;
 text-align: center;
 font-family: 'Shippori Mincho', serif; 
 font-size:36px;
 line-height:0.8;
	transition: .5s;
}
#head-inner h1 a img{
	height:40px;
}

#head-inner .description{
 padding: 10px 0 0 0;
 margin:0;
 font-family: 'Shippori Mincho', serif;
 font-size:16px;
 text-align: center;
}

/* ---　スクロール時　--- */
#head.transform #head-inner h1 {
 padding: 5px 0 0 0px;
	transition: .5s;
}
#head.transform #head-inner h1 a img{
	height:35px;
}


/* ------------------------------------------
 コンテンツ
-------------- */
#content h2{
 font-size:42px;
}

/* --------------
 ピックアップ
-------------- */
.pickup {
 width:75%;
 margin:0px auto;
 padding:0 10px;
}
.pickup .odai_list{
 width:100%;
} 
/* --------------
 新着コメント
-------------- */
.comment {
 width:75%;
 margin:0px auto;
}
.comment .newcomment{
 font-size:28px;

}
/* --------------
 ログイン、登録　ウタ
-------------- */
.loginform ,
.toukouform ,
.commentform ,
.song_view ,
.user_view ,
.cal_view ,
#search-form ,
#ranking ,
.comment_list ,
.log ,
.notify ,
.song_list ,
.odai_list ,
.registform {
 width:75%;
 margin:0px auto;
}
/* --------------
 ウタ
-------------- */
.song_view .photo img{
	width:50%;
}
.user_view {
	margin:0px auto ;
}

/* --------------
 お題一覧
-------------- */
.odai_list .photo img{
	width:60%;
}
/* --------------
 ユーザー
-------------- */
#search-form {
	margin-top:15px;
}
.song_list{
 font-size:28px;
}
.song_list .theme{
 font-size:20px;
}
/* --------------
ランキング
-------------- */
#ranking .thead{
	
}

/* --------------
 トウコウ　ボケ
-------------- */
.odai_txt {
 font-size:20px;
}
.odai_txt .odai {
	font-size:28px;
}
.odai_txt img{
	height:16px;
}

.boke_txt {
	font-size:20px;
}
.pt {
	font-size:14px;
}
/* ------------------------------------------
 フッタ
-------------- */
#foot-inner {
	width:75%;
}
#foot-inner h3{
 padding: 0px 0 0 0px;
}
#foot-inner .description{
 padding: 0px 0 20px 0px;
}
#foot-inner h4{
 padding: 0px 0 0 0px;
}
.group {
 padding: 0px 0 0 0px;
}




}
/* 1140px～ 広い画面表示
------------------------------------------------------------------------------------------ */
@media screen and (min-width:1140px) {


/* ------------------------------------------
 コンテンツ
-------------- */
#content {
 width:1100px;
 margin:0 auto;
}
#content h2{
 font-size:42px;
}

}
