@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. リセット用スタイル
　02. タグ固有のスタイル指定
　03. 大枠レイアウト
　04. トピックスパス
　05. リキッドメイン
　06. メインコンテンツ
　07. サイド
　08. 見出し
　09. 表示切替
　10. 機能
　99. ソーシャル
　99. 印刷

******************************************************************************* */


/* ==

　01. リセット用スタイル

=============================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
ol, ul { list-style: none; }


/* ==

　02. タグ固有のスタイル指定

	□　各フォントサイズの指定値
 *  10 px : 84%   |  11 px : 92% 
 *  12 px : 100%  |  13 px : 109%
 *  14 px : 117%  |  15 px : 125%
 *  16 px : 134%  |  17 px : 142%
 *  18 px : 150%  |  19 px : 159%
 *  20 px : 167%  |  22 px : 184%
 *  24 px : 200%  |  26 px : 217%
 *  28 px : 234%  |  30 px : 250%
 *  32 px : 267%
 
 	※％指定がネストする場合の指定値は別途要計算
=============================================================================== */
html { overflow-y: scroll; }
html,
body { height: 100%; }
body {
	line-height: 1.7;
	background-color: #fff;
	color: #333;
	font-family: "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 75%;
	-webkit-text-size-adjust: 100%;
}
body.fsLarge { font-size: 85%; }
img { vertical-align: bottom; }
a img { border: none; }
a {
	color: #404f6f;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
em {
	font-weight: bold;
	font-style: normal;
}
th,
td {
	text-align: left;
	vertical-align: top;
}
sup,
sub {
	margin: 0 1px;
	font-size: 84%;
	vertical-align: 2px;
}
sub { vertical-align: baseline; }



/* ==

　03. 大枠レイアウト

=============================================================================== */
#topicPath {
	width: 100%;
}
#container,
#main {
	width: 950px;
	margin: 0 auto;
	padding: 35px 0 70px;
}
#main.op_pack01 {
	padding-top: 0;
}
#container {
	padding-top: 15px;
}
#container #main {
	float: right;
	width: 730px;
	margin: 0;
	padding: 0;
}
#container #aside {
	float: left;
	width: 200px;
}
#socialArea {
  margin-bottom: 20px;
  clear: both;
}



/* 回り込み解除
------------------------------------------------------------------------------- */
#container:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #container { zoom: 1; } /* ie7 */
* html #container { zoom: 1; } /* ie6 */




/* ==

　04. トピックスパス

=============================================================================== */
#topicPath ul { padding: 4px 0 5px; }
#topicPath li {
	float: left;
	font-size: 10px;
	color: #333;
}
#topicPath li a {
	margin-right: 4px;
	padding-right: 12px;
	background: url(/common/images/rn/ico_arw01.gif) right center no-repeat;
}
#topicPath a { color: #333; }
#topicPath p {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 10px;
}


/* 回り込み解除
------------------------------------------------------------------------------- */
#topicPath ul:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #topicPath ul { zoom: 1; } /* ie7 */
* html #topicPath ul { zoom: 1; } /* ie6 */



/* ==

　05. リキッドメイン

=============================================================================== */




/* ==

　06. メインコンテンツ

=============================================================================== */
p,
dt,
dd,
th,
td,
ul,
ol { font-size: 117%; }

th p,
td p,
th dt,
th dd,
td dt,
td dd,
dl ul,
dl ol { font-size: 100%; }

section,
.section { margin-bottom: 30px; }
section section,
section .section,
.section section,
.section .section {
	margin-top: 20px;
	margin-bottom: 20px;
}




.localNav {
	margin-top: 40px;
	padding: 20px 25px 15px;
	border: 5px solid #ececec;
	background-color: #f8f8f8;
}
.localNav h2,
.localNav .hdTxt{
	margin-bottom: 12px;
	padding: 0.1em 0 18px 0;
	border-bottom: 1px solid #ccc;
	background: none;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 150%;
	font-weight: bold;
}
.localNav h2 a,
.localNav .hdTxt a{
	padding-left: 15px;
	background: url(/common/images/rn/ico_arw04.gif) 1px center no-repeat;
}
.localNav li {
	float: left;
	margin: 0 15px 5px 0;
	white-space: nowrap;
}
.localNav .linkListS {
	padding: 6px 0 9px;
	font-size: 100%;
}
.localNav .linkListS li {
	margin: 0 15px 0 0;
	padding-bottom: 3px;
}




/* ==

　07. サイド

=============================================================================== */





/* ==

　08. 見出し

=============================================================================== */







/* ==

　09. 表示切替

=============================================================================== */
.devPc { display: block; }
.devPcTbl { display: block; }
.devTbl { display: none; }
.devTblSmp { display: none; }
.devSmp { display: none; }
img.devPc,
img.devPcTbl { display: inline; }
img.devTbl,
img.devTblSmp,
img.devSmp { display: none; }


/* ==

　10. 機能

=============================================================================== */



/* ==

　99. ソーシャル

=============================================================================== */
#socialArea li {
  line-height: 1;
  float: left;
  margin-right: 11px;
  vertical-align: top;
}
#socialArea .facebookL {
  margin-right: 1px;
}


