@charset "utf-8";

/* =========================================================
	1.UNIVERSAL-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.FORM
	5.TABLE
	6.COMMON
	7.PAGE
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}
 
ul,
ol {
	list-style: none;
}
 
blockquote,
q {
	quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
a {
	outline: none;
}
 
img {
	vertical-align: bottom;
}
 
/* 2.BASE-SET
--------------------------------------------------------- */

body {
	background: #fff;
	font-size: 13px;
	font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: none;
}
 
@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

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

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

a {
    color: #07519a;
	overflow: hidden;
}

a:hover {
    color: #c00;
	text-decoration: underline;
}

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}

/* 4.PAGE
--------------------------------------------------------- */
/* header */
#page {
	color: #333;
	margin: 0 auto;
	position: relative;
	width: 950px;
}

#header {
	border-bottom: 1px solid #ccc;
	margin: 20px auto 0;
	position: relative;
}

#header .logo {
	margin-bottom: 10px;
}

#header p {
	left: 115px;
	position: absolute;
	top: 9px;
}

/* 7.パン屑
--------------------------------------------------------- */
/* socialNav */
.socialNav .head_nav {
	margin-bottom: 50px;
	width: 780px;
}

.breadcrumbs {
	margin-right: 10px;
	overflow: hidden;
	padding-top: 8px;
}

.breadcrumbs li {
	background: url(../../img/info/icon.png) 6px 0px no-repeat;
	float: left;
	padding-left: 20px;
}

.breadcrumbs li.first {
	background: none;
	padding-left: 0;
}

.breadcrumbs li a {
	font-weight: bold;
	text-decoration: none;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

.breadcrumbs li.now a {
	color: #333;
	text-decoration: none;
}

/* メインコンテンツ */
#main {
	margin-bottom: 60px;}

#main p span {
	font-weight: bold;
}

#main_01 h1 {
	border-left: solid #f90000 7px;
	border-top: solid #b0b0b0 1px;
	border-right: solid #b0b0b0 1px;
	border-bottom: solid #b0b0b0 1px;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 7px;
}

#main_01 p,
#main_02 p {
	font-size: 13px;
	line-height: 1.8;
	margin: 12px auto;
}

#main_02 h1 {
	border-bottom: solid #b0b0b0 1px;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
}

/* table */

#main_02 table {
	width: 100%;
	border-right: 2px solid #dbdbdb;
	margin-bottom: 20px;
}

#main_02 table th{
	width: 25%;
	padding: 15px 5px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background-color: #fa0000;
	border-left: 2px solid #fff; 
	border-top: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	font-size: 15px;
	font-weight: bold;
}

#main_02 table th a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#main_02 table th a:hover {
    color: #ffb2b2;
	font-weight: bold;
}

#main_02 table th.first {
	border-left: 2px solid #dbdbdb;
}

#main_02 table th.thTitle02 {
	background: #f7f7f7;
	border-left: 2px solid #dbdbdb;
	color: #000;
}

#main_02 table td{
	width: 25%;
	padding: 6px;
	background-color: #fff;
	border-bottom: 2px solid #dbdbdb;
	border-left: 2px solid #dbdbdb;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	font-size: 13px;
}

#main_02 table td.editImg{
	text-align: center;
	vertical-align:middle;
}

#main_02 table td.dlt{ 
	background: #f3f3f3;
}

/* キャプチャー */
#main_02 table td img {
	margin: 10px auto 6px;
}

#main_02 table td div.btn,
#main_02 table td div.btn a
 {
	background: url(../../img/info/btn.png) 0 0 no-repeat;
	text-align: center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 58px;
	height: 27px;
	margin: 0 auto 10px;
}
	
#main_02 table td div.btn a:hover {
	background: url(../../img/info/btn.png) 0 -27px no-repeat;
	width: 58px;
	height: 27px;	
}

/* 注意書き */

#main_02 dl dt {
	font-weight: bold;
}

#main_02 dl dd {
	line-height: 1.8;
	margin-bottom: 25px;
}

#main_02 dl dd p {
	font-weight: bold;
	margin-top: 5px;
	padding-left: 21px;
	}
	
#main_02 dl dd p span {
	font-weight: normal;
}

/* サービスについて */

#main_02 dl.att{
	border: 2px solid #dbdbdb;
	padding: 17px;
	margin-bottom: 30px;
}

#main_02 dl.att dd{
	margin-bottom: 0;
}

/* footer */
.sup_login {
	right: 10px;
	position: absolute;
	top: 9px;
}

*:first-child+html .sup_login {
	top: 10px;
}

* html .sup_login {
	top: 10px;
}

/* footer */

#footer {
	clear: both;
	margin: 30px auto 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 950px;
}

/*#footer {
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 950px;
}*/

.pageTop {
	text-align: right;
}

.pageTop a {
	background: url(../../img/info/arrowUp.png) 0 3px no-repeat;
	padding-left: 15px;
}

#footer ul {
	margin: 0 0 10px;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
}

#footer ul li {
	border-left: 1px #c3c3c3 solid;
	display: inline;
	padding: 0 7px;
}

#footer ul li.first {
	border: none;
}

#footer address {
	border-top: 1px #c3c3c3 solid;
	padding-top: 5px;
}

/* 150115追加 */
#main p.info {
	color: #fa0000;
}

#main_02 table td.td02 {
	text-align: center;
}