@charset "UTF-8";
/* CSS Document */
body{
	color:#333;
}
/* head */
#head {
	width: 100%;
	height: 50px;
	border-bottom: 1px #ccc solid;
}
#head .logo {
	text-align: center;
	padding-top: 13px;
}
#head .logo a {
	display: block;
	width: 168px;
	height: 26px;
	margin: 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/logo.gif) no-repeat center center;
	background-size: 168px 26px;
}
/* foot */
#foot {
	text-align: center;
	padding: 20px 0 20px;
	background-color: #F1F1F1;
}
#foot .copyright {
	font-size: 13px;
}
/* layout */
#cont {
	padding: 30px 0 20px;
}
.wrap {
	width: 940px;
	margin: 0 auto;
}
#mainCont {
	margin: auto;
	width: 610px;
}
#side {
	width: 300px;
	float: right;
	display:none;
}

/* contents */
h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 2px solid #F62792;
	margin-bottom: 15px;
}
h3 {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 10px;
	clear: both;
}
.tagList {
	margin-bottom: 15px;
}
.tagList li {
	float: left;
	padding-right: 4px;
}
.tagList li span {
	color: #4A4A4A;
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	background-color: #C0C0C0;
	border: 1px solid #989898;
	padding: 2px 5px 1px;
}
.mainImage {
	margin-bottom: 20px;
}
.mainImage img {
	width: 100%;
	height: auto;
}
.txtBloc {
	margin-bottom: 30px;
}
.txtBloc p, .txtBloc dd {
	font-size: 14px;
	line-height: 1.8;
}
.txtBloc p span{
	font-size:11px;
}
.txtBloc p em, .txtBloc dd em {
	color: #f62792;
	font-weight: bold;
}
.txtBloc dt {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 8px;
	line-height: 1.4;
}
.txtBloc dd {
	margin-bottom: 25px;
}
a.linkBtn {
	display: block;
	width: 420px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	background-color: #ee1eb5;
	background-image: -webkit-linear-gradient(270deg,rgba(238,30,181,1); 0.64%,rgba(238,30,181,1) 99.88%);
	background-image: -ms-linear-gradient(top, #85cbe0 0%, #5aaece 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,30,181,1); 0.64%,rgba(238,30,181,1) 99.88%);
	background-image: -o-linear-gradient(270deg,rgba(238,30,181,1); 0.64%,rgba(238,30,181,1) 99.88%);
	background-image: linear-gradient(180deg,rgba(238,30,181,1); 0.64%,rgba(238,30,181,1) 99.88%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;
}
a.linkBtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-weight: bold;
}
/*add*/
a.linkBtnP {
	line-height: 60px;
	display: block;
	width: 420px;
	margin: 0 auto;
	padding: 0;
	font-size:16px;
	font-weight:normal;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #ee1eb5;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	background:-ms-linear-gradient( top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff5bb0), color-stop(100%, #ef027d) );
	background-color:#ff5bb0;
	color:#ffffff;
	display:inline-block;
	text-shadow:-1px -1px 0px #c70067;
 	/*-webkit-box-shadow:inset 0px 0px 31px 0px #fbafe3;
 	-moz-box-shadow:inset 0px 0px 31px 0px #fbafe3;
 	box-shadow:inset 0px 0px 31px 0px #fbafe3;*/
}a.linkBtnP:hover {
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	background:-ms-linear-gradient( top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ef027d), color-stop(100%, #ff5bb0) );
	background-color:#ef027d;
} a.linkBtnP:active {
	position:relative;
	top:1px;
}
/*add*/



.twtBox {
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin-bottom: 30px;
}
.twtBox .icn {
	float: left;
}
.twtBox .twt {
	width: 505px;
	float: right;
}
.twtBox .twt p {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 2px;
}
.twtBox .twt .name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
.twtBox .twt .name span {
	font-size: 10px;
	margin-left: 5px;
}
.twtBox .twt .time {
	font-size: 12px;
	text-align: right;
	line-height: 1;
}
.phBloc {
	float: left;
	padding-right: 20px;
}
.phBloc img {
	width: 210px;
	height: auto;
}
.phBlocbig img {
	width:100%;
	text-align: center;
	margin-bottom:15px;
}
.phBlocbig img {
	height: auto;
}
.sideBnr {
	margin-bottom: 17px;
}
.sideLink {
	border: 4px solid #dfdfdf;
	padding: 12px 0 12px 12px;
}
.sideLink .ttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 7px;
}
.sideLink .tn {
	float: left;
	width: 70px;
}
.sideLink .tn img {
	border: 1px solid #dadada;
	width: 100%;
	height: auto;
}
.sideLink .txt {
	width: 194px;
	float: right;
	font-size: 12px;
	margin-right: 5px;
}
.sideLink .txt span a {
	color: #666;
	word-break: break-all;
	text-decoration:none;
}

@media only screen and (max-width: 640px) {
/* layout */
#cont {
	padding: 25px 0 10px;
}
.wrap {
	width: auto;
	padding: 0 15px;
}
#mainCont, #side {
	width: 100%;
	float:none;
}
#mainCont {
	margin-bottom: 15px;
}
#side {
	height: auto !important;
}
#sideCont {
	position: relative !important;
	top: 0 !important;
}
.mb18 {
	margin-bottom: 0 !important;
}
/* contents */
h1 {
	font-size: 23px;
}
h2 {
	font-size: 17px;
}
h3 {
	margin-bottom: 30px;
	font-size: 16px;
}
a.linkBtn {
	width: auto;
	line-height: 1.4;
	padding: 15px 40px;
}
.txtBloc dt{
	font-size:17px;
}
/*TagList*/
.tagList li span {
	font-size:12px;
}
/*Tweetbox*/
.twtBox .icn {
	padding: 0 10px 10px 0;
}
.twtBox .twt {
	width: auto;
	float: none;
}
.twtBox .twt .com {
	clear: both;
	line-height: 1.6;
	font-size: 14px;
}
.phBloc {
	float: none;
	padding: 0;
	margin-bottom: 10px;
}
.phBloc img {
	width: 100%;
	height: auto;
}
.phBlocbig {
	margin-bottom: 10px;
}
.phBlocbig img {
	width: 100%;
	height: auto;
}
.txtBloc {
	margin-bottom: 20px;
}
/* side */
#side{
	display:block;
}
.sideBnr {
	display: none;
}
.sideLink {
	border: 6px solid #dfdfdf;
}
.sideLink .tn {
	width: 20%;
}
.sideLink .tn img {
	border: 2px solid #dadada;
}
.sideLink .txt {
	width: 75%;
	float: right;
	font-size: 12px;
	margin-left: 5px;
	word-break: break-all;
}
/*head*/
#head .logo{
	margin: auto;
}
#head .logo a{
	width:134px;
	height:20px;
	background-size:134px 20px;
}
/*foot*/
#foot .copyright {
	font-size: 10px;
}
}
