@charset "utf-8";

/******************************
-------------------------------
プリント設定リスト
-------------------------------
=1: 初期化設定

===============================
共通設定
===============================
=2: コンテンツ共通
=3: Footer
=4: FooterLink
=5: クリアー

===============================
Top レイアウト設定
===============================
=6: Header
=7: Contents
=8: ContentsMenu
=9: Info
=10: QRcode
=11: Banner

===============================
2nd レイアウト設定
===============================
=12: Header
=13: GlobalNavi
=14: Bread
=15: MainContents
=16: ReadPage
=17: LeftMenu
=18: RightColumn
=19: RightLink
=20: ContentsMenu
=21: Utility
=22: HelpNote

===============================
Story レイアウト設定
===============================
=23: Text
=24: PDFLink
=25: LeftMenu

===============================
interview レイアウト設定
===============================
=26: Menu設定
=27: 本文設定
=28: ページ送り設定

===============================
その他設定
===============================
=29:続きを読むの表示設定
*******************************/

/*------------------------------
=1: 初期化設定
------------------------------*/
html,body,div,p,h1,h2,h3,h4,h5,ul,li,dl,dd,dt {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅";
}

img {
	border:0;
}


/*==============================
共通設定
==============================*/
/*------------------------------
=2: コンテンツ共通
------------------------------*/
body {
	text-align: center;
	color: #444444;
	line-height: 1.5em;
	font-size: medium;
	bockgrond-color: #ffffff;
}

#container {
	width:100%;/* 表示をセンターにするためのコンテナーを作成 */
	margin:0 auto;
	text-align:left;
}

#maincontainer {
	width: 900px;/* コンテンツ枠を作成 */
	margin: 0 auto;/*コンテンツをセンターへ表示*/
	text-align: left;
}

.bg_cntTop {
	background: none;
}

.bg_cntMid {
	background: none;
}

.bg_cntBot {
	background: none;
}


/*------------------------------
=3: Footer
------------------------------*/
#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
}

/*------------------------------
=4: FooterLink
------------------------------*/
#linkArea {
	width: 860px;
	padding: 0 20px;
	margin: 0 auto;
	background-color: #ffffff;
}

#tabs {
	display: none;
}


#footer img {
	display: block;
	margin-top: 10px;
	float: right;
}

#copy {
	width: 900px;
	text-align: center;
	background-color: #001133;
}

#copy p {
	font-size: 65%;
	color: #ffffff;
}


/*------------------------------
=5: クリアー
------------------------------*/
.clear {
	clear: both;
}


/*==============================
Top レイアウト設定
==============================*/
/*------------------------------
=6: Header
------------------------------*/
#title_Box {
	background-color: #001133;
}

#title_Box h1 {
	width: 320px;
	height: 24px;
	padding-top: 15px;
	text-indent: -9999px;
}

#title_Box p {
	padding-top: 15px;
	margin-left: 60px;
	color: #ffffff;
	line-height: 1.2em;
	font-size: 10px;
}

#title_Box h2.top_title {
	width: 338px;
	height: 37px;
	margin-top: 5px;
	margin-left: 60px;
	text-indent: -9999px;
	background: url(../img/top/top_title_kokoro.png) no-repeat;
}


/*------------------------------
=7: Contents
------------------------------*/

.tcontTop {
	height: 54px;
	background: url(../img/top/top_bg_cont_top.png) left top no-repeat;
}


ul#tabArea {
	width: 780px;
}

ul#tabArea li {
	width: 90px;
	height: 30px;
	margin: 13px 0 11px 15px; 
	list-style: none;
	text-indent: -9999px;
	float: right;
}

ul#tabArea li.youth {
	background: url(../img/top/top_btn_youth.png) left top no-repeat;
}

li.parent a {
	display: block;
	width: 90px;
	height: 30px;
	background: url(../img/top/top_btn_parent.png) left top no-repeat;
}

li.parent a:hover {
	background: url(../img/top/top_btn_parent.png) left -30px no-repeat;
}

#mainContArea {
	clear: both;
	width: 820px;
	margin: 0 39px;
	_margin: 0 38px;
	padding: 0 0 25px 0;
	border: solid 2px #000c24;
	background: url(../img/top/top_bg_cont_bot.png) left bottom no-repeat;
}

#tContents {
	width: 900px;
}

#tcontMiddle {
	width: 820px;
	height: 414px;
	background: url(../img/top/top_bg_cont_mid.png) left top no-repeat;
}

#tcontBottom {
	width: 790px;
	height: 30px; 
	background: url(../img/top/top_bg_cont_bot.png) left top repeat-y;
}

#mainContent {
	width: 710px;
	margin: 0;
	padding: 20px 55px 0;
	background: url(../img/top/top_bg_content.png) center top no-repeat;
}


/*------------------------------
=8: ContentsMenu
------------------------------*/
#tmainContainer {
	background-color: #001133;
}

/* メインメニュー */
#mainMenuArea {
	clear: both;
	width: 692px;
	height: 330px;
	margin: 0 9px 20px;
	_margin: 0 9px 19px;
}

h3.catch {
	width: 449px;
	height: 330px;
	float: left;
}

ul#mainMenu {
	width: 243px;
	height: 330px;
	float: left;
}

ul#mainMenu li {
	list-style: none;
}

ul#mainMenu li a {
	display: block;
	width: 243px;
	text-indent: -9999px;
}

ul#mainMenu li a.sos {
	height: 122px;
	background: url(../img/top/top_menu_sos.png) no-repeat;
}


ul#mainMenu li a.story {
	height: 108px;
	background: url(../img/top/top_menu_story.png) no-repeat;
}

ul#mainMenu li a.talk {
	height: 100px;
	background: url(../img/top/top_menu_talk.png) no-repeat;
}


/* もっと知りたいとき */

h2.learn {
	width: 693px;
	height: 45px;
	margin: 0 0 0 10px;
	padding: 0;
	text-indent: -9999px;
	background: url(../img/top/top_subtitle_learn.png) no-repeat;
}

#learnArea {
	clear: both;
	width: 760px;
	padding: 20px 30px 0;
	background: url(../img/top/top_bg_cont_mid2.jpg) left top repeat-y;
}


ul#learnCont {
	width: 720px;
	height: 244px;
	padding: 0 0 0 40px;
	background: url(../img/top/top_bg_cont2_bot.png) left bottom no-repeat;
}

ul#learnCont li {
	width: 160px;
	height: 100px;
	margin: 0 14px 14px 0;
	list-style: none;
	float: left;
}

ul#learnCont li a {
	display: block;
	width: 160px;
	height: 100px;
	text-indent: -9999px;
}

ul#learnCont li a.uwasa {
	background: url(../img/top/top_menu_uwasa.png) no-repeat;
}

ul#learnCont li a.stress {
	background: url(../img/top/top_menu_stress.png) no-repeat;
}

ul#learnCont li a.expart {
	background: url(../img/top/top_menu_expart.png) no-repeat;
}

ul#learnCont li a.interview {
	background: url(../img/top/top_menu_interview.png) no-repeat;
}

ul#learnCont li a.friend {
	background: url(../img/top/top_menu_friend.png) no-repeat;
}

ul#learnCont li a.self {
	background: url(../img/top/top_menu_self.png) no-repeat;
}

ul#learnCont li a.access {
	background: url(../img/top/top_menu_access.png) no-repeat;
}

ul#learnCont li a.dlc {
	background: url(../img/top/top_menu_dlc.png) no-repeat;
}

/*------------------------------
=9: Info
------------------------------*/
#newsBox {
	width: 509px;
	margin-right: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
	float: left;
}

h3#newstitle {
	width: 518px;
	height: 30px;
	text-indent: -9999px;
	background: url(../img/top/top_title_info.png) no-repeat;
}

#newsBox dl {
	width: 476px;
	padding: 0 26px 0 16px;
	margin-bottom: 0;
	font-size: 75%;
	line-height: 1.2em;
}

#newsBox dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#newsBox dl dd {
	width: 30px;
	padding: 5px 5px 0 0;
	float: left;
}

#newsBox dl dt {
	width: 439px;
	padding: 5px 2px 0 0;
	float: left;
}

dd.line,
dt.line {
	height: 1px;
	padding: 0;
	border-bottom: 1px dotted #000000;
	line-height: 0;
}

#newsBox a {
	color: #005cad;
	text-decoration: none;
}


/*------------------------------
=10: QRcode
------------------------------*/
#qrArea {
	width: 280px;
	background-color: #ffffff;
	float: left;
}

.qrTop {
	height: 5px;
	background-color: #ffffff;
}

.qrMiddle {
	background-color: #ffffff;
}

.qrMiddle img {
	display: block;
	margin: 16px 10px 12px;
	_margin: 16px 10px 12px 5px;
	float: left;
}

.qrMiddle p {
	padding: 28px 13px 28px 0;
	font-size: 75%;
	line-height: 1.5em;
}

.qrBottom {
	clear: both;
	height: 5px;
	margin-top: 0;
	background-color: #ffffff;
}


/*------------------------------
=11: Banner
------------------------------*/
#bannerArea {
	clear: both;
	width: 800px;
	padding: 10px 50px;
	margin: 0 auto;
	*margin-top: -16px;
	background-color: #e1eaf1;
}

#bannerArea img {
	margin-right: 8px;
}

.clearfix {
  min-height: 1px;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/*==============================
2nd レイアウト設定
==============================*/
/*------------------------------
=12: Header
------------------------------*/
#header {
	width: 900px;
	background-color: #001133;
	padding-bottom: 10px;
}

#title_Box {
	background: url(../img/bg_header.png) left 15px no-repeat;
}

#title_Box h1 {
	width: 315px;
	height: 20px;
	padding-top: 15px;
	text-indent: -9999px;
}

#title_Box p {
	padding-top: 5px;
	margin-left: 60px;
	color: #ffffff;
	line-height: 1.2em;
	font-size: 10px;
}

#title_Box h2 a {
	display: block;
	width: 280px;
	height: 30px;
	margin-top: 3px;
	margin-left: 60px;
	background: url(../img/title_kokoro.png) no-repeat;
}


/*------------------------------
=13: GlobalNavi
------------------------------*/
#globalNavi {
	display: none;
}

/*------------------------------
=14: Bread
------------------------------*/
#bread {
	display: none;
}

/*------------------------------
=15: MainContents
------------------------------*/
#maincontentWapper {
	width: 900px;
	margin-bottom: 30px;
}


#maincontentBox {
	width: 814px;
	padding:0 42px;
}

#contTop {
	height: 100px;
}

#contTop h2 {
	width: 762px;
	height: 51px;
	padding-top: 32px;
	margin: 0 auto;
	text-indent: -9999px;
}

#contMiddle { /* LeftMenuアリの場合 */
	width: 764px;
	margin: 0 auto;
	background: url(../img/bg_print_cont_mid.png) center repeat-y;
}


.contMiddle2Top {
	width: 764px;
	height: 5px;
	margin: 0 auto;
	background: url(../img/bg_print_cont_top.png) center bottom no-repeat;
}

#contMiddle2 { /* LeftMenuナシの場合 */	
	width: 764px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg_print_cont_mid.png) center repeat-y;
}

#utility { /* ユーティリティページ用 */
	width: 702px;
	margin-top: 0px;
	padding: 0 60px;
}

#contBottom {
	display: none;
}


/*------------------------------
=16: ReadPage
------------------------------*/
#readBox {
	width: 674px;
	margin: 20px 30px 0;
}

#readBox h3{
	text-align:center;
	padding: 0 0 20px 0;
}

#readBox h3 span {
	padding-left: 35px;
	background: url(../img/bg_subtitle.png) 0px 0px no-repeat;
}

#readBox p {
	font-size: 75%;
}


/*------------------------------
=17: LeftMenu
------------------------------*/
#leftBox {
	display: none;
}


/*------------------------------
=18: RightColumn
------------------------------*/
/* リストの設定 */
ul.deci {
	list-style:decimal;
	font-size:75%;
	padding-top: 5px;
	color: #444444;
	line-height: 1.9em;
	margin-left:30px;
	margin-bottom: 10px;
}

ul.disc {
	list-style:disc;
	font-size:75%;
	padding-top: 5px;
	color: #444444;
	line-height: 1.9em;
	margin-left:30px;
	margin-bottom: 10px;
}




#rightBox {
	width: 764px;
}

.rightBoxTop {
	width: 764px;
	height: 5px;
	background: url(../img/bg_print_cont_top.png) left top no-repeat;
}

.contentBox {
	margin: 20px 30px 0;
}

a.wiki {
	color:#0033ff;
	text-decoration:none;
}

a.wiki:hover {
	color:#0099ff;
	text-decoration:underline;
}

h3.subtitle {
	clear: both;
	margin-bottom: 20px;
	padding-left: 8px;
	color: #0066ff;
	font-size: 100%;
	font-weight: bold;
	border-left: 5px solid;
	border-bottom: 1px solid;
}

h3.cpt {
	padding: 10px 0 0;
	margin-bottom:5px;
	color: #444444;
	font-size: 100%;
	font-weight: bold;
}

h3.note {
	clear: both;
	padding: 10px 0 0;
	margin-bottom:5px;
	color: #0066cc;
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 75%;
	text-indent: 1em;
	color: #444444;
	line-height: 1.8em;
}

p.noindent {
	padding-bottom: 15px;
	font-size: 75%;
	color: #444444;
	line-height: 1.8em;
}

p.indent {
	padding-bottom: 15px;
	font-size: 75%;
	text-indent: 1em;
	color: #444444;
	line-height: 1.8em;
}

p.relation {
	padding-left: 16px;
	font-size: 75%;
	color: #444444;
	line-height: 1.8em;
	background: url(../img/ico_arrow_org02.png) left center no-repeat;
}

p.bold {
	clear: both;
	padding-top: 5px;
	font-size: 75%;
	color: #444444;
	line-height: 1.7em;
	font-weight:bold;
}

p.caution {
	clear: both;
	padding-top: 5px;
	font-size: 60%;
	color: #444444;
}

.picBox {
	width: 202px;
	margin: 10px 0 10px 10px;
	float: right;
}

hr.line {
	border: none;
	border-bottom: 2px #cccccc dashed;
} 

hr.line_s {
	width:80%;
	border: none;
	border-bottom: 2px #cccccc dashed;
	margin-bottom:30px;
	*margin-bottom: 15px;
	text-align: center;
} 

.pagetop {
	width: 764px;
	margin:15px 10px 0 0;
	height: 5px;
	background: url(../img/bg_print_cont_bot.png) center top no-repeat;
}

.pagetop a {
	display: none;
}

table.cons {
	width:480px;
	border:solid 1px #999999;
	border-collapse:collapse;
	margin-top:20px;
	padding:0;
}

table.cons th{
	width:30%;
	border-right:dashed 1px #999999;
	border-bottom:solid 1px #999999;
}

table.cons td{
	width:70%;
	border-bottom:solid 1px #999999;
	padding:10px;
}

/*------------------------------
=19: RightLink
------------------------------*/
p.rlink {
	display: none;
}

p.llink {
	display: none;
}


/*------------------------------
=20: ContentsMenu
------------------------------*/
#contMenu {
	display: none;
}

/*------------------------------
=21: Utility
------------------------------*/
h3.utilityTitle {
	width: 230px;
	padding-left: 10px;
	color: #0033ff;
	border-left: 15px #3366ff solid;
}


#contMiddle2 .utilityLeft {/**　　左カラム設定　　**/
	width: 230px;
	float: left;
	margin-left:70px;
	margin-bottom:30px;
	clear:left;
}

#contMiddle2 .utilityRight {/**　　右カラム設定　　**/
	width: 230px;
	float: left;
	margin-left:70px;
	margin-bottom:30px;
	clear:right;
}


#contMiddle2 .utilityBox {/**　　カラム無しの場合　　**/
	width: 710px;
	clear:both;
}



.utilityBox a,
.utilityBox a:visited,
.utilityLeft a,
.utilityLeft a:visited,
.utilityRight a,
.utilityRight a:visited {
	color:#0033ff;
	text-decoration:none;
	border-bottom:#0033ff dashed 1px;
}

.utilityBox a:hover,
.utilityLeft a:hover,
.utilityRight a:hover {
	color:#ff9900;
	text-decoration:none;
	border-bottom:#ff9900 solid 1px;
}

.utilityBox h3,
.utilityLeft h3,
.utilityRight h3 {
	clear: both;
	margin-bottom: 5px;
	color: #0033ff;
	font-size: 110%;
	font-weight: bold;
}

.utilityBox h4,
.utilityLeft h4,
.utilityRight h4{
	margin-top: 15px ;
	margin-left: 10px;
	padding: 0 0 0 8px;
	color: #0033ff;
	font-size: 90%;
	font-weight: bold;
	border-left: #0033ff 5px solid;
}


.utilityRight h4.fast {
	margin-top: 39px;
}

.utilityBox ul,
.utilityLeft ul,
.utilityRight ul {
	list-style:disc;
	font-size:75%;
	padding-top: 5px;
	color: #0033ff;
	line-height: 1.9em;
	margin-left: 40px;
}

/* カラム無しの個別設定 */
p.top_text {
	padding: 0 0 25px 25px;
	font-size: 75%;
	text-indent: 1em;
	color: #444444;
	line-height: 1.8em;
}

.utilityBox h3,
.utilityBox h4
	 {
	margin-left: 70px;
}

.utilityBox ul {
	margin-left: 110px;
	margin-bottom: 20px;
}

span.dl_size {
	color: #444444;
}

/* アドビPDFダウンロード */
#pdf_dl {
	width: 80%;
	margin-left: 70px;
}

#pdf_dl img {
	float: right;
	margin-left: 15px;
}

/*------------------------------
=22: HelpNote
------------------------------*/
.h_attention {
	margin: 5px auto;
	text-align: center;
	color: #ee8100;
	font-size:14px;
	font-weight:bold;
}

h4.cpt_s {
	padding: 10px 0 0;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
}

/*==============================
Story レイアウト設定
==============================*/
/*------------------------------
=23: Text
------------------------------*/
p.subtitle {
	height:  35px;
	margin-left: -10px;
	padding-left: 40px;
	color: #0066ff;
	font-size:14px;
	font-weight: bold;
	background: url(../img/story/story_ico_picture.png) left no-repeat;
	line-height:2.2em;
	display: none;
}

p.catch {
	color: #0066ff;
	font-size: 100%;
	font-weight: bold;
}

p.name {
	width: 210px; 
	height: 21px;
	padding-top: 5px;
	padding-left: 20px;
	color: #ee8100;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
	background: url(../img/story/story_ico_man.png) left 5px no-repeat;
	float: left;
	clear:both;
}


/*------------------------------
=24: PDFLink
------------------------------*/
#btnArea {
	width: 450px;
	height: 32px;
	margin:0 0 15px 0;
}

#btnArea a {
	display: none;
}


/*------------------------------
=25: LeftMenu
------------------------------*/
#leftBox {
	display: none;
}


/*==============================
interview レイアウト設定
==============================*/
/*------------------------------
=26: Menu設定
------------------------------*/
.interviewMenu {
	clear: both;
	width: 670px;
	margin: 0 auto;
}

.interviewMenu_b {
	clear: both;
	width: 670px;
	margin: 20px auto 0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	margin:0;
}

.clearfix {
	display:inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix { height:1px; }
.clearfix { display:block; }
/* */


.interviewMenu p,.interviewMenu_b p {
	margin: 0 0 10px 0;
	font-weight: bold;
}

h3.interviewTitle {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #0066FF;
}

.rightlink {
	text-align: right;
}

img.photo_left {
	margin: 0 10px 10px 0;
	float: left;
}

/*------------------------------
=27: 本文設定
------------------------------*/
img.photo_right {
	margin: 0 0 10px 10px;
	float: right;
}

.interviewBox {
	width:670px;
	margin:0 auto;
	clear:both;
}

.interviewMenu_02 {
	clear: both;
	width: 580px;
	margin: 0 auto;
}

h3.interviewTitle_02 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #0066FF;
}

p.rightname {
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

.textbox {
	width:580px;
	margin:0 auto 20px;
	clear:both;
}

h5.textindex {
	margin:30px 0 20px 0;
	padding-left:10px;
	font-size:14px;
	color:#0033ff;
	border-left:solid 8px #0033ff;
}

.ques {
	width:30px;
	font-size:14px;
	font-weight:bold;
	float:left;

}

.questxt {
	width:550px;
	font-size:12px;
	line-height:1.8em;
	margin-bottom:20px;
	font-weight:bold;
	float:left;
}

.ans {
	width:30px;
	font-size:14px;
	font-weight:bold;
	float:left;
}

.anstxt {
	width:540px;
	font-size:12px;
	line-height:1.8em;
	margin-bottom:20px;
	float:left;
}


.photobox {
	width:670px;
	margin:0 auto 20px;
	text-align:center;
	font-size:12px;
	clear:both;
}

img.photo_game {
	margin-right:5px;
}

.copy {
	text-align: right;
	font-size:10px;
}

.profbox {
	width:648px;
	margin:0 auto 20px;
	font-size:12px;
	clear:both;
	padding:10px;
	border:dashed 1px #999999;
}

.proftitle_s {
	font-weight:bold;
	color:#0099ff;
	font-size:14px;
}

.profbox .imgbox{
	float:left;
	clear:right;
	margin-right:10px;
	margin-bottom: 10px;
}

#box1,
#box2,
#box3 {
	display: block !important;
	position: relative !important;
}


/*------------------------------
=28: ページ送り設定
------------------------------*/
ul.hide {
	display:none;
}

.pagenavi {
	display: none;
}

.pagenavi_top {
	display: none;
}

.pagenavi {
	display: none;
}

/*==============================
その他設定
==============================*/
/*------------------------------
=29: 続きを読むの表示設定
------------------------------*/
#PlagClose1,
#PlagClose2 {
	display: block !important;
}