﻿@charset "UTF-8";
/*html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)*/
html,body,div,span,object,iframe,img,p,h1,h2,h3,h4,h5,h6,
blockquote,pre,abbr,address,cite,code,del,dfn,em,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,nav,section,
time,mark,audio,video{
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;}

/* customize bootstrap */
.col_no_padding {
    padding: 0px;
}

/*layout*/
body {
	font:90%/1.6 Century Gothic, Arial, sans-serif;
	margin: 5px;
	color: #101010;
	background:#999;
	background: linear-gradient(#999, #333);
}
header, nav, article, aside, section, footer, address {
	display:block;
}
header, article, aside, nav, footer {
	border-radius: 10px;
	box-shadow: 0 0 10px #333;
	background-color: #e0ffff;
	text-align: left;
	margin: 5px;
}

/*header*/
header {
	text-align:center;
	padding: 5px;
	background:#191970;
	background: linear-gradient(#191970, #000040);
	color: #000;
}
header h1 {
	color: #FFF;
	font-size: 2.8em;
	margin:5px;
	padding:0px;
	text-shadow: 0 5px 5px #333333;
}

header h1.small {
	font-size: 1.5em;
}

/*navigation*/
nav {
        background: #000;
        text-align:center;
        padding: 5px;
	}
nav ul, nav li {
	list-style-type:none;
	display:inline;
}
nav li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #666;
	padding: 0 25px;
}
nav h1 {
	display:none;
}

/*article*/
article {
    margin: 5px;
    padding: 5px;
}
/*section*/
section {
	margin: 5px 5px 5px;
}
section h1 {
	margin:0 0 10px;
	padding:10px;
	font-size: 24px;
	color: #FF9;
	font-weight: bold;
	line-height: 24px;
	border-radius: 10px;
	background:#191970;
	background: linear-gradient(#191970, #000040);

}
section h1 div#ball{
	float:left;
	width:26px;
	height:26px;
	margin-right:5px;
	border-radius:13px;
/* backgroundの円形グラデーションの指定 */
	/* for IE 6-9 */
	background: #3cb371; 
	/* FF3.6+ */
	background: -moz-radial-gradient(center, circle, #3cb371 20%, #7fffd4 40%, #FF9 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-radial-gradient(center, circle, #3cb371 20%, #7fffd4 40%, #FF9 100%);
	/* Firefox, Chrome, IE10, Opera */ 
	background: radial-gradient(circle at center, #3cb371 20%, #7fffd4 40%, #FF9 100%);
}

section h2 {
	margin: 30px 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	border-left: 10px solid #5E7713;
	height: 18px;
	line-height: 18px;
	text-indent: 0.2em;
	color: #3a4c01;
}

section h3 {
	font-size: 18px;
    font-weight: 700;
}

section p { margin:0 0 20px;}

section ul { margin:10 30 20px;}

.map_detail h1 {
	margin:0 0 5px;
	padding:5px;
	font-size: 24px;
	color: #FF9;
	font-weight: bold;
	line-height: 24px;
	border-radius: 10px;
	background:#3d77c2;
	background: linear-gradient(#3d77c2, #151541);
    font-size: 15px;
    margin: 5px;
}

.map_description {
    margin-left: 100px;
    margin: 5px;
}

.map_description ul {
    margin-left: 1.5em;
}

.map_description h3 {
    font-size: 15px;
    margin: 5px;
}

/*aside*/
aside {
	padding: 5px;
}
aside h1 {
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
	background: #666;
}
aside ul, aside li {
	margin: 0 0 0 0.5em;
	padding: 0;
	list-style: none;
}
/*footer*/
footer {
	clear:both;
	text-align: center;
	padding: 5px;
	color: #000000;
	background: #e0ffff;
	font-size: 80%;
}
/* link */
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #000040;
	text-decoration: underline;
}

/* parenthis list */
ol.parentheses1 {
	margin-left: 3.5em; /* サイトに合せて調整 */
}
 
ol li {
	list-style-type: none;
	counter-increment: cnt;
}
 
ol li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-3em; 
	width: 3em; 
}

/* link list */
ul.link_list {
/*    text-align:center; */
    padding: 5px;
}
ul.link_list li {
    list-style-type:none;
/*     display:inline; */
}
ul.link_list li a {
    text-decoration: none;
    padding: 0 25px;
}


/* update log */
table.update_log {
	border: none;
}

table.update_log tr td {
    padding-left: 5px;
}

/* suzaku logomark */
.suzaku_logo {
    text-decoration: none;
}

.suzaku_logo img {
    width: 130px;
    vertical-align: middle;
}

.suzaku_logo_small {
    text-decoration: none;
}

.suzaku_logo_small img {
    width: 25px;
    vertical-align: middle;
}

/* twitter link */
.twitter_link img {
    width: 30px;
    vertical-align: middle;
}
