/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}


.pc_only {
	display: none;
}

/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}

html,body{
	width: 100%;
}

html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: center;
}
p {
	line-height: 1.8;
}
li {
	line-height: 1.8;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
div {
	overflow: hidden;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
}
div.h2_bg {
	width: auto;
	background-color: #00243f;
}
h2 {
	width: auto;
	background-color: #00243f;
	font-size: 20px;
	color: #FFF;
	padding: 15px 15px;
}
h3 {
	font-size: 18px;
	color: #000;
	border-bottom: solid 1px #000;
	margin: 30px 0;
}
h4 {
	font-size: 18px;
	color: #000;
	margin: 30px 0;
}
h6 {
	border-radius: 10px / 10px;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 10px;
}
img.imgright {
	float: right;
	padding: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

.al_center {text-align: center;}
.al_right {text-align: right;}
.bold {font-weight: bold; }
.bg_grey {background-color: lightgrey; }
p.text02 {margin: 30px 0;margin-bottom: -30px;}
	
p.center {
	text-align: center;
	margin: 20px 0;
}
p.text01 {
	margin: 30px 0;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
p.text01_right {
	text-align: right;
	margin: 20px 20px;
}
span.red {
	color: #FF0000;
}
span.blue {
	color: #0000FF;
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 30px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 15px 30px;
}
ol.list li {
	margin-bottom: 10px;
}
p.clear {
	clear: both;
}
span.line {
	text-decoration: underline;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: auto;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: auto;
	overflow: hidden;
}
div.header_left {
}
div.header_right {
}
div.header_right p {
	font-size: 12px;
	text-align: right;
}
div.header_right img {
	vertical-align: middle;
	margin: 5px;
}
div.header_right a {
	color: #555;
	text-decoration: none;
}
div.header_right a:hover {
	color: #00F;
}
div.header_left02 {
}
div.header_left02 img {
	margin: 10px 0 0 3px;
}
div.header_right02 {
	text-align: center;
}
div.header_right02 p {
	margin: 10px 0 0 0;
	line-height: 3em;
}
img.mail {
}

/* ------------------------------
 トップ画像
------------------------------ */

div.topimg {
	background-color: #00459b;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	display: none;
}
#t_menu{
	display: none;
}
#t_menu li{
	width: 100%;
}
#t_menu li a{
	display: block;
	padding: 12px 0 10px;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#t_menu li a:hover{
	background: #444;
}

#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}

/* ------------------------------
 コンテンツ
------------------------------ */

div.contents {
	margin: 30px 10px;
}

/* ------------------------------
 トップページ
------------------------------ */

div.index {
	margin-bottom: 40px;
}
div.index_left {
	width: auto;
}
div.index_right {
	width: auto;
}
p.index_midashi {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-bottom: solid 1px #000;
}

/* ------------------------------
 トップページボックス
------------------------------ */

dl.index_box {
	margin-top: 15px;
}
dl.index_box dd {
	width: auto;
	border: solid 1px #ddd;
	margin: 10px 7px;
}
p.index_box_midashi {
	font-size: 24px;
	font-weight: bold;
	margin: 3px 17px;
	color: #000;
}
p.index_box_photo {
	text-align: center;
	margin: 3px auto;
}
p.index_box_text {
	font-size: 12px;
	margin: 10px 17px;
}
p.index_box_button {
	font-size: 14px;
	text-align: right;
	margin: 10px 10px;
}
p.index_box_button a {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #113370;
	padding: 5px 10px;
	border-radius: 5px / 5px;
}
p.index_box_button a:hover {
	background-color: #F00;
}

/* ------------------------------
 新着情報
------------------------------ */

div.info {
	font-size: 14px;
	margin: 20px 0;
}
div.info ul {
	height: 250px;
	overflow: auto;
}
div.info li {
	border-bottom: dotted 1px #777;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* ------------------------------
 トップページバナー
------------------------------ */

div.bnr {
	text-align: center;
	margin-top: 20px;
}
div.bnr img {
	margin-bottom: 20px;
}

/* ------------------------------
 Facebook
------------------------------ */

div.textwidget {
	text-align: center;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	display: none;
}
p.top {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}

/* ------------------------------
 業務内容
------------------------------ */

table.service {
	margin: 20px 0;
	border-collapse: collapse;
	width: auto;
}
table.service td {
}
table.service p {
	margin: 5px;
}
td.service01 {
	font-weight: bold;
}
td.service02 {
}

/* ------------------------------
 雑貨製造
------------------------------ */

ul.m_goods01 {
	margin: 15px 50px;
}
ul.m_goods01 li {
	margin-bottom: 10px;
	list-style-type: upper-latin;
}
span.m_goods_list {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

/* ------------------------------
 会社概要
------------------------------ */

table.about {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.about td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.about p {
	margin: 10px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.contact td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.contact p {
	margin: 5px;
}
td.contact01 {
}
td.contact02 {
}

/* ------------------------------
 フッター
------------------------------ */

footer {
	width: auto;
	font-size: 12px;
	color: #FFF;
	background-color: #113370;
}
footer ul {
	display: none;
}
footer p {
	clear: both;
	margin: 30px 10px;
	text-align: center;
}
div.used {
	margin: 50px 0;
	text-align: center;
}
div.used img {
	margin-bottom: 10px;
}

}