@charset "utf-8";

/* ================================================================================ *
 *                                                                                  *
 *    reset
 *                                                                                  *
 * ================================================================================ */

html {
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	text-align:left;
}
body {
	font-size: 0.75em;
	/* font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "MS PGothic", sans-serif; */
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #191919;
	background:#FFFFFF;
	text-align:center; /* for IE6 */
	padding-left: 1px;
	min-width: 1150px;
}
@media (max-width: 767px) {
	body {
		min-width: 100%;
	}
}
body:last-child {
	padding-left: 0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0; }


/* ******************************************************************************** *
 *                                                                                  *
 *    汎用スタイル
 *                                                                                  *
 * ******************************************************************************** */

/* -------------------------------------------------------------------------------- *
 *        ClearFix
 * --------------------------------------------------- */
.clearFix { overflow: hidden;}
.clearFix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
/**/
* html .clearFix {
	height: 1em;
	overflow: visible;
}
/**/
/* -------------------------------------------------------------------------------- *
 *        全体の背景
 * --------------------------------------------------- */
body {
	background: url(../img/common/body_bg.gif) left top repeat;
}

/* -------------------------------------------------------------------------------- *
 *        ディスクリプション
 * --------------------------------------------------- */
#discription {
	background: #434343;
}
#discription .inner {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}
#discription h1 {
	font-size: 10px;
	color: #fff;
	padding: 11px 0;
}
#discription .search {
	position: absolute;
	top: 7px;
	right: 65px;
	background: #fff;
	border: 0;
	width: 117px;
	line-height: 23px;
	height: 23px;
	padding: 0 3px;
}
#discription .btn {
	position: absolute;
	top: 7px;
	right: 0;
}

@media (max-width: 767px) {
#discription {
	/* background: #434343; */
}
#discription .inner {
	/* width: 1020px; */
	/* margin: 0 auto; */
	/* position: relative; */
	/* zoom: 1; */
	width: auto;
	margin: 0;
}
#discription h1 {
	/* font-size: 10px; */
	/* color: #fff; */
	/* padding: 11px 0; */
	padding: 10px;
}
#discription form {
	position: relative;
	padding: 0px 70px 10px 10px;
}
#discription .search {
	/* position: absolute; */
	/* top: 7px; */
	/* right: 65px; */
	/* background: #fff; */
	/* border: 0; */
	/* width: 117px; */
	/* line-height: 23px; */
	/* height: 23px; */
	/* padding: 0 3px; */
	position: static;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#discription .btn {
	/* position: absolute; */
	/* top: 7px; */
	/* right: 0; */
	top: 0;
	right: 10px;
}
}

/* -------------------------------------------------------------------------------- *
 *        ヘッダー
 * --------------------------------------------------- */
#header {
	background: #fff;
	position: relative;
	z-index: 10;
}
#header .inner {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}
#header h2 {
	padding: 20px 0 31px 0;
}
#header p {
	width: 728px;
	position: absolute;
	top: 13px;
	right: 0;
}

@media (max-width: 767px) {
#header {
	/* background: #fff; */
	/* position: relative; */
	/* z-index: 10; */
}
#header .inner {
	/* width: 1020px; */
	/* margin: 0 auto; */
	/* position: relative; */
	/* zoom: 1; */
	width: auto;
}
#header h2 {
	/* padding: 20px 0 31px 0; */
	padding: 15px 0 15px;
	text-align: center;
}
#header p {
	/* position: absolute; */
	/* top: 13px; */
	/* right: 0; */
	position: static;
	text-align: center;
	top: 0;
	width: 100%;
	padding-bottom: 10px;
}
}

/* ------------------------------------------------- *
 *        グローバルナビ
 * ------------------------------------------------- */
#gnav {
	position: relative;
	background: #fff;
	border-top: 1px solid #eee;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
#gnav .title {
	display: none;
}
#gnav ul {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}
#gnav li {
	float: left;
}
#gnav a {
	width: 112px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	height: 35px;
	padding-top: 15px;
	border-right: 1px solid #eee;
}
#gnav a:hover {
	background: #f3f3f3;
}
#gnav li.is-top a {
	border-left: 1px solid #eee;
	width: 91px;
}
#gnav li.is-other a ,
#gnav li.is-germany a {
}
#gnav li.is-champions a {
	height: 42px;
	padding-top: 8px;
	width: 132px;
}

body.is-england #gnav li.is-england a ,
body.is-spain #gnav li.is-spain a ,
body.is-italy #gnav li.is-italy a ,
body.is-germany #gnav li.is-germany a ,
body.is-champions #gnav li.is-champions a ,
body.is-japan #gnav li.is-japan a ,
body.is-lifestyle #gnav li.is-lifestyle a ,
body.is-other #gnav li.is-other a ,
body.is-top #gnav li.is-top a {
	background: #f3f3f3;
}

@media (max-width: 767px) {
#gnav {
	/* position: relative; */
	/* background: #fff; */
	/* border-top: 1px solid #eee; */
	/* box-shadow: 1px 1px 5px rgba(0,0,0,0.2); */
	/* -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2); */
	/* box-shadow: none; */
	/* -webkit-box-shadow: none; */
}
#gnav .title {
	display: block;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
#gnav .title span {
	position: relative;
	display: block;
	text-align: center;
}
#gnav .title span:before {
	display: block;
	content: '';
	width: 16px;
	height: 15px;
	background: url(../img/common/btn_gnav.png) 0 0 no-repeat;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -45px;
}
#gnav ul {
	/* width: 1020px; */
	/* margin: 0 auto; */
	/* overflow: hidden; */
	width: auto;
	display: none;
	font-size: 13px;
}
#gnav li {
	/* float: left; */
	float: none;
}
#gnav a {
	/* width: 112px; */
	/* display: block; */
	/* text-align: center; */
	/* text-decoration: none; */
	/* color: #333; */
	/* height: 35px; */
	/* padding-top: 15px; */
	/* border-right: 1px solid #eee; */
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	line-height: 40px;
	border-top: 1px solid #eee;
}
#gnav a:hover {
	/* background: #f3f3f3; */
	background: #fff;
}
#gnav li.is-top a {
	/* border-left: 1px solid #eee; */
	/* width: 91px; */
	width: auto;
	border: none;
}
#gnav li.is-champions a {
	/* height: 42px; */
	/* padding-top: 8px; */
	/* width: 132px; */
	width: auto;
	height: auto;
	padding: 0;
}
#gnav li.is-champions br {
	display: none;
}
}

/* -------------------------------------------------------------------------------- *
 *        レイアウト
 * --------------------------------------------------- */
#wrapper {
	width: 1020px;
	margin: 20px auto 13px auto;
	background: url(../img/common/wrapper_bg02.gif) 0 top repeat-y;
	position: relative;
	left: -5px;
}
#wrapperBgTop {
	background:url(../img/common/wrapper_bg01.gif) 0 top no-repeat;
}
#wrapperBgBottom {
	padding: 11px 5px 30px 5px;
	background: url(../img/common/wrapper_bg03.gif) 0 bottom no-repeat;
}
#contentsWrapper {
	width: 780px;
	float: left;
	padding-top: 20px;
}
#sideBar {
	width: 200px;
	float: right;
}
#magazine {
	width: 200px;
	float: left;
	display: inline;
	margin-left: 20px;
}
#contents {
	width: 520px;
	float: right;
	margin-right: 20px;
}

@media (max-width: 767px) {
#wrapper {
	/* width: 1020px; */
	/* margin: 20px auto 13px auto; */
	/* background: url(../img/common/wrapper_bg02.gif) 0 top repeat-y; */
	/* position: relative; */
	/* left: -5px; */
	width: auto;
	left: 0;
	background: #fff;
}
#wrapperBgTop {
	/* background:url(../img/common/wrapper_bg01.gif) 0 top no-repeat; */
	background: none;
}
#wrapperBgBottom {
	/* padding: 11px 5px 30px 5px; */
	/* background: url(../img/common/wrapper_bg03.gif) 0 bottom no-repeat; */
	background: none;
	padding: 0;
}
#contentsWrapper {
	/* width: 780px; */
	/* float: left; */
	/* padding-top: 20px; */
	width: auto;
	float: none;
	padding: 0;
}
#sideBar {
	/* width: 200px; */
	/* float: right; */
	width: auto;
	float: none;
}
#magazine {
	/* width: 200px; */
	/* float: left; */
	/* display: inline; */
	/* margin-left: 20px; */
	width: auto;
	float: none;
	display: block;
	margin: 0;
}
#contents {
	/* width: 520px; */
	/* float: left; */
	/* margin-left: 20px; */
	width: auto;
	float: none;
	margin: 0;
	padding: 10px;
}
}

/* -------------------------------------------------------------------------------- *
 *        ナビゲーション
 * --------------------------------------------------- */
#navigation {
	margin-bottom: 22px;
}
#navigation li {
	float: left;
}
/* -------------------------------------------------------------------------------- *
 *        フッター
 * --------------------------------------------------- */
#footer {
	font-size: 12px;
	background: #141414 url(../img/common/footer_bg01.gif) left top repeat-x;
}
#footer .inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 53px 0 23px 0;
}
#footer a:visited ,
#footer a:link {
	color: #757575;
}
#footer a:hover ,
#footer a:active {
	color: #fff;
}
/* Archive */
#archive {
	/* width: 150px; */
	width: 700px;
	float: left;
	display: inline;
	/* margin: 0 20px; */
}
#archive p {
	margin-bottom: 18px;
	color: #555;
	font-family: helvetica;
	font-size: 15px;
	padding-left: 20px;
	background: url(../img/common/ico_circle.png) 0 center no-repeat
}
#archive li {
	display: inline;
}
#archive li a {
	/* margin: 0 0 3px 5px; */
	background: #1D1D1D;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px 10px;
	margin-right: 3px;
	line-height: 3;
	text-decoration: none;
	white-space: nowrap;
	zoom: 1;
	*line-height: 1.5;
	*margin-bottom: 5px;
}
/* TagCloud */
#tagCloud {
	width: 700px;
	float: left;
	/* margin-right: 50px; */
	margin-top: 30px;
}
#tagCloud p {
	margin-bottom: 18px;
	color: #555;
	font-family: helvetica;
	font-size: 15px;
	padding-left: 20px;
	background: url(../img/common/ico_circle.png) 0 center no-repeat
}
#tagCloud li {
	display: inline;
}
#tagCloud li a {
	background: #1D1D1D;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px 10px;
	margin-right: 3px;
	line-height: 3;
	text-decoration: none;
	white-space: nowrap;
	zoom: 1;
	*line-height: 1.5;
	*margin-bottom: 5px;
}
/* Contact */
#contact {
	width: 200px;
	position: absolute;
	right: 0;
	top: 63px;
	/* float: left; */
	/* float: right; */
	margin-bottom: 20px;
}
#contact p {
	margin-bottom: 20px;
	color: #555;
	font-family: helvetica;
	font-size: 15px;
	padding-left: 20px;
	background: url(../img/common/ico_circle.png) 0 center no-repeat
}
#contact li a {
	display: inline-block;
	text-decoration: none;
	background: #1D1D1D;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px 10px;
	text-align: center;
}
/* Follow */
#follow {
	width: 200px;
	/* float: right; */
	position: absolute;
	right: 0;
	top: 53px;
}
#follow p {
	margin-bottom: 20px;
	color: #555;
	font-family: helvetica;
	font-size: 15px;
	padding-left: 20px;
	background: url(../img/common/ico_circle.png) 0 center no-repeat
}
#follow ul {
	overflow: hidden;
}
#follow li {
	float: left;
	margin-right: 8px;
}
/* CopyRight */
/* copyright */
#copyright {
	text-align: center;
	color: #999;
	background: #000;
	font-size: 13px;
	line-height: 1;
	padding: 30px 0;
	margin: 20px 0 0 0;
	font-family: helvetica;
}
#copyright p {
	width: 1020px;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
}

/* sitemap */
#sitemap {
	width: 1020px;
	margin: 0 auto;
}
#sitemap li {
	float: left;
	padding: 0 7px;
	border-right: 1px solid #444;
}
#sitemap li:first-child {
	border-left: 1px solid #444;
}

@media (max-width: 767px) {
#footer {
	/* font-size: 12px; */
	/* background: #141414 url(../img/common/footer_bg01.gif) left top repeat-x; */
}
#footerBgBottom {
}
#footerBgBottom p {
	/* margin-bottom: 28px; */
	/* color: #555; */
	/* font-family: helvetica; */
	/* font-size: 15px; */
	/* padding-left: 20px; */
	/* background: url(../img/common/ico_circle.png) 0 center no-repeat */
	margin: 10px 10px 20px 10px;
}
#footer .inner {
	/* position: relative; */
	/* width: 1020px; */
	/* margin: 0 auto; */
	/* padding: 63px 0 43px 0; */
	width: auto;
	padding: 30px 0 0 0;
}
#footer a:visited ,
#footer a:link {
	/* color: #757575; */
}
#footer a:hover ,
#footer a:active {
	/* color: #fff; */
}
/* Archive */
#archive {
	/* width: 150px; */
	/* width: 700px; */
	/* float: left; */
	/* display: inline; */
	/* margin: 0 20px; */
	display: block;
	width: auto;
	float: none;
}
#archive li {
	/* display: inline; */
	display: block;
}
#archive li a {
	/* margin: 0 0 3px 5px; */
	/* background: #1D1D1D; */
	/* border-top: 1px solid #000; */
	/* border-left: 1px solid #000; */
	/* padding: 5px 10px; */
	/* margin-right: 3px; */
	/* line-height: 3; */
	/* text-decoration: none; */
	/* white-space: nowrap; */
	/* zoom: 1; */
	/* line-height: 1.5; */
	/* margin-bottom: 5px; */
	width: auto;
	display: block;
	margin: 0;
	padding: 2px 10px;
}
/* TagCloud */
#tagCloud {
	/* width: 700px; */
	/* float: left; */
	/* margin-right: 50px; */
	/* margin-top: 30px; */
	width: auto;
	float: none;
}
#tagCloud p {
	/* margin-bottom: 18px; */
}
#tagCloud li {
	/* display: inline; */
	display: block;
}
#tagCloud li a {
	/* background: #1D1D1D; */
	/* border-top: 1px solid #000; */
	/* border-left: 1px solid #000; */
	/* padding: 5px 10px; */
	/* margin-right: 3px; */
	/* line-height: 3; */
	/* text-decoration: none; */
	/* white-space: nowrap; */
	/* zoom: 1; */
	/* line-height: 1.5; */
	/* margin-bottom: 5px; */
	width: auto;
	display: block;
	margin: 0;
	padding: 2px 10px;
}
/* Contact */
#contact {
	/* width: 200px; */
	/* position: absolute; */
	/* right: 0; */
	/* top: 63px; */
	/* float: left; */
	/* float: right; */
	/* margin-bottom: 20px; */
	width: auto;
	float: none;
	position: static;
	margin: 30px 0 0 0;
}
#contact p {
	/* margin-bottom: 20px; */
}
#contact li a {
	/* display: inline-block; */
	/* text-decoration: none; */
	/* background: #1D1D1D; */
	/* border-top: 1px solid #000; */
	/* border-left: 1px solid #000; */
	/* padding: 5px 10px; */
	/* text-align: center; */
	display: block;
	padding: 15px;
	margin: 10px;
}
/* Follow */
#follow {
	/* width: 200px; */
	/* float: right; */
	/* position: absolute; */
	/* right: 0; */
	/* top: 143px; */
	width: auto;
	float: none;
	position: static;
	text-align: center;
}
#follow p {
	/* margin-bottom: 20px; */
	/* margin-top: 30px; */
	margin-top: 20px;
}
#follow ul {
	text-align: center;
}
#follow li {
	/* float: left; */
	/* margin-right: 8px; */
	float: none;
	margin: 0;
	display: inline-block;
}
/* CopyRight */
#copyright {
	/* text-align: center; */
	/* color: #999; */
	/* background: #000; */
	/* font-size: 11px; */
	/* line-height: 1; */
	/* padding: 30px 0; */
	/* margin: 20px 0 0 0; */
	/* font-family: helvetica; */
	padding: 20px 0 10px 0;
	margin: 20px 0 0 0;
}
#copyright p {
	/* width: 1020px; */
	/* margin: 0 auto; */
	/* text-align: right; */
	width: auto;
	text-align: center;
	margin-top: 20px;
}

/* sitemap */
#sitemap {
	/* width: 1020px; */
	/* margin: 0 auto; */
	width: auto;
	text-align: center;
}
#sitemap li {
	/* float: left; */
	/* padding: 0 7px; */
	/* border-right: 1px solid #444; */
	float: none;
	display: inline-block;
}
#sitemap li:first-child {
	/* border-left: 1px solid #444; */
}
}

/* -------------------------------------------------------------------------------- *
 *        アドセンス
 * --------------------------------------------------- */
.cmnSideBnr li {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
.cmnSideBnr li {
	/* margin-bottom: 15px; */
	text-align: center;
	margin-top: 20px;
}
}
/* -------------------------------------------------------------------------------- *
 *        人気の記事
 * --------------------------------------------------- */
#ranking {
	margin-bottom: 15px;
}
#ranking dt {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 13px;
	padding: 10px 0;
}
#ranking dd {
	font-size: 0.917em;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
#ranking a:visited ,
#ranking a:link {
	color: #666;
	text-decoration: none;
}
#ranking a:hover ,
#ranking a:active {
	text-decoration: underline;
}
@media (max-width: 767px) {
#ranking {
	/* margin-bottom: 15px; */
	margin: 20px 10px 10px 10px;
}
#ranking dt {
	/* border-top: 1px solid #999; */
	/* border-bottom: 1px solid #999; */
	/* text-align: center; */
	/* font-size: 13px; */
	/* padding: 10px 0; */
}
#ranking dd {
	/* font-size: 0.917em; */
	/* padding: 10px; */
	/* border-bottom: 1px dotted #ccc; */
	padding: 0;
	border: none;
}
#ranking a {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	display: block;
}
#ranking a:visited ,
#ranking a:link {
	/* color: #666; */
	/* text-decoration: none; */
}
#ranking a:hover ,
#ranking a:active {
	/* text-decoration: underline; */
}
}

/* -------------------------------------------------------------------------------- *
 *        人気の記事
 * --------------------------------------------------- */
#rankingList {
	margin-bottom: 15px;
}
#rankingList p {
	border: none;
	margin-top: 15px;
}
#rankingList p.title {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 13px;
	padding: 10px 0;
	margin: 0;
	background: none;
}
#rankingList li {
	font-size: 0.917em;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
#rankingList a:visited ,
#rankingList a:link {
	color: #666;
	text-decoration: none;
}
#rankingList a:hover ,
#rankingList a:active {
	text-decoration: underline;
}
@media (max-width: 767px) {
#rankingList {
	/* margin-bottom: 15px; */
	margin: 20px 10px 10px 10px;
}
#rankingList dt {
	/* border-top: 1px solid #999; */
	/* border-bottom: 1px solid #999; */
	/* text-align: center; */
	/* font-size: 13px; */
	/* padding: 10px 0; */
}
#rankingList li {
	/* font-size: 0.917em; */
	/* padding: 10px; */
	/* border-bottom: 1px dotted #ccc; */
	padding: 0;
	border: none;
}
#rankingList a {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	display: block;
	font-size: 13px;
}
#rankingList a:visited ,
#rankingList a:link {
	/* color: #666; */
	/* text-decoration: none; */
}
#rankingList a:hover ,
#rankingList a:active {
	/* text-decoration: underline; */
}
}

/* -------------------------------------------------------------------------------- *
 *        ツイッター
 * --------------------------------------------------- */
#twitter {
	color: #aaa;
	margin-bottom: 15px;
	background: #1F1F1F url(../img/common/sidebar_bg02.gif) left bottom no-repeat;
  zoom: 1;
}
#twitter li {
	font-size: 0.917em;
	padding: 10px 14px;
	background: url(../img/common/sidebar_bg01.gif) left top repeat-x;
}
#twitter span {
	display: block;
	font-size: 0.917em;
	color: #6B6B6B;
	margin-top: 7px;
}
#twitter a:visited ,
#twitter a:link {
	color: #aaa;
}
#twitter a:hover ,
#twitter a:active {
	color: #FFF;
}
/* -------------------------------------------------------------------------------- *
 *        雑誌紹介
 * --------------------------------------------------- */
#magazine .section {
	margin-bottom: 25px;
}
#magazine .title {
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
}
#magazine .title h2 {
	font-weight: bold;
}
#magazine .title p {
	font-size: 10px;
	line-height: 1.3;
	color: #7F7F7F;
	margin: 3px 0 0 0;
}
#magazine .item {
	position: relative;
	zoom: 1;
	padding-top: 15px;
	text-align: center;
	background: url(../img/common/bg_line01.gif) left top repeat-x;
}
#magazine .item img {
	width: 200px;
	height: auto;
}
#magazine .item.first {
	padding: 0;
	background: none;
}
#magazine .item p {
	font-size: 0.917em;
	padding-top: 3px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#magazine .item p.new {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 13px;
	left: -2px;
}
#magazine .item.first p.new {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -2px;
	left: -2px;
}
#magazine .item.first p.new img {
	width: auto;
}
#magazine .item li {
	margin-bottom: 4px;
}
#magazine .item li a {
	display: block;
	text-align: center;
	margin-bottom: 4px;
	text-decoration: none;
	color: #fff;
	padding: 5px 0;
	background: #333;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	font-size: 11px;
}
#magazine .magazine-buy {
	background: #eee;
	padding: 10px;
	margin: 20px 0 0 0;
	border: 3px solid #ccc;
}
#magazine li.magazine-buy a {
	padding: 10px 0;
}

@media (max-width: 767px) {
#magazine .section {
	/* margin-bottom: 25px; */
	margin: -10px 10px 10px;
}
#magazine .title {
	/* margin-bottom: 10px; */
	/* padding: 10px 0 0 0; */
	/* border-top: 1px dotted #ccc; */
	font-size: 16px;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
#magazine .title p {
	/* font-size: 10px; */
	/* line-height: 1.3; */
	/* color: #7F7F7F; */
	/* margin: 3px 0 0 0; */
	margin-top: 10px;
}
#magazine .title h2:before {
	content: 'NEW';
	background: #B30000;
	font-size: 12px;
	color: #FFF;
	padding: 5px 10px;
	margin-right: 10px;
}
#magazine .item {
	/* position: relative; */
	/* zoom: 1; */
	/* padding-top: 15px; */
	/* text-align: center; */
	/* background: url(../img/common/bg_line01.gif) left top repeat-x; */
}
#magazine .item.first {
	/* padding: 0; */
	/* background: none; */
	padding-top: 10px;
}
#magazine .item p {
	/* font-size: 0.917em; */
	/* padding-top: 3px; */
	/* line-height: 1.3; */
	/* margin-bottom: 10px; */
	text-align: center;
	padding-top: 5px;
}
#magazine .item p.new {
	/* padding: 0; */
	/* margin: 0; */
	/* position: absolute; */
	/* top: 13px; */
	/* left: -2px; */
	display: none;
}
#magazine .item.first p.new {
	/* padding: 0; */
	/* margin: 0; */
	/* position: absolute; */
	/* top: -2px; */
	/* left: 23px; */
	display: none;
}
#magazine .item li {
	/* margin-bottom: 4px; */
}
#magazine .item li a {
	/* display: block; */
	/* text-align: center; */
	/* margin-bottom: 4px; */
	/* text-decoration: none; */
	/* color: #fff; */
	/* padding: 5px 0; */
	/* background: #333; */
	/* -webkit-border-radius: 3px; */
	        /* border-radius: 3px; */
	/* font-size: 11px; */
	padding: 10px 0;
}
}

/* -------------------------------------------------------------------------------- *
 *        ページトップへ
 * --------------------------------------------------- */
#pageTop {
	clear: both;
	text-align: right;
	padding-right: 250px;
}

@media (max-width: 767px) {
#pageTop {
	/* clear: both; */
	/* text-align: right; */
	/* padding-right: 250px; */
	padding: 0;
	text-align: center;
	padding: 30px;
}
}

/* -------------------------------------------------------------------------------- *
 *        ニュース
 * --------------------------------------------------- */
.cmnNews {
	overflow: hidden;
	margin-bottom: 20px;
	zoom: 1;
	background: url(../img/common/bg_grid01.gif) left top repeat;
}
.cmnNews li {
	position: relative;
	zoom: 1;
	border-top: 1px solid #fff;
	padding: 10px 19px;
	margin-top: -1px;
}
.cmnNews span {
	position: absolute;
	display: block;
	font-size: 12px;
	width: 88px;
	text-align: center;
	color: #fff;
	background: url(../img/common/bg_grid02.gif) left top repeat;
}
.cmnNews p {
	padding-left: 103px;
}
.cmnNews a {
	color: #333;
}
.cmnNews a:hover {
	color: #999;
}
@media (max-width: 767px) {
.cmnNews {
	/* overflow: hidden; */
	/* margin-bottom: 20px; */
	/* zoom: 1; */
	/* background: url(../img/common/bg_grid01.gif) left top repeat; */
	margin: 0 0 10px 0;
}
.cmnNews li {
	/* position: relative; */
	/* zoom: 1; */
	/* border-top: 1px solid #fff; */
	/* padding: 10px 19px; */
	/* margin-top: -1px; */
	padding: 0;
	padding: 10px;
}
.cmnNews span {
	/* position: absolute; */
	/* display: block; */
	/* font-size: 12px; */
	/* width: 88px; */
	/* text-align: center; */
	/* color: #fff; */
	/* background: url(../img/common/bg_grid02.gif) left top repeat; */
	position: static;
}
.cmnNews p {
	/* padding-left: 103px; */
	padding: 0;
	margin: 5px 0 0 0;
}
}
/* -------------------------------------------------------------------------------- *
 *        記事一覧＆記事詳細
 * --------------------------------------------------- */
.cmnEntry {
	margin-bottom: 20px;
}
.cmnEntry .empty {
	border: 1px solid #ccc;
	border-top: 0;
	padding: 18px 0;
	text-align: center;
}
/* カテゴリタイトル */
.cmnEntry .achiveTitle {
	border-top: 3px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
	font-size: 15px;
	padding: 14px 15px 14px 40px;
	background: url(../img/common/ico_circle_2.png) 15px center no-repeat;
}
/* カテゴリ一覧 */
.cmnEntry .category {
	width: 518px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.cmnEntry .category.index {
	margin: 0;
	border-bottom: 0;
}
.cmnEntry .category li {
	float: left;
	font-size: 0;
}
/* 記事タイトル＆本文 */
.cmnEntry .entry {
	border: 1px solid #ccc;
	border-top: 0;
}
.cmnEntry .entry-none {
	text-align: center;
	padding: 20px;
}
.cmnEntry .entry li a {
	text-decoration: none;
	display: block;
}
.cmnEntry .entryTitle {
	padding: 15px 18px 0 18px;
	margin-bottom: 15px;
	border-top: 1px solid #CCC;
}
.cmnEntry .entryTitle p {
	float: left;
	width: 56px;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	padding: 14px 0;
	margin-right: 10px;
	background: url(../img/common/bg_date.gif) center center no-repeat;
}
.cmnEntry .entryTitle p span {
	display: block;
	font-weight: bold;
}
.cmnEntry .entryTitle h3 {
	overflow: hidden;
	font-size: 1.167em;
	font-weight: bold;
	padding-top: 7px;
	text-decoration: underline;
}
.cmnEntry .entryTitle.is-new h3:before {
	display: inline-block;
	content: 'NEW';
	background: #b10000;
	color: #fff;
	font-size: 10px;
	padding: 5px 10px;
	margin-right: 5px;
	font-family: helvetica;
}
.cmnEntry .entryBody {
	clear: both;
	padding: 0 18px 18px 18px;
}
.cmnEntry .entryBody p.img {
	float: right;
	margin-left: 10px;
}
.cmnEntry a:visited ,
.cmnEntry a:link {
	color: #1F1F1F;
}
.cmnEntry a:hover ,
.cmnEntry a:active {
	color: #999;
}

@media (max-width: 767px) {
.cmnEntry .entry {
	/* border: 1px solid #ccc; */
	/* border-top: 0; */
}
.cmnEntry .entry li a {
	/* text-decoration: none; */
	/* display: block; */
}
.cmnEntry .entryTitle {
	/* padding: 15px 18px 0 18px; */
	/* margin-bottom: 15px; */
	/* border-top: 1px solid #CCC; */
}
.cmnEntry .entryTitle p {
	/* float: left; */
	/* width: 56px; */
	/* text-align: center; */
	/* font-size: 12px; */
	/* line-height: 1.2; */
	/* color: #fff; */
	/* padding: 14px 0; */
	/* margin-right: 10px; */
	/* background: url(../img/common/bg_date.gif) center center no-repeat; */
}
.cmnEntry .entryTitle p span {
	/* display: block; */
	/* font-weight: bold; */
}
.cmnEntry .entryTitle h3 {
	/* overflow: hidden; */
	/* font-size: 1.167em; */
	/* font-weight: bold; */
	/* padding-top: 7px; */
	/* text-decoration: underline; */
}
.cmnEntry .entryTitle.is-new h3:before {
	/* display: inline-block; */
	/* content: 'NEW'; */
	/* background: #b10000; */
	/* color: #fff; */
	/* font-size: 10px; */
	/* padding: 5px 10px; */
	/* margin-right: 5px; */
	/* font-family: helvetica; */
}
.cmnEntry .entryBody {
	/* clear: both; */
	/* padding: 0 18px 18px 18px; */
}
.cmnEntry .entryBody p.img {
	/* float: right; */
	/* margin-left: 10px; */
}
.cmnEntry a:visited ,
.cmnEntry a:link {
	/* color: #1F1F1F; */
}
.cmnEntry a:hover ,
.cmnEntry a:active {
	/* color: #999; */
}

}

/* ******************************************************************************** *
 *                                                                                  *
 *    index.html専用
 *                                                                                  *
 * ******************************************************************************** */

.cmnEntry .title {
	position: relative;
	zoom: 1;
	/* border: 1px solid #CCC; */
	/* border-bottom: 0; */
	background: #333;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	font-family: helvetica;
	padding-left: 15px;
}
.cmnEntry .title ul {
	position: absolute;
	top: 7px;
	right: 8px;
	line-height: 0;
}
.cmnEntry .title ul li {
	float: left;
	margin-left: 2px;
}


/* ******************************************************************************** *
 *                                                                                  *
 *    about.html専用
 *                                                                                  *
 * ******************************************************************************** */

.about h2 {
	margin-bottom: 15px;
	border-top: 3px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font-size: 15px;
	padding: 14px 15px 14px 40px;
	background: url(../img/common/ico_circle_2.png) 15px center no-repeat
}
.about h2 span {
	color: #999;
	font-size: 10px;
}
.about p {
	line-height: 1.6;
	padding: 0 15px;
	margin-bottom: 20px;
}
.about .img {
	float: right;
	margin: 4px 0 0 20px;
}
.about .author {
	text-align: right;
}

@media (max-width: 767px) {
.about h2 {
	/* margin-bottom: 15px; */
	/* border-top: 3px solid #ccc; */
	/* border-bottom: 1px dotted #ccc; */
	/* font-weight: bold; */
	/* font-size: 15px; */
	/* padding: 14px 15px 14px 40px; */
	/* background: url(../img/common/ico_circle_2.png) 15px center no-repeat */
}
.about h2 span {
	/* color: #999; */
	/* font-size: 10px; */
}
.about p {
	/* line-height: 1.6; */
	/* padding: 0 15px; */
	/* margin-bottom: 20px; */
}
.about .img {
	/* float: right; */
	/* margin: 4px 0 0 20px; */
	float: none;
	text-align: center;
	margin: 0 0 20px 0;
}
.about .img img {
	width: 100%;
	height: auto;
}
.about .author {
	/* text-align: right; */
}
}


/* ******************************************************************************** *
 *                                                                                  *
 *    company.html専用
 *                                                                                  *
 * ******************************************************************************** */

.company h2 {
	margin-bottom: 15px;
	border-top: 3px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font-size: 15px;
	padding: 14px 15px 14px 40px;
	background: url(../img/common/ico_circle_2.png) 15px center no-repeat
}
.company h2 span {
	color: #999;
	font-size: 10px;
}
.company dl {
}
.company dt {
	width: 70px;
	float: left;
	padding: 10px;
}
.company dd {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

@media (max-width: 767px) {
.company {
	margin-bottom: 30px;
}
.company h2 {
	/* margin-bottom: 15px; */
	/* border-top: 3px solid #ccc; */
	/* border-bottom: 1px dotted #ccc; */
	/* font-weight: bold; */
	/* font-size: 15px; */
	/* padding: 14px 15px 14px 40px; */
	/* background: url(../img/common/ico_circle_2.png) 15px center no-repeat */
	margin-bottom: 0;
}
.company h2 span {
	/* color: #999; */
	/* font-size: 10px; */
}
.company dl {
}
.company dt {
	/* width: 70px; */
	/* float: left; */
	/* padding: 10px; */
}
.company dd {
	/* border-bottom: 1px solid #eee; */
	/* padding: 10px 0; */
}
}

/* ******************************************************************************** *
 *                                                                                  *
 *    contact.html専用
 *                                                                                  *
 * ******************************************************************************** */

.contact h2 {
	margin-bottom: 15px;
	border-top: 3px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font-size: 15px;
	padding: 14px 15px 14px 40px;
	background: url(../img/common/ico_circle_2.png) 15px center no-repeat
}
.contact h2 span {
	color: #999;
	font-size: 10px;
}
.contact p {
	margin: 0 15px;
}
.contact ul {
	margin: 30px;
}
.contact li {
	list-style: disc;
	margin-top: 5px;
}
.contact li span {
	color: red;
	font-weight: bold;
}
.contact dl {
	border-top: 1px solid #eee;
}
.contact dt {
	width: 120px;
	float: left;
	padding: 21px 10px 10px 10px;
}
.contact dt span {
	color: red;
	font-weight: bold;
}
.contact dd {
	border-bottom: 1px solid #eee;
	padding: 13px 0;
}
.contact input[type="email"] ,
.contact input[type="text"] {
	width: 345px;
	padding: 10px;
	border: none;
	background: #eee;
}
.contact textarea {
	width: 345px;
	padding: 10px;
	border: none;
	background: #eee;
}
.contact .contact-btnSubmit {
	text-align: center;
	margin: 20px 0 0 0;
}
.contact .contact-btnSubmit input {
	cursor: pointer;
	border: none;
	color: #fff;
	background: #333;
	padding: 10px 20px;
}
.contact .screen-reader-response {
	display: none;
}
.contact .wpcf7 .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px 35px 10px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.contact .wpcf7 .wpcf7-validation-errors {
    color: #f00;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.contact .wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
.contact .wpcf7-not-valid-tip {
	display: block;
	color: #f00;
	margin: 5px 14px 0 140px;
	display: none;
}
.contact .wpcf7 .wpcf7-not-valid {
    background: pink;
}

@media (max-width: 767px) {
.contact {
	margin-bottom: 30px;
}
.contact h2 {
	/* margin-bottom: 15px; */
	/* border-top: 3px solid #ccc; */
	/* border-bottom: 1px dotted #ccc; */
	/* font-weight: bold; */
	/* font-size: 15px; */
	/* padding: 14px 15px 14px 40px; */
	/* background: url(../img/common/ico_circle_2.png) 15px center no-repeat */
	margin: 0 0 5px 0;
}
.contact h2 span {
	/* color: #999; */
	/* font-size: 10px; */
}
.contact dt {
	/* width: 120px; */
	/* float: left; */
	/* padding: 21px 10px 10px 10px; */
	width: auto;
	float: none;
	padding: 10px 0;
	margin: 0 0 -5px 0;
	border-top: 1px solid #eee;
}
.contact dt:first-child {
	border: none;
}
.contact dt:before {
	content: '■';
}
.contact dd {
	/* border-bottom: 1px solid #eee; */
	/* padding: 13px 0; */
	border: none;
}
.contact input[type="email"] ,
.contact input[type="text"] {
	/* width: 345px; */
	/* padding: 10px; */
	/* border: none; */
	/* background: #eee; */
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact textarea {
	/* width: 345px; */
	/* padding: 10px; */
	/* border: none; */
	/* background: #eee; */
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact .contact-btnSubmit {
	/* text-align: center; */
	/* margin: 20px 0 0 0; */
	margin: 0;
}
.contact .contact-btnSubmit input {
	/* cursor: pointer; */
	/* border: none; */
	/* color: #fff; */
	/* background: #333; */
	/* padding: 10px 20px; */
	width: 100%;
	text-align: center;
	padding: 15px;
	font-size: 14px;
}
}

/* ******************************************************************************** *
 *                                                                                  *
 *    news.html専用
 *                                                                                  *
 * ******************************************************************************** */

.news h2 {
	margin-bottom: 14px;
}


/* ******************************************************************************** *
 *                                                                                  *
 *    product.html専用
 *                                                                                  *
 * ******************************************************************************** */

.product h2 {
	margin-bottom: 15px;
}
.product .item {
	position: relative;
	zoom: 1;
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
	background: url(../img/common/bg_line01.gif) left bottom repeat-x;
}
.product .title {
	width: 360px;
	position: relative;
	zoom: 1;
	margin-bottom: 18px;
}
.product .title span {
	display: block;
	float: left;
	margin-right: 14px;
}
.product .title h3 {
	font-size: 1.25em;
	line-height: 1.4;
	overflow: hidden;
	padding-top: 4px;
}
.product li {
	float: left;
	margin-right: 5px;
}
.product p {
	width: 360px;
	margin-bottom: 18px;
}
.product .img {
	width: auto;
	position: absolute;
	top: 0;
	right: 20px;
	background: #000;
}


/* ******************************************************************************** *
 *                                                                                  *
 *    link.html専用
 *                                                                                  *
 * ******************************************************************************** */

/* -------------------------------------------------------------------------------- *
 *        説明文なし
 * --------------------------------------------------- */
.linkType01 {
	margin-bottom: 10px;
}
.linkType01 h2 {
	margin-bottom: 15px;
}
.linkType01 ul {
	width: 540px;
	margin-left: -30px;
}
.linkType01 li {
	width: 140px;
	min-height: 110px;
	font-size: 0.917em;
	float: left;
	display: inline;
	margin: 0 0 10px 40px;
	text-align: center;
}
.linkType01 li img {
	border: 1px solid #e6e6e6;
}
.linkType01 a:visited ,
.linkType01 a:link {
	text-decoration: underline;
	color: #1F1F1F;
}
.linkType01 a:hover ,
.linkType01 a:active {
	text-decoration: underline;
	color: #999;
}
/* -------------------------------------------------------------------------------- *
 *        説明文あり
 * --------------------------------------------------- */
.linkType02 {
	background: url(../img/common/bg_grid01.gif) left top repeat;
}
.linkType02 li {
	overflow: hidden;
	padding: 18px 20px;
	border-bottom: 1px solid #fff;
}
.linkType02 p {
	overflow: hidden;
}
.linkType02 .title {
	font-weight: bold;
	margin-bottom: 10px;
}
.linkType02 .img {
	float: right;
	margin-left: 20px;
}
.linkType02 a:visited ,
.linkType02 a:link {
	text-decoration: underline;
	color: #1F1F1F;
}
.linkType02 a:hover ,
.linkType02 a:active {
	text-decoration: underline;
	color: #999;
}


/* ******************************************************************************** *
 *                                                                                  *
 *    category>index.html専用
 *                                                                                  *
 * ******************************************************************************** */

.categoryPager {
	position: relative;
	zoom: 1;
	margin: 10px 0 30px 0;
	*margin: 20px 0 30px 0;
}
.categoryPager .prev {
	position: absolute;
	top: 5px;
	left: 0;
}
.categoryPager .next {
	position: absolute;
	top: 5px;
	right: 0;
}
.categoryPager .page {
	text-align: center;
	margin: 0 60px;
	line-height: 2.2;
}
.categoryPager .page a {
	padding: 0 5px;
}
.categoryPager a:visited ,
.categoryPager a:link {
	color: #333;
	text-decoration: none;
}
.categoryPager a:hover ,
.categoryPager a:active {
	text-decoration: underline;
}
.categoryPager .page a:visited ,
.categoryPager .page a:link {
	border: 1px solid #ccc;
	background: #F5F5F5;
}
.categoryPager .page a:hover ,
.categoryPager .page a:active {
	color: #fff;
	text-decoration: none;
	border: 1px solid #1F1F1F;
	background: #1F1F1F;
}
.categoryPager .page .current_page {
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #1F1F1F;
	background: #1F1F1F;
}

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .first {
	display: inline-block;
	line-height: 30px;
	background: #333;
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 0 10px;
}
.wp-pagenavi .previouspostslink {
	display: none;
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .page {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	background: #333;
	color: #fff;
	text-decoration: none;
	margin: 0 3px;
}
.wp-pagenavi .current {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	background: #999;
	color: #fff;
	text-decoration: none;
	margin: 0 3px;
}
.wp-pagenavi .nextpostslink {
	display: none;
}
.wp-pagenavi .last {
	display: inline-block;
	line-height: 30px;
	background: #333;
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0 10px;
}
.wp-pagenavi a:hover {
	background: #999;
}

@media (max-width: 767px) {
.wp-pagenavi {
	/* text-align: center; */
	margin-bottom: 30px;
}
.wp-pagenavi .first {
	/* display: inline-block; */
	/* line-height: 30px; */
	/* background: #333; */
	/* color: #fff; */
	/* text-decoration: none; */
	/* margin: 0 10px 0 0; */
	/* padding: 0 10px; */
}
.wp-pagenavi .previouspostslink {
	/* display: none; */
}
.wp-pagenavi .extend {
	/* display: none; */
}
.wp-pagenavi .page {
	/* display: inline-block; */
	/* width: 30px; */
	/* line-height: 30px; */
	/* background: #333; */
	/* color: #fff; */
	/* text-decoration: none; */
	/* margin: 0 3px; */
}
.wp-pagenavi .current {
	/* display: inline-block; */
	/* width: 30px; */
	/* line-height: 30px; */
	/* background: #999; */
	/* color: #fff; */
	/* text-decoration: none; */
	/* margin: 0 3px; */
}
.wp-pagenavi .nextpostslink {
	/* display: none; */
}
.wp-pagenavi .last {
	/* display: inline-block; */
	/* line-height: 30px; */
	/* background: #333; */
	/* color: #fff; */
	/* text-decoration: none; */
	/* margin: 0 0 0 10px; */
	/* padding: 0 10px; */
}
.wp-pagenavi a:hover {
	/* background: #999; */
}
}

/* ******************************************************************************** *
 *                                                                                  *
 *    category>entry.html専用
 *                                                                                  *
 * ******************************************************************************** */

/* -------------------------------------------------------------------------------- *
 *        記事詳細ページ本文スタイル
 * --------------------------------------------------- */
.cmnEntry .entryBody.detail {
	padding: 0 18px;
}
.cmnEntry .entryBody.detail div ,
.cmnEntry .entryBody.detail p {
	font-size: 1.167em;
	line-height: 1.6;
	margin-bottom: 20px;
}
.cmnEntry .entryBody.detail ul {
	margin: 30px 30px 30px 30px;
	list-style-type: disc;
}
.cmnEntry .entryBody.detail ol {
	margin: 30px 30px 30px 30px;
	list-style-type: decimal;
}
.cmnEntry .entryBody.detail li {
	font-size: 1.167em;
	line-height: 1.6;
}
.cmnEntry .entryBody.detail .mainImage {
	width: 171px;
	margin: -10px 0 0 10px;
	padding-bottom: 20px;
	*padding-bottom: 0;
	list-style: none;
	float: right;
}
.cmnEntry .entryBody.detail .mainImage li {
	font-size: 11px;
	line-height: 1.2;
	margin-top: 10px;
	border: 1px solid #CCC;
}
.cmnEntry .entryBody.detail .mainImage span {
	display: block;
	padding: 7px;
	background: #F0F0F0;
}

@media (max-width: 767px) {
.cmnEntry .entryBody.detail {
	/* padding: 0 18px; */
}
.cmnEntry .entryBody.detail div ,
.cmnEntry .entryBody.detail p {
	/* margin-bottom: 20px; */
	/* font-size: 1.167em; */
	/* line-height: 1.6; */
}
.cmnEntry .entryBody.detail ul {
	/* margin: 30px 30px 30px 30px; */
	/* list-style-type: disc; */
}
.cmnEntry .entryBody.detail ol {
	/* margin: 30px 30px 30px 30px; */
	/* list-style-type: decimal; */
}
.cmnEntry .entryBody.detail li {
	/* font-size: 1.167em; */
	/* line-height: 1.6; */
}
.cmnEntry .entryBody.detail .mainImage {
	/* width: 171px; */
	/* float: right; */
	/* margin: -10px 0 0 10px; */
	/* padding-bottom: 20px; */
	/* padding-bottom: 0; */
	/* list-style: none; */
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
}
.cmnEntry .entryBody.detail .mainImage img {
	width: 100%;
	height: auto;
}
.cmnEntry .entryBody.detail .mainImage li {
	/* font-size: 11px; */
	/* line-height: 1.2; */
	/* margin-top: 10px; */
	/* border: 1px solid #CCC; */
}
.cmnEntry .entryBody.detail .mainImage span {
	/* display: block; */
	/* padding: 7px; */
	/* background: #F0F0F0; */
}
}


/* -------------------------------------------------------------------------------- *
 *        著者
 * --------------------------------------------------- */
.cmnEntry .author {
	position: relative;
	zoom: 1;
	margin: 0 15px 15px 15px;
	background: url(../img/common/bg_line01.gif) left top repeat-x;
}
.cmnEntry .author .inner {
	padding: 10px 7px 7px 7px;
	background: url(../img/common/bg_line01.gif) left bottom repeat-x;
}
.cmnEntry .author p {
	font-size: 11px;
	color: #666;
	clear: both;
}
.cmnEntry .author .wp_social_bookmarking_light a ,
.cmnEntry .author .wp_social_bookmarking_light iframe ,
.cmnEntry .author .wp_social_bookmarking_light div {
	display: inline-block;
	vertical-align: top;
	height: 20px !important;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
}
.cmnEntry .author .wp_social_bookmarking_light .wsbl_twitter iframe {
	width: 90px !important;
}
.cmnEntry .author ul {
	margin: 0 0 25px -10px;
}
.cmnEntry .author li {
	float: left;
	display: inline;
	margin-left: 10px;
	font-size: 0;
}
.cmnEntry .author li.facebook {
	margin-left: 8px;
}
.cmnEntry .author li.twitter {
	margin-left: 20px;
}
.cmnEntry .author li.twitter iframe {
	width: 105px !important;
}
.cmnEntry .author li.facebook iframe {
	width: 100px !important;
}
.cmnEntry .author li.plusone #___plusone_0 {
	width: 70px !important;
}

@media (max-width: 767px) {
.cmnEntry .author {
	/* position: relative; */
	/* zoom: 1; */
	/* margin: 0 15px 15px 15px; */
	/* background: url(../img/common/bg_line01.gif) left top repeat-x; */
}
.cmnEntry .author .inner {
	/* padding: 10px 7px 7px 7px; */
	/* background: url(../img/common/bg_line01.gif) left bottom repeat-x; */
}
.cmnEntry .author p {
	/* font-size: 11px; */
	/* color: #666; */
	/* clear: both; */
	margin-top: 0px;
}
.cmnEntry .author .wp_social_bookmarking_light {
	margin-bottom: -10px;
}
.cmnEntry .author .wp_social_bookmarking_light iframe ,
.cmnEntry .author .wp_social_bookmarking_light div {
	/* display: inline-block; */
	/* vertical-align: top; */
	/* height: 20px !important; */
	/* margin: 0 5px 0 0 !important; */
	/* padding: 0 !important; */
	margin: 5px 5px 5px 0 !important;
}
.cmnEntry .author ul {
	/* margin: 0 0 25px -10px; */
	margin: 0;
}
.cmnEntry .author .wp_social_bookmarking_light .wsbl_line {
	vertical-align: bottom;
	padding-top: 5px !important;
}
.cmnEntry .author .wp_social_bookmarking_light .wsbl_google {
	vertical-align: bottom;
	padding-top: 5px !important;
}
.cmnEntry .author li {
	/* float: left; */
	/* display: inline; */
	/* margin-left: 10px; */
	/* font-size: 0; */
	float: none;
	display: block;
	margin: 5px 0;
}
.cmnEntry .author li.hatena {
	/* margin-left: 8px; */
}
.cmnEntry .author li.facebook {
	/* margin-left: 8px; */
	margin: 0;
}
.cmnEntry .author li.twitter {
	/* margin-left: 20px; */
	margin: 0;
}
.cmnEntry .author li.twitter iframe {
	/* width: 105px !important; */
	width: auto !important;
}
.cmnEntry .author li.facebook iframe {
	/* width: 100px !important; */
	width: auto !important;
}
.cmnEntry .author li.plusone #___plusone_0 {
	/* width: 70px !important; */
	width: auto @import url();
}
}

/* -------------------------------------------------------------------------------- *
 *        コンテンツ部分アドセンス
 * --------------------------------------------------- */
.adsContents {
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 767px) {
.adsContents a img {
	width: 100%;
	height: auto;
}
}

/* -------------------------------------------------------------------------------- *
 *        ツイート
 * --------------------------------------------------- */
.tweet {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	word-break: break-all;
}
.tweet h3 {
	padding: 8px;
	border: 1px solid #ccc;
	background: url(../img/common/bg_grid01.gif) left top repeat;
}
.tweet li {
	zoom: 1;
	padding: 11px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: url(../img/blog/twitter_bg.png) left bottom repeat-x;
}
.tweet li.none {
	background: none;
	text-align: center;
}
.tweet .img {
	float: left;
}
.tweet .name {
	overflow: hidden;
	font-size: 1.167em;
	font-weight: bold;
	margin: -4px 0 3px 46px;
}
.tweet .text {
	overflow: hidden;
	margin: 0 0 0 46px;
}
.tweet a:visited ,
.tweet a:link {
	color: #0B80C2;
}
.tweet a:hover ,
.tweet a:active {
	color: #999;
}

.tweet_me_box {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}
.tweet_me_result {
	padding: 0 !important;
}
.tweet_me_powered_by {
	display: none;
}
.tweet_me_result li {
	border-bottom: 0 !important;
	padding: 5px !important;
}
.tweet_me_msg {
	margin: 2px 5px 0 63px;
}
.tweet_me_info {
	margin: 3px 5px 3px 63px;
}
.tweet_me_clearer {
	display: none;
}

/* ------------------------------------------------- *
 *        関連記事
 * ------------------------------------------------- */
.wp_rp_wrap {
	/* border: 2px solid #ccc; */
	background: #f3f3f3;
}
.related_post_title {
	background: #999;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
}
.related_post {
	margin: 0 !important;
	padding: 10px 20px 10px 20px !important;
}
.related_post li {
	margin: 0 !important;
	list-style-type: none;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
}
.related_post li:first-child {
	border: none;
}
.related_post small {
	font-size: 12px;
}
.related_post a {
	font-size: 13px;
	font-weight: bold;
}




