/*
Theme Name: GDDC
Description: 
Author: adlab Co., Ltd.
Author URI: http://www.adlab520.com/
Version: 1.0
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/*=================
html5 reset
==================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, 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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add image settings */
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

/*=================
clearfix
==================*/
.clearfix:after{display:block;clear:both;height:0px;visibility:hidden;content:".";}
.clearfix{min-height:1px;}
* html .clearfix{height:1px;/*￥*//*/height: auto;overflow:hidden;/**/}

/*=================
settings
==================*/
a {color: #22345A;text-decoration: underline;}
a:link {color: #22345A;}
a:visited {color: #22345A;}
a:hover {color: #385589;text-decoration: none;}
a:active {color: #22345A;}

body {
	color: #464646;
	font-size: 12px;
	font-family: 'メイリオ', Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #E4E4E4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

.text-right {
	text-align: right;
}

th,td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.table-normal {
}
.table-normal th,
.table-normal td {
	padding: 10px;
	border: 1px solid #E3E3E3;
	line-height: 21px;
}
.table-normal th {
	white-space: nowrap;
}

.list-normal {
	list-style-type: disc;
	margin-left: 20px;
}

.pagetop {
	clear: both;
	padding: 20px 0;
	text-align: right;
}

/*=================
common
==================*/
#wrap-top {
	background: #FFFFFF;
}
#header {
	width: 1024px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	width: 300px;
	margin-top: 30px;
}
#header nav {
	float: right;
	width: 410px;
}
#header-info{
	width: 182px;
	margin: 10px 0 0 228px;
}
#header-menu {
	position: relative;
	z-index: 2;
	width: 410px;
	margin-top: 10px;
}
#header-menu li {
	float: left;
}
#contents {
	width: 1024px;
	margin: 0 auto;
}
#content {
	width: 984px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#wrap-bottom {
	background: url(../images/footer_bg_shadow.png) repeat-x;
}
#footer {
	width: 1024px;
	margin: 0 auto;
}
#footer-info {
	width: 1024px;
	padding: 20px 0 40px 0;
}
#footer-logo {
	padding-bottom: 10px;
}
#footer-menu {
	float: left;
	width: 400px;
}
#footer-copy {
	float: right;
	width: 400px;
	text-align: right;
	font-size: 11px;
}
.table-nor {
}
.table-nor th,
.table-nor td {
	padding: 5px 10px;
	border: 2px solid #FFFFFF;
}
.table-nor th {
	background: #c8e4f1;
}
.table-nor td {
	background: #FAFAFA;
}

/*=================
home
==================*/
#home-main {
	width: 100%;
	background: url(../images/home_bg_main.png) repeat-x;
}
#home-main span {
	display: block;
	width: 1024px;
	margin: 0 auto 0 auto;
}
#home-main img {
	position: relative;
	z-index: 1;
	margin-top: -20px;
}
#home-point {
	width: 974px;/*984-*/
	padding: 10px 10px 10px 0;
	background: #F5F5F5;
}
#home-point dt {
	margin-bottom: 10px;
	padding: 0 0 0 5px;
	font-size: 18px;
	border-left: 5px solid #6AB1D1;
}
#home-about,
#home-marketing,
#home-medical {
	float: left;
	width: 274px;/*314-*/
	margin-left: 10px;
	padding: 20px 20px 0 20px;
	background: #FFFFFF;
}
#home-about {
}
#home-marketing {
}
#home-medical {
}
.home-point-img {
	padding-bottom: 10px;
}
.home-point-detail {
	height: 100px;
	line-height: 18px;
}
.home-point-more {
	margin-left: -20px;
}
.home-point-more a {
}
.home-point-more a img {
	background: #6ab1d1;
}

#home-news {
	float: left;
	width: 650px;/*690-*/
	margin-top: 20px;
	padding: 20px;
	border: 10px solid #F5F5F5;
	background: #FFFFFF;
}
#home-news-title {
	margin-bottom: 10px;
	padding: 0 0 0 5px;
	font-size: 18px;
	border-left: 5px solid #6AB1D1;
}
#home-news-box {
	height: 112px;
	margin: 0 auto;
	overflow: auto;
}
#home-news-list {
}
.home-news-date {
	clear: both;
	float: left;
	width: 69px;
	padding: 10px 0;
	line-height: 18px;
	border-top: 1px solid #E5E5E5;
}
.home-news-category {
	float: left;
	width: 60px;
	padding: 10px 0;
	line-height: 18px;
	border-top: 1px solid #E5E5E5;
}
.home-news-category span {
	display: block;
	width: 50px;
	height: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	background: #22345A;
}
.home-news-detail {
	float: left;
	width: 490px;
	padding: 10px 0 10px 0;
	line-height: 18px;
	border-top: 1px solid #E5E5E5;
}
#home-bnr {
	float: right;
	width: 256px;
	margin-top: 20px;
}
#home-bnr li {
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
}

/*=================
page
==================*/
.page {
	min-height: 500px;
	padding-top: 20px;
	background: url(../images/page_bg.png) no-repeat;
}
#page-content {
	float: left;
	width: 710px;
	padding-bottom: 40px;
}
#page-content p, #page-content dt, #page-content dd, #page-content li, #page-content th, #page-content td {
	line-height: 21px;
}
#page-content h2 {
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background: url(../images/page_bg_title.png) no-repeat left bottom;
}
#page-content h3 {
	padding: 20px 0 10px 0;
	color: #005ea3;
	font-size: 14px;
	font-weight: normal;
}
#bread-crumbs {
	padding-bottom: 10px;
}
#sidebar {
	float: right;
	width: 256px;
}
#page-bnr li {
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
}

/*=================
会社情報
==================*/
.company .table-nor {
	width: 600px;
}
.company .table-nor th {
	width: 20%;
}
.company .table-nor td {
	width: 80%;
}

/*=================
最新情報
==================*/
.news dl {
	padding: 10px 0;
	border-bottom: 1px solid #DDDDDD;
}
.news dl dt {
	color: #005ea3;
	font-size: 14px;
}
.news dl dt span {
	display: block;
	font-size: 11px;
}
.news dl dd {
	padding-top: 5px;
}

/*=================
アクセス
==================*/
#access-transport{
	margin-top: 20px;
}
#access-transport dt{
	font-weight: bold;
}

/*=================
お問い合せ
==================*/
.contact .table-nor {
	margin-top: 10px;
}
#contact-btn {
	margin-top: 10px;
}
#contact-error {
	padding: 20px;
	background: #FAFAFA;
}
#contact-error span {
	font-weight: bold;
}
#contact-done {
	padding: 20px;
	background: #FAFAFA;
}

/*=================
プライバシーポリシー
==================*/
.privacy dl {
	margin-top: 20px;
}
.privacy dl dt {
	font-weight: bold;
}

