@charset "utf-8";

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

　　共通設定

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


/* 全体 共通設定
---------------------------------------------*/

html,
body {
	height:100%;
}


/* 画像 共通設定
-------------------------- */

img {
  vertical-align: bottom;
  border: none;
}


/* リンク 共通設定
-------------------------- */

a {
	outline: none;
  color: #544c4a;
  text-decoration: none;
}

a:hover {
	color: #d1000f;
}

/* ボタン 共通設定
-------------------------- */

/*  応募ボタン */

p.btnOubo {
	text-align: center;
}


p.btnOubo a {
	display: block;
	width: 411px;
	height: 64px;
	margin: 0 auto;
	text-indent: -9999px;
	transition: all  0.3s ease;
	background: url(/images/btn-oubo.png) left top no-repeat;
}

p.btnOubo a:hover {
	opacity: 0.6;
}


/*  コンテナー　設定
---------------------------------------------*/


/* トップページ表示 _iframe
---------------------------------------------*/

body#topread {
	background: none;}

.readlist {
	width: 325px;
	padding-top: 1em;}

.readlist ul li {
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #999;}


.readlist ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;}

.readlist ul li span {
	float: left;
	display: block;
	width: 52px;
	height: 52px;}

.readlist span img {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;}

.readlist ul li dl {
	float: right;
	width: 255px;}

.readlist ul li dl dt {
	line-height: 18px;}

.readlist ul li dl dt img {
	height: 18px;
	width: auto;
	margin-right: 8px;}

.readlist ul li dl dd {
	font-size: 14px;
	font-weight: bold;
	color: #f35c00;
	padding-top: 8px;}

.readlist ul li dl dd {
	line-height: 1.5em;}

.readlist ul a {
	color: #333 !important;}

.readlist ul dd:hover {
	text-decoration: underline;}

/*  コンテンツ・メイン　設定
---------------------------------------------*/

.topicPath {
	width: 750px;
	margin-bottom: 10px;
	white-space: nowrap;  
	overflow: hidden;
	font-size: 12px;
	text-overflow: ellipsis; }

.topicPath a {
	color: #d1000f;
}


/* -------- タイトル -------- */

/* メインタイトル  */

.newsttl {
	margin-bottom: 18px;
	padding-top: 25px;
	border-top: 4px solid #d1000f;}

/* 基本タイトル  */

/* 詳細タイトル（アイコン付き）  */

h4.detailTtl {
	line-height: 1.5em;
	font-weight: bold;
	font-size: 20px !important;
	margin-top: 1em;
	margin-bottom: 30px !important;
	padding: 15px 0 15px 0 !important;
	border-top: 3px dotted #d1000f !important;
	border-bottom: 3px dotted #d1000f !important;
	background-image: none !important;}

h4.detailTtl span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #d1000f;}

h4.detailTtl span img {
	vertical-align: middle;
	margin-right: 8px;}


h4.detailTtl .newicon {margin-left: 8px;}



/* -------- タイトル下説明文 -------- */

.txtMsg {
	font-size:  13px;
	margin-bottom: 2.5em;
	padding: 18px 15px 12px 15px;
	background-color: #fef2dd;}

.txtLarge {
	font-size: 1.13em;}

/* トップページ用 */

.caraMsg {
	min-height: 201px;}

.cara01 {background: url(../img/img_msg01.png) right top no-repeat;}
.cara02 {background: url(../img/img_msg02.png) right top no-repeat;}
.cara03 {background: url(../img/img_msg03.png) right top no-repeat;}
.cara04 {background: url(../img/img_msg04.png) right top no-repeat;}
.cara05 {background: url(../img/img_msg05.png) right top no-repeat;}
.cara06 {background: url(../img/img_msg06.png) right top no-repeat;}

.caraMsg .txtMsg {
	font-size: 15px;
	width: 550px;
	min-height: 176px;
	margin-bottom: 1.5em;
	border-radius: 8px;}

/*  管理ログインページ用  */

.homeWrap ul {
	float: left;
	width: 300px;}

.homeWrap ul li {
	margin-bottom: 14px;}

.homeWrap ul li a img {
  transition: all 0.2s ease-in-out;}

.homeWrap ul li a:hover img {
	position: relative !important;
	margin-left: 5px !important;
	opacity: 0.7;
}

.homeWrap .txtMsg {
	float: right;
	width: 460px;
	border-radius: 6px;}

/*  aboutページ用  */

.aboutMsg {
	min-height: 320px;
	margin-bottom: -1em;}

.aboutMsg p {
	font-size: 15px;
	margin-bottom: 0.5em;}




/* -------- サブカテゴリリンク表示 -------- */

p.tagSubcate {
	padding-left: 0;}

p.tagSubcate {
	display: inline-block;}

p.tagSubcate a {
	display: block;
	text-align: center !important;
	margin:  -0.5em auto 1em auto;
	padding: 5px 8px;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 14px;
	color: #d1000f;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border: 2px solid #d1000f;}

p.tagSubcate a:hover {
	color: #fff;
	background-color: #d1000f;}


/* -------- カテゴリータブ -------- */

.cateTab ul {
	position: relative;
	width: 715px;
	margin-bottom: 30px;}

.cateTab ul li {
	float: left;
	width: 126px;
	margin-right: 17px;}

.cateTab ul li:last-child {margin-right: 0;}

.cateTab ul li a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;}

.cateTab ul li a:hover img {
	margin-top: -10px;
	opacity: 0.7;}


/* -------- 記事一覧 -------- */

.entryList .entryBox {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:  1px dotted #333;}

.entryList .entryBox .newicon {
	position: absolute;
	left: -10px; top: -10px;
	width: 43px;
	height: 42px;
	z-index: 10000;}

.entryList .entryBox span.thumb {
	float: left;
	width: 128px;
	height: 128px;}

.entryList .entryBox a:hover strong {
	color: #d1000f !important;
	text-decoration: underline;}

.entryList .entryBox span.thumb img {
	width: 128px;
	height: 128px;
	}

.entryList .entryBox dl {
	float: right;
	width: 620px;}

.entryList .entryBox dl dt strong {
	font-size: 16px;
	color: #333;}

.entryList .entryBox dl dt span {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;}

.entryList .entryBox dl dt span img {
	vertical-align: top;
	margin-right: 8px;
	}

.entryList .entryBox dl dd {
	color: #999;
	font-size: 13px;
	line-height: 1.5em;
	word-break : break-all;
	word-break:break-all;
	padding-top: 0.5em;}

h4.catebaseTtl {
	font-weight: bold;
	font-size: 24px !important;
	border: none !important;
	margin: 40px 0 !important;}


/* -------- 動画リストボックス -------- */

dt.ttlSide {
    margin-bottom: 8px;
    padding: 10px 14px;
    font-weight: bold;
		text-align: left !important;
    color: #fff;
    background-color: #e30000;
}

.listWrap {
	position: relative;
	width: 720px;}

.movieListbox {
	float: left;
	width: 340px;
	margin-right: 20px;
	margin-bottom: 20px;}

.movieListbox ul {
	padding: 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;}

.movieListbox ul li,
.sidemovielist ul li {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #999;}

.ranking ul li dt {
	line-height: 18px;
	padding-top: 2px;}

.ranking ul li dt em {
	color: #fff;
	display: inline-block;
	font-style: normal;
	text-align: center;
	width: 4em;
	margin-right: 0.5em;
	padding: 2px 0;
	background-color: #222;
    border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;}

.ranking ul li dt.rank01 em {background-color: #daaf50;}
.ranking ul li dt.rank02 em {background-color: #a7a6ab;}
.ranking ul li dt.rank03 em {background-color: #7f4b01;}

.entryBox dt em {
	color: #fff;
	display: inline-block;
	font-style: normal;
	text-align: center;
	width: 4em;
	margin-right: 0.5em;
	padding: 0 0;
	background-color: #222;
    border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;}

.entryBox dt.rank01 em {background-color: #daaf50;}
.entryBox dt.rank02 em {background-color: #a7a6ab;}
.entryBox dt.rank03 em {background-color: #7f4b01;}

.movieListbox ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;}

.movieListbox ul a,
.sidemovielist ul a {
	color: #333 !important;}

.movieListbox ul a:hover,
.sidemovielist ul a:hover {
	color: #d1000f !important;}

.movieListbox ul dd:hover,
.sidemovielist ul dd:hover {
	text-decoration: underline;}

.movieListbox ul li span,
.sidemovielist ul li span {
	float: left;
	display: block;
	width: 52px;
	height: 52px;}

.movieListbox ul li span img,
.sidemovielist ul li span img {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;}

.movieListbox ul li dl {
	float: right;
	width: 240px;}

.movieListbox ul li dl dt,
.sidemovielist ul li dl dt {
	color: #d1000f;
	font-size: 12px;
	line-height: 1em;
	padding-bottom: 0.5em;}

.movieListbox ul li dl dd,
.sidemovielist ul li dl dd {
	font-size: 14px;
	font-weight: bold;}

.movieListbox ul li dl dd {
	line-height: 1.3em;}


/* -------- 動画カテゴリーリスト -------- */

.categoryStyleList li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;}

.categoryStyleList li span {
	float: left;
	display: block;
	width: 102px;
	height: 102px;}

.categoryStyleList li span img {
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;}

.categoryStyleList li dl {
	float: right;
	width: 580px;}

.categoryStyleList li dl dt {
	color: #ff7f00;
	line-height: 1em;
	padding-bottom: 0.5em;}

.categoryStyleList li dl dd {
	font-size: 16px;
	font-weight: bold;}

.categoryStyleList a {
	color: #333 !important;}

.categoryStyleList a:hover {
	color: #ff7f00 !important;}

.categoryStyleList dd:hover {
	text-decoration: underline;}

/* -------- カテゴリーリスト_バナー -------- */

.categorybnrlist {
	margin: 10px 0 30px 0;}

.categorybnrlist li {
	margin-bottom: 5px;
}

.categorybnrlist li a img {
  transition: all 0.2s ease-in-out;}

.categorybnrlist li a:hover img {
	position: relative !important;
	margin-left: 5px !important;
	opacity: 0.7;
}

/* -------- サイドカラムバナー -------- */

.sideBnrbox {
	margin: 15px 0;
}

.sideBnrbox p {
	margin-bottom: 8px;
}

.sideBnrbox p a,
p.shiryo a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

p.shiryo {margin-bottom: 15px;}

.sideBnrbox p a:hover {
	opacity: 0.7;
}

p.shiryo a:hover{
	opacity: 0.6;
}

p.bnrMid {
	margin: -15px 0 20px 0;}

p.bnrMid img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;}

p.bnrMid img:hover {
	opacity: 0.7;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);}


/* -------- 個別ページ -------- */

.entryBox {
	font-size: 14px;}

.entryBox p {
	font-size: 15px;}

.entryBox a {
	color: #d1000f;
}

.entryBox iframe {
	margin: 0 auto 20px auto;}

.entryBox img {
	max-width: 680px;
	height: auto;
	margin-bottom: 1em;}


/* -------- 最下部ページング -------- */

.nextprev {
	position: relative;
	font-size: 14px;
	margin-top: 30px;
	padding: 15px 0 20px;
	text-align: center;
	border-top: 1px solid #ccc;
}

.nextprev span a {
	font-weight: bold;
	text-decoration: none;}

.nextprev span a:hover {
	text-decoration: underline;}

.nextprev span.prev {
	position: absolute;
	left: 0; top: 15px;}

.nextprev span.next {
	position: absolute;
	right: 0; top: 15px;}

.box-pager {
	text-align: center;}

.box-pager p {
	display: inline;
	margin: 0 10px 0 0;
}

.box-pager ul {
	display: inline;
}

/* PAGE NAVI */

.wp-pagenavi {
	overflow: hidden;
	text-align: center;
	margin-top: 25px;
}

.wp-pagenavi span.pages {
	border: none;}

.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.extend {
	display: inline-block;
	margin: 0 3px;
	padding: 5px 8px;
}

.wp-pagenavi span.extend {border: none;}

.wp-pagenavi span.current {
	text-align: center;
	color: #fff;
	border: 1px solid #f1331b !important;
	background-color: #d1000f;
}

.wp-pagenavi a {
	text-align: center;
	color: #d1000f;
	background-color: #fff;
	border: 1px solid #d1000f;
}

.wp-pagenavi a:hover {
	text-align: center;
	color: #fff;
	text-shadow: none;
	border: 1px solid #d1000f !important;
	background-color: #d1000f;
}

/* -------- 記事 -------- */


/*  サイド　設定
---------------------------------------------*/

/* -------- 新着 -------- */

.sidemovielist ul {
	padding: 15px 0 15px 0;}

.sidemovielist ul li dl {
	float: right;
	width: 160px;}

.sidemovielist ul li dl dd {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;}


/* -------- カテゴリー -------- */

.categorylist {
	margin-bottom: 25px;
	padding-top: 15px;}

.categorylist ul li {
	font-size: 14px;
	color: #ff7f00;
	margin-left: 0.5em;
	padding-left: 12px;
	background: url(../img/arw_category.gif) left 0.5em no-repeat;}

.categorylist ul li a:hover {
	text-decoration: none;}

/* -------- アーカイブ -------- */

.archiveslist {margin-bottom: 25px;}

.archiveslist select {
	width: 100%;
	font-size: 14px !important;
	margin-top: 15px;
	padding: 8px 0 !important;}

.archiveslist select option {
	font-size: 14px;}


/* WP STYLE
---------------------------------------------*/

img.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}

img.alignright,
div.alignright {
	padding: 4px;
	margin: 0 0 10px 1em;
	display: inline;}

img.alignleft,
div.alignleft {
	padding: 4px;
	margin: 0 1em 10px 0;
	display: inline;}

.alignright {float: right;}
.alignleft {float: left;}

p.wp-caption-text {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.5em;
	padding-left: 0 !important;}

/* =======================================
	CLEARFIX
==========================================*/

.cl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.cl{ display: inline-block; }

/* Hides from IE-mac \*/
* html .cl { height: 1%; }
.cl { display: block; }
/* End hide from IE-mac */


.box_hover {
	cursor:pointer;
	text-decoration: underline;}

.box_hover dd {
	color: #ff7f00;
	text-decoration: underline;}

.none {display: none;}


/* -------- SNSボタン -------- */

.box-sns {
	text-align: left;
	overflow: hidden;
	padding: 0 1em;
	margin-top: 2em;
	background-color: #efefef;}

.box-sns ul {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 0 15px;
}

.box-sns ul li {
	display: inline-block;
	margin: 0 5px;
}

/* Twitter */
.box-sns ul .btn-tw {
	width: 100px;
}

/* Facebook */
.box-sns ul .btn-fb {
	width: 110px;
}

/* Google+ */
.box-sns ul .btn-gp {
	width: 60px;
}

/*  PROFILE: プロフィール
---------------------------------------------*/

/* -------- プロフィール -------- */

.box-profile {
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #fff9e6;
}

.box-profile dl {
	min-height: 70px;
	padding: 8px 15px 15px 15px;
}

.ttlEditor {text-align: center;}

/* プロフィール画像 */
.box-profile dl dt {
	clear: both;
	float: left;
}

.box-profile dl dt,
.box-profile dl dt img {
	width: 70px;
}

/* 名前・所属箇所 */
.box-profile dl .box-name {
}

.box-profile dl .box-name {
	margin-left:  72px;
	padding: 0 0 8px 0;
	line-height: 1.5em;
}

/* 名前 */
.box-profile dl .box-name .txt-name {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

#profilecontants .box-profile dl .box-name .txt-name {
	font-size: 20px;
	margin-bottom: 5px;
}

.box-profile p {
	margin: 0 15px;
	font-size:  12px;
	line-height: 1.5em;}

.box-profile p a {}

.txt-company {
	line-height: 1em;
	padding-top: 0.5em;}

#profilecontants .box-profile p {
	font-size: 14px;}

#profilecontants .box-profile dl .box-name .txt-company {
	font-size: 14px;
	margin-bottom: 5px;
}

p.profMore a {
	display: block;
	text-align: center;
	margin-top: 1em;
	padding: 5px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #d1000f;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

p.profMore a:hover {
	background-color: #fdcbb6;}

/* -------- プロフィール -------- */
 
#profilecontants {
	font-size: 14px;}

#profilecontants .box-profile {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 0px;
	background-color: #fff9e6;
}

#profilecontants .box-profile dl dt,
#profilecontants .box-profile dl dt img {
	width: 150px;
}

#profilecontants .box-profile dl dd {
	padding-left: 80px;
}

#profilecontants .txt-company {
	padding-top: 0;}


#profilecontants h4 {
	clear: both;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.5em;
	border-left: 4px solid #d1000f;
	border-bottom: none;
	margin-top: 2em;
	padding-left: 1em;
	background: none;}

h4.ttl-main {
	font-size: 2em !important;
	border: none !important;
	margin-top: 1.5em;
	padding: 0 !important;
	background: none !important;}


/*  著者関連記事 */

.ttlAutherEntry {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 12px;
	background-color: #d1000f;
	margin: 40px 0 15px 0;
	border-radius: 4px;}

.autherEntry {
	margin-bottom: 50px;
}

.autherEntry ul {
	position: relative;
	width: 710px;
}

.autherEntry ul a:hover {
	text-decoration: underline;
}

.autherEntry ul a:hover img {
	opacity: 0.6;
}

.autherEntry ul li {
	float: left;
	width: 222px;
	height: 240px;
	margin-right: 12px;
}

.autherEntry ul li img {
	display: inline-block;
	width: 222px;
	height: 150px;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.autherEntry ul li dd {
	padding-top: 0.5em;
	font-size: 14px;
	line-height: 1.5em;
}

p.authorLink a {
	display: block;
	text-align: center !important;
	margin:  -1em auto 3em auto;
	padding: 6px 2px;
	text-decoration: none !important;
	font-weight: bold;
	color: #d1000f;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border: 2px solid #d1000f;}

p.authorLink a:hover {
	color: #fff;
	background-color: #d1000f;}

.autherEntry p.authorLink a {
	margin: 0;
	padding: 5px;
	font-size: 1.25em;}

/*  AUTHOR: 執筆者一覧
---------------------------------------------*/

#authorcontents .box-profile dt img {
	width: 120px;
	height: 120px;}

#authorcontents {
	font-size: 14px;}

#authorcontents .box-profile {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 15px;
	background-color: #fff;
	border: 2px solid #d1000f;
}

#authorcontents .box-profile dl dt {
	width: 120px;
}

#authorcontents .box-profile .txt-name {
	font-size: 18px;
	margin-bottom: 5px;
}

#authorcontents .box-profile dl dd {
	padding-left: 50px;
}

#authorcontents .txt-company {
	padding-top: 0;}

.authorEntry img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
	margin-top: 3px;}

.authorEntry {
	font-size: 12px;
	position: relative;
	margin-right: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;}

.authorEntry a {
	font-size: 14px;
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;}

.authorEntry a:hover {
	color: #d1000f;
	text-decoration: underline;
}

.newEntry {
	padding-left: 20px;}


.newEntry h3 {
	color: #d1000f;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 24px;
	line-height: 18px;
	background: url(../img/icn_pen_s.png) left center no-repeat;}

.newEntry h3 span a {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #d1000f;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin-left: 1em;
	padding: 1px 8px;
	text-decoration: none;}

.newEntry h3 span a:hover {
	opacity: 0.6;}



/* -------- 詳細ページ下部プロフィール欄 -------- */

.boxEditor {
	margin: 25px 0;
	padding: 1.5em;
	background-color: #fff9e6;
	border: 3px solid #d1000f;}

p.ttlEntryEditor {
	margin-bottom: 0.5em;
	padding-left: 34px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #d1000f;
	line-height: 25px;
	background: url(../img/icn_pen.png) left center no-repeat;
}

.boxEditor dl {
	position: relative;}

.boxEditor dl dt {
	position: absolute;
	left: 0; top: 1em;}

.boxEditor dl dt img {
	width: 96px;
	height: 96px;
}

.boxEditor dl dd {
	margin-top: -0.5em;
	padding-left: 120px;
}

.boxEditor dl dd .txt-name {
	font-size: 16px;
	font-weight: bold;
}

.boxEditor dl dd span {
	font-weight: normal;
	font-size: 0.75em;
	margin-left: 1.5em;}

.boxEditor dl dd p.profTxt {
	line-height: 1.5em;}

.boxEditor dl dd  .txt-name a {
	display: inline-block;
	text-align: center;
	margin-top: 1em;
	padding: 4px 12px;	
	line-height: 1.5em;
	text-decoration: none !important;
	color: #fff;
	font-weight: bold;
	font-size: 0.75em;
	margin-left: 1em;
	background-color: #d1000f;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

.boxEditor dl dd a:hover {
	background-color: #fdcbb6;}




/* -------- 関連記事 _by jetpack -------- */

#jp-relatedposts {
	padding-top: 100px !important;
	background: url(../img/bg_related.gif) left 40px no-repeat;}

h4.jp-relatedposts-post-title {
	padding: 0;
	font-size: 13px;
	background: none;
	border: none;
}

p.jp-relatedposts-post-context {
	display: none;}

/* -------- お問い合わせフォーム _by jetpack -------- */

.contact-form {
	padding: 1em 2em;
	background-color: #f9f9f6;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	padding: 5px 3px;
	border: 1px solid #ccc;
	background-color: #fff;}

.contact-form textarea {
	height: 8em !important;}

.contact-form div {
	margin-bottom: 0;}

.contact-form div label {
	font-size: 13px;}

.contact-form div div {
	margin-bottom: 0;}

.contact-form select {
	font-size: 1.25em;}

.contact-form input[type="submit"] {
	cursor: pointer;
	text-align: center;
	margin-top: 0.5em;
	padding: 4px 12px;	
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	margin-left: -0.5em;
	background-color: #d1000f;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}

/*  LP: LPテンプレート
---------------------------------------------*/

body#lpBody {
	background: none;
}

#lpHeader {
	width: 100%;
	height: 300px;
	border-bottom: 5px solid #f50;
}

body#lpBody .lpAnime {background: url(../img/bg_lp_anime.jpg) center top no-repeat;}

body#lpBody h1 {
	float: none;
	width: 960px;
	height: auto;
	margin: 0 auto;
}

body#lpBody h1 img {
	margin-top: 100px;
}


#lpcontents {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}

#lpcontents img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}

#lpcontents #lpMain h2 {
	clear: both;
	float: none;
	font-size: 38px;
	font-weight: bold;
	color: #f50;
	text-align: center;
	line-height: 1.3em;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 0;
}


#lpcontents #lpMain img {
	margin-bottom: 70px;}