@charset "Shift_JIS";
/* GLOBAL RESET
============================================================*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y:scroll;
	-webkit-text-size-adjust: 100%
}
img {
	vertical-align:bottom;
}
table, th, td, th {
	font-weight: normal;
}
body {
	font-family: 'Lucida Grande',  'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'Verdana', 'MS P ゴシック';
	font-size: 15px;
 *font-size: small;
 *font: x-small;
	line-height:1.8;
	margin:0;
	text-aling:left;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
table {
	font-size: 14px;
	font: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
.form-btn {
	cursor: pointer;
}
/*list style*/
ul {
	list-style:none;
}
.number {
	padding-left:25px;
	list-style-type: decimal;
}
.alphabet {
	padding-left:25px;
	list-style-type: lower-alpha;
}
.square {
	padding-left:25px;
	list-style-type: square;
}
/*link*/

a {
	color: #2b9cc2;
	text-decoration: none;
}
a:visited {
	color: #800080;
}
a img {
	border-style: none;
}
/*color*/
.white {
	color:#ffffff;
}
.green {
	color:#006600;
}
.blue {
	color:#003399;
}
.yellow {
	color:#ffcc00;
}
.orange {
	color:#FF9900;
}
.red {
	color:#CC0000;
}
.b {
	font-weight:bold;
}
/* FONT-SIZE ADJUSTMENT
77% = 10px | 122% = 16px | 167% = 22px
85% = 11px | 129% = 17px | 174% = 23px
92% = 12px | 136% = 18px | 182% = 24px
100% = 13px | 144% = 19px | 189% = 25px
107% = 14px | 152% = 20px | 197% = 26px
114% = 15px | 159% = 21px |
============================================================*/

h1 {
	font-size:100%;
	font-weight:normal
}
h2 {
	font-size:100%;
	font-weight:normal
}
h3 {
	font-size:100%;
	font-weight:normal
}
h4 {
	font-size:100%;
	font-weight:normal
}
h5 {
	font-size:100%;
	font-weight:normal
}
.read {
	font-size:107%;
	line-height:200%;
}
.attention {
	font-size:140%;
	font-weight:bold;
	line-height:200%;
}
.txtshadow {
	text-shadow: 1px 1px 2px #bfbfbf;
}
/*margin*/

.top5 {
	margin-top: 5px;
}
.top10 {
	margin-top: 10px;
}
.top15 {
	margin-top: 15px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.bottom5 {
	margin-bottom: 5px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom15 {
	margin-bottom: 15px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom30 {
	margin-bottom: 30px;
}
.bottom40 {
	margin-bottom: 40px;
}
.bottom50 {
	margin-bottom: 50px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/*center*/
.item-center {
	text-align:center;
}
/*************************************************************
CONTAINERS
*************************************************************/



/*************************************************************
header
*************************************************************/
header {
	border-bottom:solid 1px #e5e5e5;
	padding:0 10px;
}
#header {
	max-width: 940px; /* 最大幅 */
 width:expression(document.body.clientWidth > 942? "940px" : "auto");
	margin: 0 auto;
	overflow:hidden;
}
.logo {
	margin-top:12px;
	float:left;
}
.logo img {
	width:337px
}
.logo a:hover {
	text-decoration:underline;
}
/*************************************************************
menu
*************************************************************/

nav {
	float:right;
}
#menu {
	padding:20px 0 20px 0;
	width:380px;
}
#menu li {
	float:left;
	width:48%;
	margin-left:2%;
}
#menu a {
	text-align:center;
	color:#fff;
	display: block;
	padding:4px 0 4px 0;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:93%;
}
.webdesign {
	background-color:#156482;
}
.information {
	background-color:#3aa1b5;
}
/*************************************************************
breadcrumb
*************************************************************/

#breadcrumb {
	font-size:86%;
	line-height:1.6;
	text-align: left;
	padding:8px 0 20px 0;
	color:#808080;
}
#breadcrumb dl{
	max-width: 940px; /* 最大幅 */
 width:expression(document.body.clientWidth > 942? "940px" : "auto");
	margin: 0 auto;
	overflow:hidden;
	padding:0 10px;
}

#breadcrumb a {
	color:#808080;
	text-decoration:underline;
}

#breadcrumb dt{
	float:left;
}

#breadcrumb dd{
	float:right;
}

.search-bar {
	width:150px !important;
	height:20px !important;
	border:solid #b3b3b3 1px;
	font-size:100%;
}
.search-btn {
	background-color:#4d4d4d;
	color:#fff;
	height:20px !important;
	border:solid #4d4d4d 1px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
}

.search-webdesign-btn {
	background-color:#156482;
	color:#fff;
	height:20px !important;
	border:solid #156482 1px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
}

.search-information-btn {
	background-color:#3aa1b5;
	color:#fff;
	height:20px !important;
	border:solid #3aa1b5 1px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
}

/*************************************************************
content
*************************************************************/

#main-top {
	background-color:#fff;
	padding:20px 20px 20px 20px;
}
#main {
	max-width: 940px; /* 最大幅 */
 width:expression(document.body.clientWidth > 942? "940px" : "auto");
	margin: 0 auto;
	overflow:hidden;
	padding:0 10px 40px 10px;
}
/*************************************************************
second
*************************************************************/

#contents-top {
	max-width: 940px; /* 最大幅 */
 width:expression(document.body.clientWidth > 942? "940px" : "auto");
	margin: 0 auto;
	overflow:hidden;
}
#contents-second {
	max-width: 700px; /* 最大幅 */
 width:expression(document.body.clientWidth > 702? "700px" : "auto");
	margin: 0 auto;
	overflow:hidden;
}
#container {
	width: 100%;
	float:left;
	position:relative;
	z-index:1;
}
#contents {
	margin-left:275px;
}
#contents img {
	max-width: 100%;
 width:expression(document.body.clientWidth > 100%? "100%" : "auto");
	height: auto;
	margin-bottom:10px;
}
/*************************************************************
title subhead
*************************************************************/
.title-top {
	position: relative;
	text-align: center;
	font-size:140%;
	font-weight:bold;
	margin-bottom:15px;
	padding:0 10px;
}
.title-top:before {
	border-top: 4px solid #d9d9d9;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.title-top span {
	background-color: #fff;
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
.title-webdesign {
	font-size:160%;
	font-weight:bold;
	border-left:14px solid #155e82;
	background-color:#f2f2f2;
	padding: 5px 0 4px 14px;
	margin-bottom:20px;
}
.title-information {
	font-size:160%;
	font-weight:bold;
	border-left:14px solid #3aa1b5;
	background-color:#f2f2f2;
	padding: 5px 0 4px 14px;
	margin-bottom:20px;
}
.title-second {
	font-size:160%;
	font-weight:bold;
	border-left:14px solid #ccc;
	background-color:#f2f2f2;
	padding: 5px 0 4px 14px;
	margin-bottom:30px;
}
.subhead-top {
	font-size:110%;
	text-align:center;
	padding: 0 10px 15px 10px;
	color:#737373;
}
.subhead {
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding: 0 0 4px 0;
	margin-bottom:10px;
}
/*************************************************************
contents top
*************************************************************/
.list-block {
	width:980px;
	margin:0 -8px 16px -8px;
}
.list-block li {
	width:300px;
	height:345px;
	overflow:hidden;
	margin:0 8px 16px 8px;
	border:solid 1px #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	float:left;
}
.list-block li div{
	padding:15px;
}
.list-block li img {
	max-width: 100%;
 width:expression(document.body.clientWidth > 100%? "100%" : "auto");
	height: auto;
	margin-bottom:10px;
}
.list-block li .category-link {
	margin-bottom:10px;
}
.list-block li .category-link a {
	width:140px;
	text-align:center;
	font-size:80%;
	font-weight:normal;
	color:#fff;
	display: block;
	padding:2px 0 2px 0;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:left;
}
.list-block li .category-link span {
	float:right;
	color:#999;
	font-size:90%;
}
.list-block li a {
	display:block;
	color: #737373;
	zoom:1;
}
.list-block a .link-title-wd {
	max-height:2.8em;
	overflow:hidden;
	color:#333;
	display:block;
	margin-bottom:10px;
	font-size:140%;
	line-height:1.5;
}
.list-block a:visited .link-title-wd {
	color: #737373;
}
.list-block a .link-title {
	max-height:4.5em;
	overflow:hidden;
	color:#333;
	display:block;
	margin-bottom:10px;
	font-size:140%;
	line-height:1.5;
}
.list-block a:visited .link-title {
	color: #737373;
}

.list-block .comment {
	max-height:5.0em;
	overflow:hidden;
	line-height:1.6;;
}

.list-block .link-url {
	max-height:3.5em;
	overflow:hidden;
	display:block;
	font-size:80%;
	color:#999;
	margin-top:10px;
	word-wrap: break-word;
}
.list-block li .pr {
	margin-top:10px;
	color:#999;
	text-align:center;
}
/*************************************************************
contents second
*************************************************************/
.search-number {
	font-size:110%;
	font-weight:bold;
	margin:20px 0;
}
.list-webdesign {
}
.list-webdesign li {
	padding:30px 0;
	border-top:dotted 2px #ccc;
}
.list-webdesign a {
	color:#333;
	display:block;
	zoom:1;
}
.list-webdesign img {
	float:left;
	display:block;
	width:260px;
}
.list-webdesign p {
	margin-left:280px;
}
.list-information li {
	padding:30px 0;
	border-top:dotted 2px #ccc;
}
.list-information a {
	color:#333;
	display:block;
}

.list-webdesign .link-title-wd {
	display:block;
	margin-bottom:5px;
	font-size:120%;
	font-weight:bold;
	zoom:1;
	line-height:1.6;
	color:#2b9cc2;
}
.list-webdesign a:visited .link-title {
	color: #800080;
}
.list-information .link-title {
	display:block;
	margin-bottom:5px;
	font-size:140%;
	font-weight:bold;
	zoom:1;
	line-height:1.6;
	color:#2b9cc2;
}
.list-information a:visited .link-title {
	color: #800080;
}
.link-url {
	display:block;
	font-size:80%;
	color:#999;
}
/*************************************************************
company
*************************************************************/
.form-company {
	padding:10px;
	font-size:120%;
	font-weight:bold;
	line-height:2.0;
	width:280px;
	margin-top:10px;
}
/*************************************************************
about
*************************************************************/
.about-illust {
	margin:30px 0 40px 0;
}
.about-illust .left-block {
	width:152px;
	float:left;
}
.about-illust .right-block {
	margin-left:182px;
}
.introduction {
	padding-top:40px;
}
.introduction dl {
	padding:4px 0;
}
.introduction dd {
	display:block;
	width:4em;
	float:left;
	font-weight:bold;
}
.introduction dt {
	margin-left:5em;
	display:block;
}
/*************************************************************
book
*************************************************************/
.book-block dt {
	width:130px;
	float:left;
}
.book-block dd {
	margin-left:130px;
}
/*************************************************************
btn
*************************************************************/
.btn-line-top {
	width:500px;
	margin: 0 auto 40px auto;
}
.btn-line-top li {
	float:left;
	width:46%;
	margin:0 2%;
}
.btn-line-top a {
	text-align:center;
	font-weight:bold;
	display: block;
	color:#333;
	padding:5px 0 5px 0;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 3px #ccc;
}
.btn-line-single {
	max-width: 300px; /* 最大幅 */
 width:expression(document.body.clientWidth > 302? "300px" : "auto");
	margin: 20px auto 40px auto;
}
.btn-line-single a {
	text-align:center;
	font-weight:bold;
	display: block;
	color:#333;
	padding:5px 0 5px 0;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 3px #ccc;
}
.btn-line {
	margin: 20px auto 40px auto;
}
.btn-line li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.btn-line a {
	text-align:center;
	font-weight:bold;
	display: block;
	color:#333;
	padding:5px 20px 5px 20px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 3px #ccc;
}
/*************************************************************
copy
*************************************************************/
.copy a {
	color:#808080;
	text-decoration:underline;
	font-size:80%;
}
/*************************************************************
sidemenu
*************************************************************/
#sidemenu {
	width:245px;
	float:left;
	margin-right:-245px;
	position:relative;
	font-size:93%;
	z-index:2;
}
#sidemenu li p.folder-webdesign {
	background-image:url(/img/folder-webdesign.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 8px 0 7px 28px;
	border-bottom:solid 1px #e5e5e5;
	display:block;
	font-weight:bold;
	zoom:1;
}
#sidemenu li p.folder-information {
	background-image:url(/img/folder-information.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 8px 0 7px 28px;
	border-bottom:solid 1px #e5e5e5;
	display:block;
	font-weight:bold;
	zoom:1;
}
#sidemenu li a {
	background-image:url(/img/icon-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding: 8px 0 7px 8px;
	border-bottom:solid 1px #e5e5e5;
	color:#333;
	font-size:100%;
	display:block;
	zoom:1;
}
/*************************************************************
footer
*************************************************************/
footer {
	color:#808080;
	padding:20px 0;
	border-top:solid #e5e5e5 1px;
	text-align:center;
	line-height:2.5;
}
footer p {
	color: #808080;
	font-size:86%;
	font-style:normal;
	text-decoration:none;
}
footer a {
	text-decoration:none;
	color:#808080;
}
footer a:visited {
	color: #808080;
}
footer span {
	margin: 0 15px;
	color: #ccc;
}
footer .copyright {
	padding:10px;
	text-align:center;
}
/*************************************************************
smallwide - ad
*************************************************************/
.ad-300 {
	width:300px;
	margin:20px auto 20px auto;
}
.ad-468 {
	margin:0 0 10px 0;
}
.ad-300-main {
	width:300px;
	margin:0 auto 20px auto;
}
 @media only screen and (min-width: 800px) {
.panel {
	display:block !important;
}
a.menu {
	display:none;
}
}
 @media only screen and (max-width: 990px) {
.list-block {
	width:640px;
	margin:0 auto;
	overflow:hidden;
}
}
 @media only screen and (max-width: 800px) {
/*************************************************************
smallwide - header
*************************************************************/

.logo {
	margin :10px auto;
	width:300px;
	float:none;
}
.logo img {
	width:300px
}
nav {
	float:none;
}
#menu {
	padding:0 0 20px 0;
	margin :0 auto;
	width:300px;
}
#menu li {
	float:left;
	width:49%;
	margin-left:0.5%;
	margin-right:0.5%;
	font-size:90%;
}
/*************************************************************
smallwide - breadcrumb
*************************************************************/
#breadcrumb {
	padding:8px 0 10px 0;
	text-align:center;
}

#breadcrumb dt{
	float:none;
	padding-bottom:10px;
}

#breadcrumb dd{
	float:none;
}
/*************************************************************
smallwide - second
*************************************************************/
#main {
	padding:0 40px 20px 40px;
}
#container {
	width: 100%;
	float: none;
	margin-left: 0;
}
#contents {
	margin: 0;
}
/*************************************************************
smallwide - sidemenu
*************************************************************/

#sidemenu {
	float:none;
	width:100%;
}
a.menu {
	cursor:pointer;
	font-weight:bold;
	color:#fff;
	display: block;
	padding:8px 0 8px 34px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
}
a:hover.menu {
	text-decoration:none;
}
a.menu {
	background-image:url(/img/icon-plus.gif);
	background-repeat:no-repeat;
	background-position:10px center;
}
a.menuOpen {
	background-image:url(/img/icon-minus.gif);
	background-repeat:no-repeat;
	background-position:10px center;
}
.panel {
	margin-bottom:30px;
}
#sidemenu li a {
	padding:8px 0 8px 8px;
}
/*************************************************************
smallwide - footer
*************************************************************/

footer {
	text-align:left;
	padding:10px;
	font-size:120%;
	line-height:1.4;
}
footer a {
	border-bottom:1px solid #d9d9d9;
	display:block;
	padding:10px;
}
footer span {
	display:none;
}
}
 @media only screen and (max-width: 680px) {
#main-top {
	padding:10px 0 10px 0;
}
#main {
	padding:0 10px 20px 10px;
}
#breadcrumb {
	padding:8px 0 20px 0;
}
.title-top {
	font-size:110%;
}
.title-webdesign {
	font-size:140%;
}
.title-information {
	font-size:140%;
}
.title-second {
	font-size:140%;
}
.list-block {
	width:320px;
	margin:0 auto;
	overflow:hidden;
}
/*************************************************************
contents second
*************************************************************/
.list-webdesign img {
	float:none;
	display:block;
	width:300px;
	margin: 0 auto 15px auto;
}
.list-webdesign p {
	margin-left:0;
}
/*************************************************************
about
*************************************************************/
.introduction {
	padding-top:0px;
}
.introduction dd {
	float:none;
}
.introduction dt {
	margin-left:0em;
}
/*************************************************************
btn
*************************************************************/
.btn-line-top {
	width:300px;
	margin: 0 auto 40px auto;
}
.btn-line-top li {
	float:left;
	width:100%;
	margin:5px 0;
}
}
