/*
Theme Name: onocom.net flat
Theme URI: http://onocom.net/
Author: the onocom
Author URI: http://onocom.net/
Description: オノコンピュータ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
 * onocom common style
 * 2013/06/10 new
 * 2013/09/05 edit
 * 2017/02/22 edit
 */

/**
 * 	general style
 */
body {
	/*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',"Meiryo UI","Meiryo",Arial,sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	/*text-align: center;*/
	background: #00A0E8;
	color: #333;
}
img {
	max-width: 100%;
	height: auto;
}
input,textarea,select {
	font-size: 100%;
	/*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',"Meiryo UI","Meiryo",Arial,sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
small {
	font-size: 80%;
}

a { color: #00A0E8; }
a:link,a:visited,a:active { color: #00A0E8; }
a:hover { color: #00A0E8;text-decoration: underline; }

h1,h2,h3,h4,h5,h6 {
	margin-top: 20px;
	font-weight: normal;
}

/**
 * 	toppage
 */
.message {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 40px;
	line-height: 1.6;
	margin-bottom: 80px;
}
.message h2 {
	color: #00A0E8;
	margin: 0 0 20px 0;
}
.message h3 {
	margin: 60px 0 20px 0;
}
.message h4 {
	margin: 40px 0 20px 0;
	font-weight: bold;
	color: #00A0E8;
}

.common-list {
	max-width: 620px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
}
table .common-list {
	width: auto;
	margin: 0;
}

.common-list li {
	list-style: square;
	list-style-position: inside;
}

.common-list dt {
	margin-bottom: 10px;
}

.common-list dd {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted  #00A0E8;
	text-align: right;
}
.common-list dd p {
	text-align: left;
}

.contact {
	border: 1px solid #eee;
	padding: 40px;
	margin: 20px 0 0 0;
	transition: box-shadow 0.5s linear 0;
}

.contact:hover {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.contact .require-message {
	font-size: 80%;
	text-align: right;
}

.contact .require {
	color: #c00;
}
.message table {
	max-width: 100%;
	border-top: 1px solid #00A0E8;
	text-align: left;
	margin: 0 auto;
}

.message table th,
.message table td {
	vertical-align: top;
	border-bottom: 1px solid #00A0E8;
	font-weight: normal;
	text-align: left;
	padding: 10px 5px;
}

.message table th {
	width: 30%;
}

.contact select {
	border: none;
	padding: 5px 10px;
	width: 200px;
	border-bottom: 1px solid #ccc;
}

.contact input[type=text],
.contact textarea {
	color: #00A0E8;
	padding: 5px 10px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 380px;
}
.contact input[type=text]:hover,
.contact textarea:hover,
.contact select:hover {
	border-color: #00A0E8;
}
.contact input[type=text]:focus,
.contact textarea:focus,
.contact select:focus {
	background: #E1F7FF;
	border-color: #00A0E8;
}
.contact .notice {
	font-size: 90%;
	margin: 20px;
}

.contact input[type=submit] {
	border: none;
	padding: 8px 50px 10px 50px;
	display: block;
	margin: 0 auto;
	background: #00A0E8;
	color: #fff;
	transition: background 0.5s linear 0;
}
.contact input[type=submit]:hover {
	background: #0071A2;
	cursor: pointer;
}



a.linkbtn {
	text-decoration: none;
	font-size: 70%;
	border: none;
	padding: 3px 10px 5px 10px;
	display: inline-block;
	margin: 5px 5px 5px 0;
	background: #00A0E8;
	color: #fff;
	transition: background 0.5s linear 0;
}
a.linkbtn:hover {
	background: #0071A2;
	cursor: pointer;
}
a.linkbtn.btnlg {
	font-size: 100%;
}
.uptotop {

}
.uptotop a {
	text-decoration: none;
	display: block;
	padding: 10px;
	border: 1px solid #00A0E8;
}

/* Clearing floats */
.clearfix:after,
.imagebox:after {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.imagebox:before,
.imagebox:after {
	display: table;
	content: "";
}

.imagebox {
	max-width: 620px;
	margin: 0 auto;
}

.imagebox .image {
	text-align: center;
	float: left;
	width: 160px;
}
.imagebox .image img {
	max-width: 100%;
	border: 1px solid #eee;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.imagebox .text {
	font-size: 80%;
	text-align: left;
	float: right;
	max-width: 420px;
}
.imagebox .text h4 {
	padding: 0 0 10px 0;
	font-weight: normal;
	border-bottom: 1px dotted #aaa;
	margin: 0 0 0 0;
	color: #333;
	font-size: 150%;
}
.imagebox .text h5 {
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.aboutus {
	max-width: 620px;
	border: none;
	padding: 20px 0 40px 0;
	margin: 20px auto;
}



/**
 * 	common class
 */



/**
 * 	header
 */
#site-header {
	padding: 100px 0;
	background: #00A0E8;
	/*border-top: 1px solid #555;*/
	/*border-bottom: 2px solid rgba(255,255,255,.8);*/
	transition: padding 0.3s ease-out 0;
}
#logo {
	text-align: center;
	padding: 0 10px;
}
.min-header #site-header {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	padding: 20px 0;
	height: 50px;
	z-index: 100;
}
.admin-bar.min-header #site-header {
	height: 70px;
}
.min-header #site-header h1{
	margin-top: 0;
}
.admin-bar.min-header #site-header h1{
	margin-top: 20px;
}
.min-header #site-header img {
	max-height: 50px;
	width: auto;
}
body.min-header {
	margin-top: 400px;
}


/**
 * 	footer
 */
#site-footer {
	background: #00A0E8;
	padding: 30px 0;
}

/**
 * 	sub item
 */
#pagetop, #smart-contact {
	position: fixed;
	padding: 10px;
	right: 20px;
	display: none;
	background: #00A0E8;
	z-index: 200;
}
#pagetop {
	bottom: 40px;
}
#smart-contact {
	top: 10px;
}
.min-header #smart-contact {
	display: block;
}


/**
 * 	content
 */
#content {
	text-align: left;
}

#content .page-title {
	text-align: center;
	font-size: 200%;
	font-weight: normal;
}
#content .page-content {
	border: 1px solid #eee;
	padding: 40px;
	margin: 20px 0 0 0;
	transition: box-shadow 0.5s linear 0;
}
#content .page-content:hover {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
