/*
Theme Name: 東海化成工業所
Description: 東海化成工業所用テーマ
Version: 1.0
Author:  ryo-nosuke
Author URI: http://mkt-system.jp/

*/

/* デフォルトスタイルクリア */
@import "reset.css";

/* ここから基本設定 */
html {
}

body {
	font: 14px/20px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	height: 100%;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

small {
	font-size: 90%;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tright {
	text-align: right;
}

.more {
	text-indent: 15px;
	background: url(images/arrow.gif) no-repeat left center;
	font-weight: bold;
}

.label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}


/*----#wrapper----*/
#out_wrapper {
	background: url(images/nav.png) repeat-x top center;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 0 10px;
	min-height: 100%;
	position: relative;
	background: url(images/wrapper.png) repeat-y top center;
}

/*----#nav----*/
div#nav {
	height: 30px;
	padding: 0 10px;
	width: 860px;
	margin: 0 auto;
}

div#nav ul {
	height: 20px;
	padding-top: 5px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

div#nav ul li {
	height: 20px;
	margin: 0;
	float: left;
	border-right: 1px solid #fff;
}

div#nav ul li a {
	height: 14px;
	padding: 2px 6px;
	margin: 0 10px;
	text-align: center;
	display: block;
	border: 1px solid rgba(255,255,255,0);
	color: #fff;
	font-weight: bold;
	display: none;
}

div#nav ul li a:hover {
	background-color: #A7BCCE;
	border: 1px solid #012661;
}

div#nav ul li.current_page_item a {
	background-color: #A7BCCE;
	border: 1px solid #012661;
}

/*----#header----*/
#header {
	width: 800px;
	height: 120px;
	margin: 0;
	padding: 20px 30px;
	clear: both;
	background: url(images/header.png) no-repeat top center;
}

#logo {
	float: left;
	display: none;
}

/*----#contents----*/
#contents {
	width: 800px;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	margin: 0;
	padding: 20px 30px;
}

/*----#footer----*/
#footer {
	width: 820px;
	padding: 20px;
	margin: 0;
	clear: both;
	font-size: 12px;
	background-color: rgba(100,100,100,0.7);
	color: #fff;
}

#footer ul {
	float: left;
}

#footer li {
	float: left;
	padding: 0 15px 0 0;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.copyright {
	text-align: right;
	float: right;
	font-size: 10px;
}

/*----#article----*/
#article {
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
}

h2.head {
	font: 16px/16px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

/*----page----*/
/* top */
#topContents {
	width: 800px;
	margin-top: 10px;
	float: left;
}

.topics {
	width: 440px;
	height: 140px;
	padding: 20px 15px;
	background-color: rgba(1,38,97,0.7);
	float: left;
}

.topics .head {
	color: #fff;
	height: 16px;
	margin: 5px 0;
	padding: 0 0 5px 20px;
	background: url(images/head.png) left bottom no-repeat;
	text-shadow: 0 2px 0 #666;
}

.topics ul {
	padding-top: 10px;
}

.topics li {
	font-size: 13px;
	line-height: 16px;
	padding: 7px 0 7px 20px;
	display: block;
	color: #fff;
	margin-left: 10px;
	background: url(images/arrowIcon.png) no-repeat;
}

.topics li a {
	color: #fff;
}

.topics li a:hover {
	background-color: #fff;
	color: #027ABB;
}

#navLink {
	width: 320px;
	float: right;
}

#navLink ul li {
	background-color: #fff;
	width: 155px;
	height: 85px;
	float: left;
}

.categoryLink {
	font-size: 90%;
	text-align: right;
}

.categoryLink a {
	color: #fff;
}

.categoryLink a:hover {
	text-decoration: underline;
}