@charset "UTF-8";

/* ****************************************************
Title: pc_outline.css
Created: 2011-02-09
Last Modified: 2011-02-09
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main
# Settings
# Modules
----------------------------------------*/



/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */

.newsText {
	margin-bottom: 18px;
}

#content .mCaseArea .newsArea {
	border: 1px solid #e4e4e4;
	border-top: 0;
	padding: 0px 10px 100px;
}

#content .comicFig01 {
	margin: 5px 0 5px;
	text-align: center;
}

#content .comicFig02 {
	margin: 5px 0 5px;
	text-align: center;
}

/* # Settings
---------------------------------------------------------------------------- */

html,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,figure,figcaption,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,button,label,legend {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
header,hgroup,footer,article,section,nav,aside,figure,figcaption { display: block; }
ol,ul { list-style: none; } 
fieldset { border: none; }
input,textarea,select,label {
	font-size: 100%;
	vertical-align: middle;
}
label,button { cursor: pointer; }
textarea { overflow: auto; vertical-align: top; }
a { vertical-align: baseline; }
img { border: none; vertical-align: middle; max-width: 100%; height: auto; }
b,em,strong { font-weight: bold; font-style: normal; }
object { outline: none; vertical-align: middle; }
blockquote, q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
code { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
small { font-style: normal; }
ins { text-decoration: none; }
mark { font-weight: bold; }
del { text-decoration: line-through; }
abbr, acronym { border: none; font-variant: normal; }
abbr[title],dfn[title] { border-bottom: 1px dotted #333; cursor: help; }
address,caption,cite,code,dfn,var { font-weight: normal; font-style: normal; }
hr { display: none; }
pre { font-family: monospace; }
rt { text-align: center; }
rp { display: none; }
optgroup { font-style: normal; }


/* # Modules
---------------------------------------------------------------------------- */

.mHide { display: none; }

.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

.flL { float: left; }
.flR { float: right; }

.clL { clear: left; }
.clB { clear: both; }
.clR { clear: right; }

.clf { zoom: 1; }
.clf:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}


.newsList img{
	vertical-align: middle;
	padding-left: 4px;
}
.newsList tr + td { width:22%;}
.newsList td + td { width:78%;}


#content #mPageTit01 {
	font-size: 143.8%;
	background: url(../../../common/std/img/pc/page/hd_mPageTit02.png) no-repeat;
	margin-bottom: 18px;
	padding: 22px 20px 0;
	height:48px;
}
.link_button li a {
  display: block;
	text-align: center;
	/*border: 1px solid #15aeec;*/
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}

.link_button a:hover{
	text-decoration:none;
	/*border:1px solid #1090c3;*/
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}

#content .button a:active{
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, .5);*/
}

.link_button {
	width: 100%;
}

.link_button li {
	display: block;
	width: 240px;
	margin-left: auto;
	margin-bottom: 10px;
	zoom: 1;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}


.link_button li a {
  display: block;
	text-align: center;
	/*border: 1px solid #15aeec;*/
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}

.link_button a:hover{
	text-decoration:none;
	/*border:1px solid #1090c3;*/
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}

#content .button a:active{
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, .5);*/
}