﻿@charset "UTF-8";

/* ###############################################################

各ページ共通スタイル

################################################################# */

*{
	overflow: hidden;
	margin: 0;
	padding: 0;
	cursor: default;
	box-sizing: border-box;
	color: #404f5b;
}


html, body{
	padding: 0;
	height: 100%;
	width: 100%;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-text-size-adjust: none;
	font-size: 12px;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
	font-size: 12px;
	color: #404f5b;
}

table, table tr {
	overflow: visible;
}

a:hover	{
	opacity:0.7;
	}

/*----------------------------------------------------
 Reserved
------------------------------------------------------*/
.IE {}
.FF {}
.SF {}
.CR {}
.MOBILE {}

/*----------------------------------------------------
  Page
------------------------------------------------------*/
.wrapper	{
	margin:0;
	padding:0;
	}
	
.header {
	width: 100%;
}

.container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	overflow:auto;
}

.header .separator {
	height: 4px;
	border-top: 2px solid #ff9800;    /* @@theme_line@@ */
	border-bottom: 1px solid #ff9800;    /* @@theme_line@@ */
}

.btm_space	{
	margin-bottom:50px;
	}

.p_space	{
	margin-bottom:24px;
	}

/*----------------------------------------------------
 Header
------------------------------------------------------*/

.header h1 {
	height: 41px;
	background: url(../../../img/default/common/header_browser_icon.png) no-repeat 0 0;
	background-size:40px;
	padding:5px 0 0 50px;
	margin:20px 0;
	float:left;
}


/*----------------------------------------------------
 Main
------------------------------------------------------*/

.main	{
	overflow:auto;
	}

.main .container {
	padding-top: 24px;
	padding-bottom: 24px;
}

.main .container h2	{
	margin:0 0 24px 0;
}

.main .container p.maru	{
	background:url(../../../img/default/common/maru.png) no-repeat 0 0;
	background-size:18px;
	padding-left:25px;
	font-size:16px;
	font-weight:bold;
	line-height:130%;
	margin-bottom:10px;
	}

.main table	{
	width:959px;
	font-size: 14px;
	border:1px solid #999;
	border-collapse:collapse;
	}

.main table th	{
	background-color:#f2f2f2;
	border:1px solid #999;
	padding:10px;
	}

.main table td	{
	border:1px solid #999;
	padding:10px;
	}

ul.maintenance	{
	border-top:1px dashed #999;
	}

ul.maintenance li	{
	list-style-type:none;
	font-size:14px;
	line-height:300%;
	border-bottom:1px dashed #999;
	}

ul.maintenance li div	{
	list-style-type:none;
	color:#f38c00;
	font-weight:bold;
	width:120px;
	height:43px;
	float:left;
	}

p.sentence	{
	color: #00aeef;
	clear:both;
	}
 

