@charset "utf-8";

/* *****************************************
/*+  リセット・基本セッティング  +**********
/***************************************** */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #222;
	background:#fed710;
	letter-spacing:0;
}
body,
input,
select,
textarea {
	font: 14px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
/*	font: 12px/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;*/
}
html {
	overflow-y: scroll;
}
body {
	line-height:150%;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}
em,
strong,
address {
	font-weight: 400;
	font-style: normal;
}

/* リンクカラー */
a {
	outline: none;
	color: #222;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background:#fff;
}

/* チェックボックス・ラジオボタン崩れ用 */
input {
	vertical-align:middle;
}

/* P */
p {
	padding:0 0 20px 0;
	line-height:200%;
}

/* strong */
strong {
	font-weight:bold;
}

/* 大文字 */
.large {
	font-size:117%;
}

/* 小文字 */
.small {
	font-size:85%;
}

/* 右寄せ */
.right {
	text-align:right;
}

/* センター寄せ */
.center {
	text-align:center;
}

/* strong以外の強調 */
.pointText {
	font-weight:bold;
}

/* エラー文字 */
.error {
	padding:100px 0;
	text-align:center;
	font-size:50px;
	font-weight:bold;
}


/* 外部リンク
-----------------------------------------------------------*/
.iconSite {
	margin:0 0 5px 0;
}


/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;/*IE7・Mac版IE向け */
}
.clearfix {
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}


/* 透過用
----------------------------------------------------------*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* 画像リンクのhover
----------------------------------------------------------*/
.link a:hover img{
/*モダンブラウザ用*/
opacity:0.7;
/*IE7以下用*/
filter:alpha(opacity=70);
/*IE8用*/
-ms-filter:"alpha(opacity=85)";
}


/* テキストと画像
----------------------------------------------------------*/
.imgBoxL {
	padding:0 20px 10px 0;
	float:left;
}

/* テキストと画像
----------------------------------------------------------*/
.imgBoxR {
	padding:0 0 10px 20px;
	float:right;
}

/* *****************************************
/*+  共通  +********************************
/***************************************** */
/* 全体
----------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:980px;
}

/* header
----------------------------------------------------------*/
#header {
	position:relative;
	background:url(../images/common/header_bg.png) no-repeat 455px 60px;
}

/* ロゴ */
#logo {
	padding:90px 0 30px 80px;
}

/* サイト管理数 */
#siteNum {
	position:absolute;
	top:80px;
	left:620px;
	letter-spacing:-1.5px;
	font-weight:bold;
	font-size:36px;
}


/* hNavi
----------------------------------------------------------*/
#hNavi {
	position:absolute;
	top:20px;
	left:500px;
}
#hNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#hNavi {
	display: inline-block;/*IE7・Mac版IE向け */
}
#hNavi {
	display: block;/*Opera、Safari向け */
}
#hNavi li {
	padding-left:10px;
	float:left;
}
#hNavi a {
	background:none;
}

/* gNavi
----------------------------------------------------------*/
#gNavi {
	padding:10px 0 10px 80px;
	background:url(../images/common/gnavi_bg.gif) repeat-x;
}
#gNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#gNavi {
	display: inline-block;/*IE7・Mac版IE向け */
}
#gNavi {
	display: block;/*Opera、Safari向け */
}
#gNavi li {
	float:left;
}
#gNavi a {
	background:none;
}


/* contents
----------------------------------------------------------*/
#contents {
	margin:0 auto;
	padding-bottom:30px;
	width:820px;
}


/* footer
----------------------------------------------------------*/
#footer {
	padding-bottom:50px;
}

#footLogo {
	padding:30px 0;
	text-align:center;
}
#footer dt {
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
#footer dd {
	padding:10px 0 30px 0;
	text-align:center;
}
#copy {
	padding-top:20px;
	border-top:2px solid #222;
	text-align:center;
}

/* fNavi
----------------------------------------------------------*/
#fNavi {
	padding:17px 0 17px 80px;
	background:url(../images/common/fnavi_bg.gif) repeat-x;
	border-bottom:2px solid #222;
}
#fNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#fNavi {
	display: inline-block;/*IE7・Mac版IE向け */
}
#fNavi {
	display: block;/*Opera、Safari向け */
}
#fNavi li {
	padding-right:25px;
	float:left;
}
#fNavi a {
	background:none;
}




/* 月刊エムダブ
----------------------------------------------------------*/
#newsletterLink {
	margin-bottom:30px;
	padding:20px 0;
	position:relative;
	background:#222;
	color:#fed710;
}
#newsletterLink a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:820px;
	height:220px;
	text-indent:-9999px;
}
#newsletterLink:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#newsletterLink {
	display: inline-block;/*IE7・Mac版IE向け */
}
#newsletterLink {
	display: block;/*Opera、Safari向け */
}
#newsletterLink a {
	display:block;
	width:810px;
	height:255px;
	text-indent:-9999px;
}
#newsletterLink a:hover {
	background:none;
	border:5px solid #fff;
}

/* 号数 */
#newsletterLink #number {
	padding:25px 0 0 70px;
	background:url(../images/common/arrow02.gif) no-repeat 25px 90px;
	float:left;
	text-align:center;
	width:250px;
}
#newsletterLink h2 {
	padding:5px 0 30px 0;
	display:block;
	font-weight:bold;
	font-size:32px;
}
#newsletterLink .vol {
	padding-bottom:10px;
	display:block;
	line-height:100%;
	font-weight:bold;
	font-size:40px;
}
#newsletterLink .vol span {
	font-size:100px;
}
#newsletterLink .date {
	display:block;
	font-weight:bold;
	font-size:16px;
}

/* おしながき */
#newsletterLink #oshinagaki {
	float:right;
	width:450px;
}
#newsletterLink #oshinagaki .title {
	padding-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
#newsletterLink #oshinagaki li {
	padding:0 0 5px 20px;
	background:url(../images/common/arrow03.gif) no-repeat 0 4px;
}





/* [DL] style01
----------------------------------------------------------*/
dl.style01 {
	margin: 0 0 20px 20px;
	padding:20px;
	background:#f7f7f7;
}
dl.style01 dt {
	padding:0 0 15px 15px;
	background:url(../images/common/arrow_dt_01.gif) no-repeat 0 4px;
	font-weight:bold;
}
dl.style01 dd {
	margin-bottom:15px;
	padding:0 0 15px 15px;
	border-bottom:1px dotted #898989;
	line-height:180%;
}
dl.style01 dd.last {
	margin-bottom:0;
	padding:0 0 0 15px;
	border:none;
}

/* [DL] style02
----------------------------------------------------------*/
dl.style02 {
	margin-bottom:20px;
	padding: 0 0 0 20px;
}
dl.style02 dt {
	padding:0 0 10px 0;
	border-bottom:1px dotted #898989;
	font-weight:bold;
}
dl.style02 dd {
	margin-bottom:15px;
	padding:10px 0 15px 15px;
	line-height:180%;
}
dl.style02 dd.last {
	margin-bottom:15px;
	padding:10px 0 15px 15px;
	line-height:180%;
}

/* [TABLE] style01
----------------------------------------------------------*/
table.style01 {
	margin-bottom:20px;
	width:100%;
}
table.style01 th {
	padding:15px 0;
	border-bottom:1px solid #222;
	font-weight:bold;
}
table.style01 td {
	padding:15px 0;
	border-bottom:1px solid #222;
}

/* [TABLE] style02
----------------------------------------------------------*/
table.style02 {
	margin-bottom:20px;
	width:100%;
}
table.style02 th {
	padding:15px 0;
	background:url(../images/common/line.gif) repeat-x bottom;
	font-weight:bold;
}
table.style02 td {
	padding:15px 0;
	background:url(../images/common/line.gif) repeat-x bottom;
}

/* [TABLE] style03
----------------------------------------------------------*/
table.style03 {
	margin-bottom:20px;
	width:100%;
}
table.style03 th {
	padding:15px 20px;
	border-bottom:2px solid #fed710;
	background:#222;
	color:#fed710;
	font-weight:bold;
}
table.style03 td {
	padding:15px 20px;
	border-bottom:2px solid #fed710;
}


/* [TABLE] 共通
----------------------------------------------------------*/
td.submit {
	text-align:center;
}

/* [FORM] 共通
----------------------------------------------------------*/
input {

	padding:3px;
}

input[type="text"] {
	width: 400px;
	min-height: 40px;
	border:2px solid #222;
}

input[type="tel"] {
	width: 400px;
	min-height: 40px;
	border:2px solid #222;
}

input[type="email"] {
	width: 400px;
	min-height: 40px;
	border:2px solid #222;
}

#contact textarea {
	border:2px solid #222;
}


input.ss-q-checkbox {
	border:none;
}
input.short {
	width:200px;
}
input.middle {
	width:300px;
}
input.long {
	width:450px;
}
textarea.message {
	border:2px solid #222;
	width:550px;
	height:200px;
}
/* 送信ボタン */
input.submit {
	padding:15px 0;
	border:none;
	background:#222;
	text-align:center;
	width:200px;
	color:#fed710;
	font-weight:bold;
	font-size:24px;
}
/* 必須 */
.hissu {
	color:#f00;
	font-weight:bold;
}

/* [UL] style01
----------------------------------------------------------*/
ul.style01 {
	margin: 0 0 20px 5px;
}
ul.style01 li {
	padding:0 0 5px 15px;
	background:url(../images/common/arrow_01.gif) no-repeat 2px 4px;
}

/* [UL] style02
----------------------------------------------------------*/
ul.style02 {
	margin: 0 0 20px 5px;
}
ul.style02 li {
	padding:0 0 5px 18px;
	background:url(../images/common/arrow_02.gif) no-repeat 0 2px;
}

/* [UL] style03
----------------------------------------------------------*/
ul.style03 {
	margin: 0 0 20px 5px;
}
ul.style03 li {
	padding:0 0 5px 15px;
	background:url(../images/common/arrow_03.gif) no-repeat 2px 4px;
}

/* [OL] style01
----------------------------------------------------------*/
ol.style01 {
	margin: 0 0 20px 20px;
}
ol.style01 li {
	padding:0 0 5px 0;
	list-style-type:decimal;
}


/* [テキスト] textStyle01
----------------------------------------------------------*/
.textStyle01 {
	margin-bottom:20px;
	padding:20px;
	border:1px solid #d6d6d6;
	background:#f7f7f7;
}
.textStyle01 p {
	margin:0;
	padding:0;
}


/* .背景付テキスト
----------------------------------------------------------*/
.colorBox {
	margin-bottom:20px;
	padding:20px;
	padding-bottom:0;
	background:#f2f2f2;
}
