@charset "UTF-8";

/*基本設定====================================================================*/
body{
	color: #333333;
	background: #eef6ff;
	background: #cceeff;
	text-align: center;
	height: 100%;
	font-family:"Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","arial",sans-serif;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}

/*=================================================================================*/

p,h1,h2,h3,h4,h5,div{/*大画面スマホ*/
	background-image: url();
}

/*レイアウト*/
#contents{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: #cceeff;
}
.cx_smartphoneview #contents{
	width: auto;
}

#contents_left{
	width: 640px;
	float: left;
	text-align: left;
}
#contents_right{
	padding-top: 10px;
	width: 350px;
	float: right;
	text-align: left;
}

.cx_smartphoneview #contents_left{
	width: auto;
	float: none;
	text-align: left;
}
.cx_smartphoneview #contents_right{
	width: auto;
	float: none;
	text-align: left;
}

div#footer_area{
}
.cx_smartphoneview div#footer_area{
	background: #ffffff;
	padding-bottom: 45px;
}


.shadow{
	/*border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;*/
	box-shadow:				1px 1px 2px 1px rgba(190,230,250,1);
	-moz-box-shadow:		1px 1px 2px 1px rgba(190,230,250,1);
	-webkit-box-shadow:		1px 1px 2px 1px rgba(190,230,250,1);
	border: solid 1px #dddddd;
}
.cx_smartphoneview .shadow{
	/*border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;*/
	box-shadow:				0px 1px 2px 1px rgba(190,230,250,1);
	-moz-box-shadow:		0px 1px 2px 1px rgba(190,230,250,1);
	-webkit-box-shadow:		0px 1px 2px 1px rgba(190,230,250,1);
	border: none;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

div.inner{
	padding: 9px;
	position: relative;
}
.cx_smartphoneview div.inner{
	padding: 5px;
}
div.inner2{
	padding: 14px;
	position: relative;
}
.cx_smartphoneview div.inner2{
	padding: 10px;
}
.box_title,
.box_title2{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 10px 9px 8px 9px;
	color: #00aadd;
	border-bottom: solid 1px #dddddd;
}
.box_title2{
	background: #f6f6f6;
}
.box_footer{
	padding: 9px;
	min-height: 20px;	
}
.cx_smartphoneview .box_footer{
	padding: 10px 5px;
}

/*SNSボタン*/
div.tweet_btn{
	width: 78px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	float: left;
}
iframe.twitter-share-button {
	width: 78px !important;
}
div.like_btn{
	width: 123px;
	display: inline-block;
	float: left;
}
div.line_btn{
	display: none;
}
.cx_smartphoneview div.line_btn{
	display: block;
	width: 92px;
	display: inline-block;
	float: left;
}

/*ヘッダ*/
#header{
	height: 85px;
	background-image: url(../img/head_pc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.cx_smartphoneview #header{
	background-image: url(../img/head_sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: relative;
	height: 90px;
}
div.header_btn{
	position: absolute;
	top: 10px;
	right: 0;
}
.cx_smartphoneview div.header_btn{
	top: 5px;
	right: 5px;
}
div.category_top_btn{
	display: none;
}
a.head_logo_area{
	display: block;
	width: 280px;
	height: 80px;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
}
.cx_smartphoneview a.head_logo_area{
	width: 230px;
	height: 65px;
}

div#head_photo{
	display: none;
	
	position: absolute;
	right: 0;
	top: 10px;
	width: 136px;
	height: 66px;
	background-image: url(../img/head_photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	box-shadow:				1px 1px 2px 1px rgba(190,230,250,1);
	-moz-box-shadow:		1px 1px 2px 1px rgba(190,230,250,1);
	-webkit-box-shadow:		1px 1px 2px 1px rgba(190,230,250,1);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #ffffff;
	
	cursor: pointer;
}

.cx_smartphoneview div#head_photo{
	right: 5px;
	top: 5px;
	width: 80px;
	height: 54px;
	background-image: url(../img/head_photo_sm.jpg);
	background-size: 80px 65px;
}

/*記事リスト*/
span#category_name{
	color: #ff66cc;
}
#top_news{
	background-color: #ffffff;
}
.cx_smartphoneview #top_news{
}
div.news_list_area{
}
div.news_list_area>div>div{
	border-bottom: solid 1px #eeeeee;
}
div.news_list_area>div>div:last-child{
	border: none;
}
.boxlink{
	transition: all .2s;
}
.boxlink:hover{
	background: #f6f6f6;
	color: #11aadd;
}
.cx_smartphoneview .boxlink:hover{
	background: transparent;
}
div.news_list{
	position: relative;
	padding: 4px;
	overflow: hidden;
	cursor: pointer;
}
.cx_smartphoneview div.news_list{
	position: relative;
	padding: 1px 2px;
	overflow: hidden;
	cursor: pointer;
}

div.news_list_img{
	position: absolute;
	left: 4px;
	top: 4px;
	width: 120px;
	height: 120px;
	background-color: #eeeeee;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.cx_smartphoneview div.news_list_img{
	left: 2px;
	top: 1px;
	width: 100px !important;
	height: 100px !important;
}
div.news_list_img img{
	position: relative;
}
.cx_smartphoneview div.news_list_img img{
	position: relative;
}

div.has_video{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	bottom: 0;
	background-image: url(../img/video.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.cx_smartphoneview div.has_video{
	width: 36px;
	height: 36px;
}

div.news_list_left{
	padding-left: 125px;
	min-height: 120px;
}
.cx_smartphoneview div.news_list_left{
	padding-left: 104px;
	min-height: 100px;
}

a.news_list_link{
	height: 0;
	overflow: hidden;
}
h2.news_list_title{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding: 5px;
	word-break: break-all;
}
.cx_smartphoneview h2.news_list_title{
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
span.new{
	display: inline-block;
	color: #ffffff;
	background: #ff66aa;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	padding: 2px 5px;
	margin-left: 3px;;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	vertical-align: middle;
}
span.new:after{
	content: "NEW";
}

div.news_list_date{
	font-size: 11px;
	line-height: 16px;
	padding: 0 5px 5px 5px;
	color: #999999;
	letter-spacing: 0;
}
.cx_smartphoneview div.news_list_date{
	padding: 0 5px 0 5px;
	line-height: 15px;
}

div.news_list_keyword{
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	margin-right: 10px;
	padding: 2px 3px 1px 3px;
	color: #999999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #cccccc;
}

div.news_list_text{
	font-size: 12px;
	line-height: 20px;
	word-break: break-all;
	padding: 0 5px 5px 5px;
	color: #666666;
}
div.news_list_text br{
	display: none;
}
.cx_smartphoneview div.news_list_text{
	display: none;
}
div.news_list_text img{
	display: none;
}
div.news_list_text div.f_r,
div.news_list_text div.f_l{
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#prev_page_btn{
	padding: 4px 9px;
	border-bottom: solid 1px #eeeeee;
}
div#next_page_btn{
	padding: 4px 9px;
	border-top: solid 1px #eeeeee;
}
.cx_smartphoneview div#prev_page_btn,
.cx_smartphoneview div#next_page_btn{
	padding: 5px;
}
div#prev_page_btn a:after{
	content: "\00a0\25B2";
	font-weight: bold;
}
div#next_page_btn a:after{
	content: "\00a0\25BC";
	font-weight: bold;
}


/*記事*/
#news{
	background: #ffffff;
}
.cx_smartphoneview #news{
}

h2.news_title{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #11aadd;
	padding: 5px;
	word-break: break-all;
}
div.news_date{
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	padding: 0 5px 5px 5px;
}
div.news_twitter{
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 0 5px 5px 5px;
}
div.news_text{
	font-size: 14px;
	line-height: 24px;
	padding: 5px;
	overflow: hidden;
}
div.news_video{
	position: relative;
	margin: 0 5px 10px 5px;
	font-size: 0 !important;
	display: none;
}
div.news_video:before{
	content: "";
	display: block;
	padding-top: 56.25%;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f6f6f6;
	
	border-top: solid 10px #ffffff;
}
div.news_video2{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

span#twv{
	display: none;
}

div.news_keyword{
	font-size: 0;
	line-height: 0;
	color: #999999;
	padding: 5px;
	background: #f6f6f6;
	margin-top: 10px;
}
div#archive_list a,
div#keyword_list a,
div.news_keyword a{
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	margin: 1px;
	padding: 3px 6px;
	color: #333333;
	background: #ffffff;
	border: solid 1px #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all .2s;
}
.cx_smartphoneview div#archive_list a,
.cx_smartphoneview div#keyword_list a,
.cx_smartphoneview div.news_keyword a{
	padding: 4px 8px;
}
div#archive_list a:hover,
div#keyword_list a:hover,
div.news_keyword a:hover{
	text-decoration: none;
	color: #00aadd;
	background: #f6f6f6;
}
.cx_smartphoneview div#archive_list a:hover,
.cx_smartphoneview div#keyword_list a:hover,
.cx_smartphoneview div.news_keyword a:hover{
	color: #333333;
	background: #ffffff;
}

div#keyword_list a span.keyword_name{
}
div#keyword_list a span.keyword_id{
	display: none;
}

div#archive_list a{
	width: 94px;
	text-align: center;
}
.cx_smartphoneview div#archive_list a{
	width: 83px;
	text-align: center;
}
div#archive_list a:nth-child(n+13){
	display: none;
}



div.news_footer{
	margin-top: 20px;
	min-height: 20px;
}




/*コメント*/
#comment{
	background: #ffffff;
	display: none;
}
.cx_smartphoneview #comment{
}
#comment2{
}
#comment2 a{
	display: none;
}
.cx_smartphoneview #comment2{
}

div#comment_post{
	display: none;
}
div#commnet_list{
}

div.comment_box{
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 10px;
	padding: 5px;
}
div.comment_box:nth-last-child(2) {
	margin-bottom: 0;
	border: none;
}
p.comment_name{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
p.comment_text{
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
}
p.comment_date{
	font-size: 11px;
	line-height: 16px;
	/*text-align: right;*/
	color: #999999;
}



div#post_comment{
	/*font-size: 0 !important;
	line-height: 0 !important;*/
}
div#post_comment span{
	font-size: 10px !important;
	line-height: 12px !important;
}

div#post_comment br{
	display: none;
}

div#post_comment table td{
	font-size:0px !important;
	line-height: 0px !important;
}

div#post_comment table th,
div#post_comment table td{
	padding: 0 0 3px 0;
}

div#post_comment table th,
div#post_comment table td span{
	font-size:12px !important;
	line-height: 18px !important;
	font-weight: normal !important;
}
div#post_comment table span{
	font-size: 12px !important;
	line-height: 18px !important;
}

div#post_comment input[type="text"],
div#post_comment textarea{
	font-size: 12px !important;
	line-height: 18px !important;
	padding: 2px !important;
	/*margin-bottom: 5px !important;*/
	border: solid 1px #cccccc !important;
	width: 500px !important;
}
div#post_comment textarea{
	height: 54px !important;
}
.cx_smartphoneview div#post_comment input[type="text"],
.cx_smartphoneview div#post_comment textarea{
	width: 220px !important;
}
.cx_smartphoneview div#post_comment textarea{
	height: 72px !important;
}



div#post_comment input[type="button"]{
	margin-right: 10px !important;
	margin-bottom: 2px !important;
}


/*Facebook*/
#facebook{
	background: #ffffff;
	min-height: 195px;
	display: none;
}
.cx_smartphoneview #facebook{
	min-height: 100px;
}

/*Twitter*/
#twitter{
	background: #ffffff;
	display: none;/*20150731削除*/
}
.cx_smartphoneview #twitter{
}
#twitter2{
}
.cx_smartphoneview #twitter2{
}
div#show_more_tweet{
	display: none;
	text-align: center;
}
.cx_smartphoneview div#show_more_tweet{
	padding-bottom: 5px;
}
div#show_more_tweet a{
	display: block;
}
.muttersWrap {
	font-size: 12px !important;
	color: #333333 !important;
	font-family:"Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","arial",sans-serif;
}
.mutters {
	border-bottom: solid 1px #eeeeee !important;
	margin-bottom: 10px !important;
	padding: 5px !important;
	overflow: hidden;
}
.mutters:last-child {
	border: none !important;
	margin-bottom: 0 !important;
}
.mutters .spouting .txt {
	line-height: 20px !important;
	padding: 0 0 5px 0 !important;
}
.mutters .spouting .txt a {
	color: #00aadd !important;
}
.mutters .nam {
	color: #333333 !important;
}
.mutters .nam a {
	color: #333333 !important;
}
.mutters .nam a:hover {
	text-decoration: underline !important;
}
.mutters .nam span {
	color: #999999 !important;
}
.mutters .tim {
	color: #999999 !important;
	padding: 0 !important;
	font-size: 11px !important;
	line-height: 16px !important;
}
.spouting .twFunc {
	float: right;
	text-align: center;
	padding: 0 !important;
	font-size: 11px !important;
	line-height: 16px !important;
}

.twFunc li {
	margin-left: 10px;
	*display: inline;
	*zoom: 1;
}

.twFunc li a {
/*.mutters .spouting .twFunc li a {*/
	color: #999999 !important;
	font-size: 11px !important;
	line-height: 16px !important;
}
.muttersWrap .more a,
.muttersWrap .endlink a {
	display: block;
	border: solid 1px #cccccc;
	-webkit-border-radius: 4px; /* Chrome,Safari */
	-moz-border-radius: 4px;    /* Firefox */
	border-radius: 4px;         /* CSS3 */
	padding: 5px 10px;

	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	white-space: nowrap;
}
.muttersWrap .more a:hover,
.muttersWrap .endlink a:hover{
	border-color: #bbbbbb;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.cx_smartphoneview .muttersWrap .more a:hover,
.cx_smartphoneview .muttersWrap .endlink a:hover{
	border-color: #cccccc;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}




/*AD*/
#ad{
	text-align: center;
}
.cx_smartphoneview #ad{
	display: none;
}

/*Official Twitter*/
#official_twitter{
	background: #ffffff;
}
#official_twitter2{
	min-height: 100px;
	max-height: 600px;
	overflow: auto;
}
.cx_smartphoneview #official_twitter2{
	height: auto;
	max-height: initial;
	max-height: auto;
}

/*my_box*/
.my_box{
	background: #ffffff;
}

ul.my_list{
}
ul.my_list li{
	border-bottom: solid 1px #eeeeee;
}
ul.my_list li:last-child{
	border-bottom: 0;
}
ul.my_list li a{
	display: block;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	padding: 10px 10px;
	color: #333333;
	text-decoration: none;
}
ul.my_list li a span.date{
	color: #999999;
	font-size: 11px;
}
.cx_smartphoneview ul.my_list li a{
	font-size: 14px;
	line-height: 18px;
}
ul.my_list li a:hover{
	text-decoration: none;
	background: #f6f6f6;
	color: #11aadd;
}

ul#category_menu{
}
ul#category_menu li{
	border-bottom: solid 1px #eeeeee;
}
ul#category_menu li:last-child{
	border-bottom: 0;
}
ul#category_menu li a{
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	word-break: break-all;
	min-height: 48px;
	padding: 10px 10px 10px 70px;
	color: #333333;
	text-decoration: none;
	transition: all .2s;
}
ul#category_menu li a span.date{
	color: #999999;
	font-size: 11px;
}
.cx_smartphoneview ul#category_menu li a{
	font-size: 13px;
	line-height: 16px;
}
ul#category_menu li a:hover{
	text-decoration: none;
	background: #f6f6f6;
	color: #11aadd;
}
.cx_smartphoneview ul#category_menu li a:hover{
	text-decoration: none;
	background: #ffffff;
	color: #333333;
}
ul#category_menu li a span.thumb{
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	left: 4px;
	top: 4px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/*バナー*/
div#bnr_area{
	text-align: center;
	width: 350px;
}
.cx_smartphoneview div#bnr_area{
	width: 310px;
	margin: 0 5px;
}


/*フッタ*/
div.footer_btn{
	overflow: hidden;
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

div.footer_btn_left{
	float: left;
}
.cx_smartphoneview div.footer_btn_left{
	margin-left: 5px;
}
div.footer_btn_right{
	float: right;
}
.cx_smartphoneview div.footer_btn_right{
	margin-right: 5px;
}


/*切り替えTAB*/
ul.my_tab{
	display: none;/*20150731削除*/
}
ul.my_tab li{
	float:left;
	text-align: center;
	background: #eeeeee;
	color: #666666;
	font-weight: bold;
	border-radius:			4px 4px 0 0;
	-moz-border-radius:		4px 4px 0 0;
	-webkit-border-radius:	4px 4px 0 0;
	border: solid 1px #dddddd;
	border-bottom: none;
	cursor: pointer;
	
	min-width: 120px;
	padding: 9px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 20px;
}
.cx_smartphoneview ul.my_tab li{
	letter-spacing: 0;
	min-width: 70px;
	padding: 7px;
	margin-right: 0;
	margin-left: 5px;
	font-size: 12px;
	line-height: 20px;
}
ul.my_tab li:hover{
	background: #e6e6e6;
	color: #00aadd;
}
ul.my_tab li.current{
	background: #00aadd;
	color: #ffffff;
}

ul.my_tab:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*PAGE TOP*/
div#page_top_btn{
	position: fixed;
	bottom: 40px;
	right: 0;
	z-index: 101;
	background-color: #11aadd;
	background-image: url(../img/page_top.png);
	background-repeat: no-repeat;
	background-position: 25px 12px;
	padding: 10px 12px 10px 48px;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	overflow: hidden;
	cursor: pointer;
	-webkit-border-radius: 22px 0 0 22px;
	-moz-border-radius: 22px 0 0 22px;
	border-radius: 22px 0 0 22px;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	display: none;
}
.cx_smartphoneview div#page_top_btn{
	bottom: 50px;
	font-size: 0;
	padding: 10px 10px 10px 48px;
}

div#page_top_btn:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.cx_smartphoneview div#page_top_btn:hover{
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*フロートSNS*/
div#float_sns{
	display: none;
}
.cx_smartphoneview div#float_sns{
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	background-color: rgba(255,255,255,.85);
	border-top: solid 3px rgba(255,255,255,.5);
}
div#float_sns2{
	text-align: left;
	overfloa: hidden;
	height: 20px;
	padding: 10px 5px 15px 5px;
	border-top: solid 1px #cccccc;
}

/*ブログ調整用==========================================================================*/
/*最後のクリアはいらない*/
br[style="clear: both;"]{
	display: none;
}

/*隠す*/
.hide{
	display: none;
}
a.show_hide{
	
}

/*フロートイメージのマージン*/
img.entryImage[width="300"]{
	margin-bottom: 10px;
}
img.entryImage[style="float: right;"],
img.entryImage[style="float:right"]{
	margin: 0 0 10px 10px;
}
img.entryImage[style="float: left;"],
img.entryImage[style="float:left"]{
	margin: 0 10px 10px 0;
}
.cx_smartphoneview img.entryImage[style="float: right;"],
.cx_smartphoneview img.entryImage[style="float:right"]{
	margin: 0 0 5px 5px;
}
.cx_smartphoneview img.entryImage[style="float: left;"],
.cx_smartphoneview img.entryImage[style="float:left"]{
	margin: 0 5px 5px 0;
}
.cx_smartphoneview img.large_img,
.cx_smartphoneview img.entryImage[width="300"],
.cx_smartphoneview img.entryImage[width="480"],
.cx_smartphoneview img.entryImage[width="600"],
.cx_smartphoneview img.entryImage[width="610"]
{
	width: 100%;
	float:none !important;
	/*margin: 0 0 5px 0;
	display: block;*/
}




/*見出し*/
h1{
	width: 0;
	height: 0;
	text-indent: -9999px;
	height: 0;
	font-size: 0;
	line-height: 0;
}
h3{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
h4{
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

/*追加　20150121　SNS*/
div.sns_btn_area{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.cx_smartphoneview div.sns_btn_area{
}
div.tw_btn,
div.fb_btn,
div.ln_btn,
a.tw_btn,
a.fb_btn,
a.ln_btn{
	display: block;
	width: 48%;
	margin: 1%;
	height: 60px;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-position: center center;
	background-repeat: no-repeat;
}
.cx_smartphoneview div.tw_btn,
.cx_smartphoneview div.fb_btn,
.cx_smartphoneview div.ln_btn,
.cx_smartphoneview a.tw_btn,
.cx_smartphoneview a.fb_btn,
.cx_smartphoneview a.ln_btn{
	width: 31%;
	margin: 5px 2px;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.tw_btn,
a.tw_btn{
	background-color: #55acee;
	background-image: url(../img/tw_btn.gif);
}
.cx_smartphoneview div.tw_btn,
.cx_smartphoneview a.tw_btn{
	background-image: url(../img/tw_btn_sm.gif);
}

div.fb_btn,
a.fb_btn{
	background-color: #3b5998;
	background-image: url(../img/fb_btn.gif);
}
.cx_smartphoneview div.fb_btn,
.cx_smartphoneview a.fb_btn{
	background-image: url(../img/fb_btn_sm.gif);
}

div.ln_btn,
a.ln_btn{
	background-color: #09B701;
	display: none;
}
.cx_smartphoneview div.ln_btn,
.cx_smartphoneview a.ln_btn{
	display: inline-block;
	background-image: url(../img/ln_btn_sm.gif);
}

a.tw_btn,
a.fb_btn{
	transition: all .2s;
}
a.tw_btn:hover,
a.fb_btn:hover{
	filter: alpha( opacity=80 );
	-moz-opacity: .8; 
	opacity: .8;
}
.cx_smartphoneview a.tw_btn:hover,
.cx_smartphoneview a.fb_btn:hover{
	filter: alpha( opacity=100 );
	-moz-opacity: 1; 
	opacity: 1;
}

