@charset "utf-8";
/*
Theme Name: UnisonetType
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: AsakoTaniguchi
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #BEC3C6 url('images/bg.jpg') repeat-x;
	color:#555;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: transparent url('images/header.gif') no-repeat top center;
	height: 102px;
	width: 1000px;
	}

#header_shelfman {
	background: transparent url('images/header_shelfman.gif') no-repeat top center;
/*	height: 93px;*/
	height: 102px;
	width: 1000px;
	}
#header_shelfmed {
	background: transparent url('images/header_shelfmed.gif') no-repeat top center;
/*	height: 93px;*/
	height: 102px;
	width: 1000px;
	}

#header_laboman {
	background: transparent url('images/header_laboman.gif') no-repeat top center;
/*	height: 93px;*/
	height: 102px;
	width: 1000px;
	}

#header_kantan {
	background: transparent url('images/header_kantan.gif') no-repeat top center;
/*	height: 93px;*/
	height: 102px;
	width: 1000px;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 59px;
	width: 1000px;
	}

.logo {
	margin: 0px;
	padding-top: -5px;
	padding-left: 15px;
	width: 67px;
	height: 40px;
	float: left;
	}

.nomargin{
margin:0px;
}

.campaign {
	margin-left:420px;
	width: 191px;
	height: 55px;
	float: left;
	}

.tohome {
	margin-left: 230px;
	width: 47px;
	height: 12px;
	float: left;
	}
	
.tootoiawase {
	margin-left:30px;
	width: 60px;
	height: 12px;
	float: left;
	}

.headerimg .campaign {
	margin-left:30px;
	width: 60px;
	height: 12px;
	float: left;
	}
		
.tokashidashi {
	margin-left: 380px;
	margin-top: 23px;
	width: 56px;
	height: 10px;
	float: left;
	}
	
.totanaoroshi {
	margin-left: 30px;
	margin-top: 23px;
	width: 45px;
	height: 10px;
	float: left;
	}

.otoiawase_side {
	background: transparent url('images/telno.gif') no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	width: 158px;
	height: 80px;
	}

.otoiawase_side .to_otoiawase {
	margin-left: 0px;
	margin-top: 0px;
	width: 156px;
	height: 33px;
	}
	
.description {
	padding-left: 15px;
	padding-top: 20px;
	float: left;
	font-size: 1.2em;
}

.description_right {
	padding-left: 250px;
	width:550;
	padding-top: 14px;
	float: left;
	font-size: 1.0em;
	color:#b85b5a;
}


#content {
	font-size: 1.2em
	}


.pankuzu {
	margin-top: 5px;
	margin-bottom: 10px;
	height:12px
	font-size: 0.9em;
	font-family: 'MS ゴシック', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.pankuzu .ul .li{
list-style-type: none;
}

.pankuzu .li{
float:left;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.entry {
padding-left:10px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 2em;
	}

.entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #BEC3C6 url('images/footer.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
td{
	padding:3px;
	}
table{
	width:100%;
	margin:10px 0;
}

img{
margin:10px 0;
}
/*----------------------------------------------------------------------*/
/*--------------------------枠付きテーブル------------------------------*/
/*----------------------------------------------------------------------*/
/*tble,th,tdの枠線---枠付きテーブル共通 //表の種類ごと存在*/
.tbl_kakaku, .tbl_kakaku th, .tbl_kakaku td, .tbl_kankyo, .tbl_kankyo th, .tbl_kankyo td {
border: 1px #bec3c6 solid;
border-collapse: collapse;
padding: 3px; 
font-weight: normal; 
}

/*色パターン０１---th*/
.th_iro01 {
background-color:#ff9966;
color:#ffffff;
text-align: center;
}

/*色パターン０１---td*/
.td_iro01 {
background-color: #ffddb1;
}

/*色パターン01---th*/
.th_iro01 {
background-color:#8ec3ff;
color:#ffffff;
text-align: center;
}

/*色パターン01---td*/
.td_iro01 {
background-color: #e3f0ff;
}

/*色パターン02---th*/
.th_iro02 {
background-color:#aad1aa;
color:#ffffff;
text-align: center;
}

/*色パターン02---td*/
.td_iro02 {
background-color: #e3f4e3;
}

/*色パターン03---th*/
.th_iro03 {
background-color:#cc99ff;
color:#ffffff;
text-align: center;
}

/*色パターン03---td*/
.td_iro03 {
background-color: #f3e8ff;
}

/*色パターン04---th*/
.th_iro04 {
background-color:#a0a0a0;
color:#ffffff;
text-align: center;
}

/*色パターン04---td*/
.td_iro04 {
background-color: #e6e6e6;
}

/*色パターン05---th*/
.th_iro05 {
background-color:#5b5bff;
color:#ffffff;
text-align: center;
}

/*色パターン05---td*/
.td_iro05 {
background-color: #d7d7ff;
}


/*右詰めセル*/
.migizume{
text-align: right;
}

/*○×セル*/
.yesno
{
text-align:center;
font-size:200%;
}
/*----------------------------------------------------------------------*/
/*------------------------//枠付きテーブルここまで----------------------*/
/*----------------------------------------------------------------------*/

/*おすすめソフトフロー*/
.recommend_chart .start .goal{
border-collapse: collapsel;
border: medium #d7d7ff dotted;
}

.recommend_chart .question {
padding:3px;
border: medium #d7d7ff dotted;
float:left;
width:27%;
margin:10px;
}

.recommend_chart .start, .recommend_chart .goal {
padding:3px;
border: medium #d7d7ff dotted;
margin:10px;
}
.recommend_chart .ul_nomark {
list-style-type: none;
margin:20px 0 20px 5px;
padding:0
}

.recommend_chart .li_nomark {
margin-bottom:7px;
}

.recommend_chart .arrow{
text-align:center;
}

.recommend_chart .retsu{
padding:5px;
}
.mark{
margin: 3px;
vertical-align: middle; 
}

/*//おすすめソフトフロー*/

/*ラボＭＡＮ ご利用イメージと操作方法*/
.labo_riyomenu, .labo_riyoimage{
text-align:center;
margin:15px 0px;
}

.labo_riyomenu .icon{
width:30%;
float:left;
margin-right:5px;
}

.labo_riyoimage .icon{
width:22%;
float:left;
}

.labo_riyoimage .yajirushi{
width:10%;
float:left;
padding-top:65px;
}

/*//ラボＭＡＮ ご利用イメージと操作方法*/

/*ラベルイメージ*/
.lblexample{
margin:15px 0px;
}

.lblexample .retsu{
}

.lblexample .lblimg{
width:50%;
float:left;
}
.lblexample .lbltxt{
padding:15px 0px;
width:40%;
float:left;
}
/*//ラベルイメージ*/

/*手順*/
.tejun{
width:100%;
margin-top:20px;
}
.tejun .img{
width: 300px;
text-align: center;
vertical-align: middle;
}

.tejun .txt{
text-align: left;
vertical-align: middle;
}


/*//手順*/


h1 {
	font-size: 0.9em;
	font-family: 'MS ゴシック', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	margin:0;
	color:#C0C0C0;
}


h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
	font-size: 1.4em;
	padding-left:5px;
	background-color: #e8f1ff;
	border-bottom:thick solid #dae9ff;
	border-top:1px solid #e5e5e5;
	}

#headerimg {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	border-left:10px solid #e1edff;
	border-bottom:1px solid #e5e5e5;
	padding-left:5px;
	}

h3.shelfman {
	border-left:10px solid #b5dada;
	}

h3.shelfmanlight {
	border-left:10px solid #f3ffce;
	}

h3.shelfmanmed {
	border-left:10px solid #b5b5ff;
	}


h3.pagetitle {
	font-size: 1.3em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h4 {
	font-size: 1.2em;
	}

#headerimg .description {
	text-decoration: none;
	color: #0066cc;
	}

h2, h2 a, h2 a:hover, h2 a:visited,{
	text-decoration: none;
	color: #555555;
	}


h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #555555;
	}

h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar li.current_page_item a, #sidebar li.current_page_item a:link {
	color: black;
	background-color:#f3f3f3;
	font-weight: bold;
}

#sidebar li.current_page_item li a, #sidebar li.current_page_item li a:link {
	color: black;
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover, h4 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#wrap {
	background:url(images/light.gif) center top no-repeat;
	padding:0px 0;
}
#page {
	margin: 20px auto;
	padding: 0;
	width: 1000px;
/*	border: 1px solid #959596;*/
	}

#header {
	margin: 0 0 0 0px;
	padding: 0;
	}

#headerimg {
	margin: 0;
	}

/*navi追加*/
#navigationbtn {
	margin:1px 0;
}

#menus {
margin: 0;
padding: 0;
}

#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	background:transparent url(images/menu.gif) no-repeat;
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding-left:15px;
	padding-right:25px;
	margin-left:-10px;
	text-decoration:none;
	font-size:13px;
	float:left;
	z-index:1;
	font
}
#menus li a:hover {
	background-position:0 -31px;
	color:#ffffff;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -62px;
	color:#ffffff;
}

#menus li a.home {
	background-position:0 -93px;
	width:15px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#menus li a.home:hover {
	background-position:0 -93px;
}
#menus li.current_page_item a.home {
	background-position:0 -155px;
}

#menus li a.lastmenu:hover {
	background-position:0 0;
}

/*ベージ下部navi用*/
#menus_btm {
margin: 0;
padding: 0;
}

#menus_btm li {
	display:inline;
}
#menus_btm li a {
	padding-right:25px;
	text-decoration:none;
	font-size:13px;
	float:left;
}
#menus_btm li a:hover {
	text-decoration:underline;
}

#menus_btm li a.home {
	width:15px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}

.fixed, .clear {
	clear:both;
}
/*navi終わり */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 690px;
	}
	
/*gbvy[W?g*/
.narrowcolumn_front {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 910px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 690px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 1000x;
	height: 63px;
	}

#copyright {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	}

h3 {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 20px 0 10px;
	}

h3.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h4 {
	padding: 0;
	margin: 30px 0 0;
	}

h4.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}
	
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/


.entry ol {
	padding: 0 0 0 35px;
	margin: 10px 0 0 0;
	}

.entry ol li {
	margin: 0 0 5px 0px;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 785px;
	width: 195px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 10px 15px 10px;
	padding: 0px 20px;
	border: 1px solid #ffd67b;
	background-color:#fffdee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.navi_cnt{
	margin-top: 10px;
	text-align: center;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* ダッシュボードで使用するCSS */
#sotowaku {
margin: 10px 5px;
}

#left {
width:285px;
float:left;
}

#right {
width: 600px;
float:right;
}

/*各枠内のタイトル*/
/*タイトルマーク:紫*/
.title_lng01 {
background: transparent url('images/square_purple.gif') no-repeat top left;
padding-left:20px;
text-align: left;
color: green;
font-size: 15px;
}

/*タイトルマーク:オレンジ*/
.title_lng02 {
background: transparent url('images/arrow_orange.gif') no-repeat top left;
padding-left:20px;
text-align: left;
color: green;
font-size: 15px;
}

/*横にリンクボタンが入るタイトル*/
.title_shrt {
background: transparent url('images/arrow_orange.gif') no-repeat top left;
padding-left:20px;
/*background-color: yellow;*/
width: 400px;
text-align: left;
color: green;
font-size: 15px;
float: left;
}

/*タイトルの横に入るリンクボタン*/
.link_to_another {
background: transparent url('images/arrow_blue.gif') no-repeat top left;
padding-left:20px;
/*background-color: red;*/
width: 50px;
color: green;
font-size: 15px;
float: right;
}

/*左*/
#about {
width: 252px;
background-color: #f3f3f3;
border: 1px solid #ddd;
padding: 15px;
line-height: 1.5em;
}

#about ul {
list-style-type:none;
}

#about li {
background: url(images/arrow_blue.gif) no-repeat;
padding-left: 27px;
}

#news {
width: 252px;
background-color: white;
border: 1px solid #ddd;
padding: 15px;
}

#news_content{
height: 240px;
margin-top:5px;
overflow: auto; 
}

.date{
color: blue;
}
.msg{
color: gray;
}

/*右*/
#adv {
background-color: white;
border: 1px solid #ddd;
padding: 15px;
line-height: 1.5em;
}

#advimg {
/*background: url(image/adv.gif) no-repeat;*/
text-align:center;
padding-top:10px;
}

#kanrisoft {
background-color: white;
border: 1px solid #ddd;
padding: 15px;
line-height: 1.5em;
}

#kanrisoftimg {
/*background: url(image/adv.gif) no-repeat;*/
float: left;
/*background-color:green;*/
padding: 20px;
text-align:center;
}

#kanrisoft_link {
width:370px;
float: left;
/*background-color:blue;*/
padding:15px;
}

#kanrisoft_link ul {
list-style-type: none;
}

#kanrisoft_link li {
margin-bottom:5px;
}

.jisseki {
background-color: white;
border: 1px solid #ddd;
padding: 15px;
line-height: 1.5em;
}

.jisseki_img {
float: left;
width: 130px;
padding:20px;
text-align:center;
}

.jisseki_txt {
width:345px;
height:90px;
float: left;
padding: 20px 25px;
}

.naiyou_icon {
float: left;
color:white;
width: 395px;
}

.shori ul, .tokuchou ul, .hard ul {
list-style-type: none; 
margin:0px;
}

.shori li {
background-color: #0f538b;
float: left;
padding: 3px;
margin-right: 3px;
}

.tokuchou li {
background-color: #808080;
float: left;
padding: 3px;
margin-right: 3px;
}

.hard li {
background-color: #009999;
float: left;
padding: 3px;
margin-right: 3px;
}

/*===FAQページ===*/
.answer{
	margin-top:10px;
	margin-left:-20px;
	padding: 0px 10px;
	border-bottom: 1px solid #cccccc;

}
.answer li{
	font-weight: bold;
}

/*===開発実績ページ===*/
.jisseki_table{
width:100%;
padding:5px;
}

.jisseki_table .img{
width:25%;
text-align: center;
vertical-align: middle;
}

.jisseki_table .txt{
width:75%;
}

.jisseki_table .icon{
width:75%;
color:white;
}

.jisseki_table .link{
width:75%;
text-align: center;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

