@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
	overflow: auto;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 16px 'Trebuchet MS', 'Arial', 'Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.7em;
	color: #333;
	background:#fff url(../img/bg1.jpg) top left repeat fixed;
	-webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/*全体設定*/
a {
	color: #d12752;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #F32357;
	text-decoration: underline;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.5);
}
.center {
	text-align: center;
}
.al_r {
	text-align: right;
}
.al_l {
	text-align: left;
}
.fl_r {
	float: right;
}
.fl_l {
	float: left;
	margin: 0 1em 1em 0;
}
.clear {
	clear: both;
}
.display-none {
	display: none;
}
.fixed {
	position: fixed;
	top:0;
}
.b {
	font-weight: bold;
}
.red {
	color: #F00;
	font-weight: bold;
}
.org {
	color: #ff7316;
	font-weight: bold;
}
.yel {
background: linear-gradient(transparent 60%, #FF9 60%); 
} 
/*見出し*/
h1 {
	width:100%;
}
h1 a {
	display:block;
	width:1168px;
	margin:0 auto;
	color:#1a1a1a;
	line-height:25px;
}
h1 a:hover{
}
h2 {
}
h3 {
}
h4 {
}
h5 {
	line-height:1.5em;
	border-bottom:#000 solid 3px;
	margin:0 0 5px 0;
	font-weight:bold;
}
/*ヘッダー*/
#header{
	width:100%;
	min-width:1168px;
	margin:0 0 20px 0;
}
.head_in{
	width:1168px;
	margin:0 auto;
	letter-spacing: -.40em;
	padding:10px 0;
}
.logo{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
	letter-spacing: normal;
	width:320px;
}
.logo:hover{
	animation: rumble 0.12s linear infinite;
}
 
@keyframes rumble{
	0%	{transform:rotate(0deg)	translate(0,0);}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
	25%	{transform:rotate(0.8deg)	translate(0px,1px);}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
	50%	{transform:rotate(0deg)	translate(0,0);}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
	75%	{transform:rotate(-0.8deg)	translate(0,1px);}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
	100%	{transform:rotate(0deg)	translate(0,0);}
}
.banner{
	display:inline-block;
	*display: inline;  
	*zoom: 1;
	vertical-align:middle;
	letter-spacing: normal;
	width:728px;
	padding:0 0 0 120px;
}
/*ナビ*/
#nav{
	width:100%;
	min-width:1168px;
	background:#1a1a1a;
}
.nav_title{
	display:none;
}
#nav ul{
	width:1168px;
	margin:0 auto;
	height:40px;
	overflow:hidden;
}
#nav ul li{
	float:left;
}
#nav ul li a{
	display:block;
	line-height:40px;
	padding:0 1em;
	color:#FFF;
}
#nav ul li a:hover{
	background:#F32357;
	text-decoration:none;
}
#nav .icon_twitter a:before,#nav .icon_google_plus a:before,#nav .icon_rss a:before{
	font-family: "dpicons";
	color:#FFF;
}
#nav .icon_twitter a:before{
	content: "\e629";
}
#nav .icon_google_plus a:before{
	content: "\e625";
}
#nav .icon_rss a:before{
	content: "\e62d";
}
#nav .search_form{
	float:right;
	padding:10px;
}

#nav .search_form input.sf {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 0 0 no-repeat;
}

#nav .search_form input.sf,
#nav .search_form input.sfbtn {
	outline: 0;
	border: 1px solid #aaa;
}

#nav .search_form input.sf {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 0 5px 0 21px;
	width: 225px;
	height: 20px;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
	background-position: 5px -264px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	vertical-align: top;
	text-indent:1.0em;
	font-size:12px;
	*width: 180px;
}

#nav .search_form input.sfbtn {
	float: right;
	width: 75px;
	height: 20px;
	border-left: 0;
	border-radius: 0 10px 10px 0;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:    -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:     -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:      -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:         linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	-webkit-transition: color 0.2s ease;
	   -moz-transition: color 0.2s ease;
	    -ms-transition: color 0.2s ease;
	     -o-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}

#nav .search_form input.sfbtn:hover,
#nav .search_form input.sfbtn:focus {
	color: #2e90c5;
}
/*ブログロール*/
.rss-blogroll,.blogroll_main{
	border:#CCC solid 1px;
	margin:0 0 20px 0;
}
.rss-blogroll .blogroll-channel{
	width:50%;
	float:left;
	height:320px;
	overflow:auto;
}
.blogroll_main .blogroll-channel{
	width:100%;
	float:none;
	height:320px;
	overflow:auto;
}
.blogroll-channel img{
	width:100px;
	height:auto;
	margin:0 0 0 10px;
}
.blogroll-ad-default{
	font-size:10px;
	margin:0 0 0 10px;
}
.blogroll-channel ul{
	padding:10px;
}
.blogroll-channel li a{
	display:block;
	color:#333;
	border-bottom:#CCC dotted 1px;
}
.blogroll-channel li a:hover{
	background:#F32357;
	color:#FFF;
	text-decoration:none;
}
.blogroll-channel li a span{
	display:none;
}
#wrap{
	width:1168px;
	margin:0 auto;
	position:relative;
}
#contents{
	width:1168px;
}
#main{
	width:728px;
	float:right;
	margin-right:220px;
}

#side_l{
	width:200px;
    float: left !important;
}

#side_r{
	width:200px;
    float: right;
    margin-right: -948px;
}

/*メインコンテンツ*/

.article{
	margin:0 0 20px 0;
}
.article-header{
	border-top:#1a1a1a solid 3px;
	padding-top:10px;
	margin:0 0 20px 0;
}
.title_date{
	float: left;
	text-align: center;
	line-height: 1em;
	width: 70px;
	height: 60px;
	padding: 5px 0;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom:10px;
	background-color: #F32357;
	color: #FFF;
}
.title_date_day{
	display: block;
	height: 40px;
	font-size: 35px;
	line-height: 35px;
	overflow: hidden;
}
.title_date_month{
	font-size:12px;
}
.page_title{
	font-size:35px;
	line-height:40px;
	margin:0 0 10px 0;
	display:block;
	width:640px;
	float:left;
}
.article-header ul{
	display:block;
	border-top:#1a1a1a solid 1px;
	border-bottom:#1a1a1a solid 1px;
}
.article-header ul li{
	display:inline;
	padding:0 0.5em;
}
.article-header ul li:first-child:after{
	padding:0 0 0 1em;
	content:"|";
}
.article-header ul li time:before{
	font-family: "dpicons";
	content: "\e636";
	font-size:14px;
}
.article-header ul .category:before{
	font-family: "dpicons";
	content: "\e68f";
	font-size:14px;
}

.article-header ul .post_comment:before{
	font-family: "dpicons";
	content: "｜　　\e68b";
	font-size:14px;
}


.more:before {
	font-family: "dpicons";
	content: "\e6bf";
}

.article-tags:before{
	font-family: "dpicons";
	content: "\e689";
}
.article-tags dt,.article-tags dd{
	display:inline;
}
.article-tags dd{
	padding:0 0.5em 0 0;
}

/*ページナビゲーション*/
.pager{
	padding:0 0 0 0;
	background: none;
	font-size: 14px;
}

ul.index-navigator{
	margin: 0 0 7px !important;
}

li.paging-prev{
	margin: 0 5px !important;
}

li.paging-prev a,
li.paging-next a,
.index-navigator .paging-first a,
.index-navigator .paging-last a,
li.paging-number ol.paging-number li a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px !important;
	height: 32px;
	/* border: 1px solid #d5d5d5; */
	background: #999;
	color: #fff;
	text-decoration: none;
	font-weight: bold !important;
	line-height: 32px !important;
}

li.paging-next{
	margin: 0 5px !important;
}

li.paging-prev a:hover,
li.paging-next a:hover,
.index-navigator .paging-first a:hover,
.index-navigator .paging-last a:hover,
li.paging-number ol.paging-number li a:hover,
li.paging-number ol.paging-number li.current{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px !important;
	height: 32px;
	/* border: 1px solid #838383; */
	background: #484848;
	color: #ffffff;
	font-weight: bold;
	line-height: 32px;
}

li.paging-number ol.paging-number li.current{
	padding: 0 0;
}

ul.index-navigator li a,
ul.index-navigator li.current{
	margin: 0 3px !important;
	height: 32px !important;
	line-height: 32px !important;
	*line-height: 30px;
	*height: 30px;
}

ul.index-navigator li.current span{
	*line-height:33px !important;
}

.article-pager .prev,.article-pager .next{
	display:block;
	background:#999;
	padding:5px;
}
.article-pager .prev a,.article-pager .next a{
	color:#FFF;
	display:block;
}
.article-pager .prev{
	margin:0 0 5px 0;
}
.article-pager .next{
	margin:0 0 20px 0;
	text-align:right;
}

/*本文設定*/
.post{
}
.post img{
	width:auto;
	max-width:100%;
	height:auto;
}

.amz{
	background:#f0f0f0;
	margin:1em 0;
	padding:1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dedede;
}
.t_b ul{
	margin:0 important;
	padding:0 !important;
}
.t_b li{
	margin:0 important;
	padding:0 !important;
	font-size: 15px !important;
	line-height: 1.6em !important;
}

.about{
color:#F36; display:block; border-bottom:#CCC dotted 1px;
}
.t_i{
	margin:0 0 0 1em;
}
.dmm{
	margin-bottom:1em;
}
.dmm a {
	display:block;
	width:25%;
	text-align:center;
	float:left;
}
.t_h{
	font-size: 11px;
	border-bottom:#CCC dotted 1px;
}
.t_h a{
}
.t_h a:visited{
}
/*ポップアップ*/
#ID,#COM{
	max-width:600px;
	background:#fff;
	border:#CCC solid 1px;
	-moz-box-shadow:
		0px 2px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow:
		0px 2px 3px rgba(000,000,000,0.3);
	box-shadow:
		0px 2px 3px rgba(000,000,000,0.3);
}
#ID .t_h,#COM .t_h{
	margin:1em 1em 0 1em;
}
#ID .t_b,#COM .t_b{
	margin:0 1em 1em 1em;
}
.com_art{
	font-size: 12px;
	line-height:1.5em;
	margin: 10px 0 0 93px;
}

/*関連記事*/
.related-articles{
	margin:0 0 20px 0;
}
.related-articles h3{
	font-size:24px;
	line-height:1.5em;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	margin:0 0 5px 0;
}
/*コメント*/
.comment_title{
    color: #444;
    font-size: 36px;
    display: flex;
    align-items: center;
	margin:0 0 10px 0;
}
.comment_title:before,.comment_title:after{
        content: "";
        flex-grow: 1;
        height: 1px;
}
.comment_title:before{
        margin-right: .2em;
        background: linear-gradient(-90deg, #888, transparent);
}
.comment_title:after{
        margin-left: .2em;
        background: linear-gradient(90deg, #888, transparent);
}
#comments-list .t_b{
	margin:0 0 1em 0;	
}
/*コメントフォーム*/
#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating ,legend{
    display: none;
}
#comment-form{
	background:#eee;
	padding:10px;
	margin:0 0 20px 0;
}
#comment-form-body{
	width:685px;
	margin:0 auto;
}
.comment-form-author{
	letter-spacing: -.40em;
	margin:0 0 10px 0;
}
.comment-form-author dt ,.comment-form-author dd{
	display:inline-block;
	*display: inline;  
	*zoom: 1;
	vertical-align:top;
	letter-spacing: normal;
}
#comment-form-author{
	width:300px;
	height:20px;
	line-height:20px;
}
.comment-form-body{
	letter-spacing: -.40em;
}
.comment-form-body dt ,.comment-form-body dd{
	display:inline-block;
	*display: inline;  
	*zoom: 1;
	vertical-align:top;
	letter-spacing: normal;
}
#comment-form-textarea{
	width:600px;
	height:150px;
}
.comment-form-author dt,.comment-form-body dt{
	width:80px;
}
.submit button{
	padding:5px 20px;
	font-size:14px;
	width:100px;
}
.submit button:hover{
	cursor:pointer;
}
.memorize{
	font-size:14px;
}
/*ナビボックス*/
#navi_box {
	letter-spacing: -.40em;
	position:absolute;
	bottom:115px;
	right:105px;
}
.entry_navi{
	bottom:195px !important;
}
.navi_box_in{
	position:fixed;
	width:100px;
}
#navi_box a {
	text-decoration:none;
	color:#FFF;
	text-align:center;
	display:block;
	font-size:12px;
	line-height:30px;
	position:relative;
	overflow:hidden;
	margin:0 auto 5px;
	padding:0 0 0 35px;
	letter-spacing: normal;
}
#navi_box a:hover {
	background:none;
}
#navi_box a:before {
	font-family: "dpicons";
	font-size:30px;
	position:absolute;
	top:0;
	left:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#navi_box a:after {
	font-family: "dpicons";
	font-size:30px;
	position:absolute;
	top:-100px;
	left:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#navi_box a:hover:before {
	top:50px;
}
#navi_box a:hover:after {
	top:0;
}
/*totop*/
.btn_top {
	border:#bbb solid 2px;
	background:#bbb;
}
#navi_box .btn_top:hover {
	color:#bbb;
}
.btn_top:before {
	content: "\e6d9";
}
.btn_top:after {
	content: "\e6d9";
	color:#bbb;
}
/*comment*/
.btn_comment {
	border:#EB5054 solid 2px;
	background:#EB5054;
}
#navi_box .btn_comment:hover {
	color:#EB5054;
}
.btn_comment:before {
	content: "\e68b";
}
.btn_comment:after {
	content: "\e68b";
	color:#EB5054;
}

/*feedly*/
.btn_feedly {
	border:#87c040 solid 2px;
	background:#87c040;
}
#navi_box .btn_feedly:hover {
	color:#87c040;
}
.btn_feedly:before {
	content: "\e600";
}
.btn_feedly:after {
	content: "\e600";
	color:#87c040;
}
/*twitter*/
.btn_twitter {
	border:#00aced solid 2px;
	background:#00aced;
}
#navi_box .btn_twitter:hover {
	color:#00aced;
}
.btn_twitter:before {
	content: "\e629";
}
.btn_twitter:after {
	content: "\e629";
	color:#00aced;
}
/*rss*/
.btn_rss {
	border:#ffb53c solid 2px;
	background:#ffb53c;
}
#navi_box .btn_rss:hover {
	color:#ffb53c;
}
.btn_rss:before {
	content: "\e62d";
}
.btn_rss:after {
	content: "\e62d";
	color:#ffb53c;
}

/*サイドバー*/
.sidewrapper{
	margin:0 0 20px 0;
	font-size:14px;
}
.sidetitle{
	font-size:16px;
	line-height:1.2em;
	border-bottom:#000 solid 3px;
	margin:0 0 5px 0;
	font-weight:bold;
}
.sidebody{
	border-bottom:#CCC dotted 1px;
}
.sidebody a{
	color:#333;
	display:block;
}
.sidebody a:hover{
	color: #F32357;
}
.category-child{
	text-indent:1em;
}

/*フッター*/
#footer{
	width:100%;
	min-width:1168px;
	background:#eee;
	border-top:#000 solid 3px;
	padding:10px 0 0 0;
}
#footer a{
	color:#777;
}
#footer_in{
	width:1168px;
	margin:0 auto;
}
.footer_item{
	width:349px;
	float:left;
	background:#FFF;
	padding:10px;
	margin:10px;
}
.footer_item ul{
	margin:0 0 20px 0;
}
.profile-header,.qr{
	margin:0 0 20px 0;
	padding:10px;
}
.profile-avatar{
	float:left;
	margin:0 10px 0 0;
}
.profile-name,.profile-screen-name{
	display:block;
}

.copy{
	width:100%;
	min-width:1168px;
	background:#FFF;
	text-align:center;
}

/*広告*/
.admax{
	text-align:center;
}
.ad_300_250{
	display:block;
	padding:5px;
}
.ad_300_250 li{
	width:50%;
	float:left;
	text-align:center;
}
#ad_160_left{
	position:absolute;
	top:0;
	left:-170px;
	height:100%;
	max-height:100%;
	width:160px;
}
#ad_160_right{
	position:absolute;
	top:0;
	left:1178px;
	height:100%;
	max-height:100%;
}
.ad_160_fix{
}
.sp_ad{
	display:none;
}

/*パンくず*/
.breadcrumbs{
	font-size:12px;
	line-height:1.5em;
	margin:0 0 10px 0;
}

/*震える文字*/
.rum_inline{
	display: inline-block;
}
.rum-inline:hover{
	animation: rumble 0.12s linear infinite;
}
/*ソーシャルボタン*/
.pocket-btn{
	width:100px;
	overflow:hidden;
}

/*カレンダー*/
.calendarhead{
	text-align:center;
}
.calbody > table{
	width:100%;
	border-top:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
}
.calbody table td{
	border-bottom:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
}
.caltblwkbg,.caltbldaybg{
	border-bottom:none !important;
	border-right:none !important;
}

/*Archive*/
.year,.toggleIndicator{
	display:inline !important;
	margin-right:1em;
}

/*New Posts*/
.recent-article-image li{
	margin:0 auto 10px !important;
	width:180px;
}
.recent-article-image a{
	display:block;
}

/*DMM*/
.dmm_live{
	width:180px;
	margin:0 auto;
}
/*feed*/
.fw-iframe{
	display:none;
}
@keyframes rumble{
	0%	{transform:rotate(0deg)	translate(0,0);}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
	25%	{transform:rotate(0.8deg)	translate(0px,1px);}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
	50%	{transform:rotate(0deg)	translate(0,0);}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
	75%	{transform:rotate(-0.8deg)	translate(0,1px);}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
	100%	{transform:rotate(0deg)	translate(0,0);}
}

