/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){

.smart_only {
	display: none;
}

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

* {
	margin: 0;
	padding: 0;
}

html,body{
	min-width: 1200px;
}


body {
	margin: 0 auto;
	font-size: 1.0em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: center;
}


hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}

/*

ul {
	margin: 0;
	padding: 0;
}

li {
	line-height: 1.2;
	margin-left:20px;
}
*/

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

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-right: 0;
	margin-left: 109px;
	padding-top: 20px;
}

h3 {
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: left;
}
/*new*/
#subpage_top {
	font-size: 16px;
	color: #333S;
	font-weight: normal;
	height: 70px;
	padding-top: 50px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
/*new*/
/*下層ページのトップ背景*/
.top2{
	background-image: url(image/subpage_title2.jpg);	
}

.top3 {
	background-image: url(image/subpage_title3.jpg);
}

.top4 {
	background-image: url(image/subpage_title4.jpg);
}

.top5 {
	background-image: url(image/subpage_title5.jpg);
}

.top6 {
	background-image: url(image/subpage_title6.jpg);
}

.top7 {
	background-image: url(image/subpage_title7.jpg);
}

.top8 {
	background-image: url(image/subpage_title8.jpg);
}

.top9 {
	background-image: url(image/subpage_title9.jpg);
}

.top10 {
	background-image: url(image/subpage_title10.jpg);
}

.top11 {
	background-image: url(image/subpage_title11.jpg);
}

.top12 {
	background-image: url(image/subpage_title12.jpg);
}

.top13 {
	background-image: url(image/subpage_title13.jpg);
}
.top14 {
	background-image: url(image/subpage_title14.jpg);
}
.top15 {
	background-image: url(image/subpage_title15.jpg);
}
.top16 {
	background-image: url(image/subpage_title16.jpg);
}

.top17 {
	background-image: url(image/subpage_title17.jpg);
}
.top18 {
	background-image: url(image/subpage_title18.jpg);
}
.top19 {
	background-image: url(image/subpage_title19.jpg);
}
.top20 {
	background-image: url(image/subpage_title20.jpg);
}
.top21 {
	background-image: url(image/subpage_title21.jpg);
}
	
	
	.top_newyear {
	background-image: url(image/subpage_title_newyear.jpg);
}
.top_spring{
	background-image: url(image/subpage_title_spring.jpg);	
	}	
.top_summer{
	background-image: url(image/subpage_title_summer.jpg);	
	}	

.subtitlestyle1 {
	width: 100%;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: left;
	border-color: #6FA8F5;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
.subtitlestyle2 {
	width: 100%;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: center;
	border-color: #6FA8F5;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
/*new*/
.subtitlestyle3 {
	color: #76230D;
	font-weight: bold;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	
}
/*new*/
.subtitlestyle4 {
	color: #03567c;
	font-weight: bold;
	font-size: 18px;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 1px 10px;
	border-left-style: solid;
	border-left-width: 10px;
	border-color: #03567c;
	
}
.subtitlestyle5 {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	margin-top: 1em;
	padding-top: 15px;
	padding-left: 10px;
	background-image: url(image/title_bg1.gif);
	background-repeat: no-repeat;
	height: 45px;
	margin-bottom: 30px;
	
}
.subtitlestyle6 {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	margin-top: 1em;
	padding-top: 15px;
	padding-left: 10px;
	background-image: url(image/title_bg1.gif);
	background-repeat: no-repeat;
	height: 45px;
	margin-bottom: 30px;
	
}

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

img.imgleft {
	float: left;
	padding: 10px;
}
img.imgright {
	float: right;
	padding: 10px;
}
.largemark_left {
	margin-right: 5px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: -10px;
	margin-left: 7px;
}
/* ------------------------------
 テキスト関連
------------------------------ */
/*new*/
p {
	margin-bottom:1em;
}
.small {
	font-size: 90%;
}

.center {
	text-align: center;
	margin: 10px 0;
}
p.center2 {
	text-align: center;
	margin: 10px;
}
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: 5px;
}
ol.list {
	margin: 15px 30px;
}
ol.list li {
	margin-bottom: 10px;
}
p.clear {
	clear: both;
}
span.red_large {
	font-size: 18px;
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
}
.upper {
	margin-top: -25px;
}

.middle {
	margin-top: -10px;
}
/*new*/
.orangelarge1 {
	color: #76230D;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.orangelarge2 {
	color: #76230D;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
/*new*/
.darkbluelarge1 {
	color: #03567c;
	font-weight: bold;
	font-size: 18px;
	margin-top: 1em;
	
}

.blacklarge1 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.orange {
	color: #F46640;
}
.leftspace1 {
	margin-left: 10px;
}
.upperspace1 {
	margin-top: 15px;
	margin-bottom: 15px;
}
p.list2 {
	margin-top: 5px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}

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

div.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

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

div.header {
	width: 1000px;
	height: 120px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
}

div.header_right {
	float: right;
	width: 300px;
	margin-top: 0px;
}


/* ------------------------------
 トップ画像
------------------------------ */
.mainimage {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	height: 350px;
}

#slideShow img {
	position: absolute;
	left: 0;
	top: 0;
}


/* ------------------------------
 メニュー
------------------------------ */
#menu-box {
	display:none;
}

div.menubox {
	height: 30px;
   	border-top: 1px solid #CCCCCC;
	background-image: url(image/menu_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ccc;
}
.menu {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
 
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 120px;/*親メニューの幅*/
  height: 30px;/*親メニューの高さ*/
  line-height: 30px;
  color: #333333;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
  
}
.menu ul li a {
  color: #4D4D4D;
  display: block;
  text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
  background:#999;/*ホバー時の親メニューの背景色*/
  color:#fff;/*ホバー時の親メニューの文字色*/
}
.menu ul li ul {
  position: absolute;
  top: 30px;/*親メニューの高さと同じにする*/
  width: 116px;
  z-index: 100;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 170px;/*サブメニューの幅*/
  height: 0;
  background:#DEDEDE;/*サブメニューの背景色*/
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#666;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:30px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ------------------------------
 コンテンツ
------------------------------ */
/*new*/
div.contents1 {
	width: 600px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
}
div.contents {
	width: 600px;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.largebottomspace {
	margin-top: 300px;
	margin-bottom: 300px;

}

div.contents_right {
	float: right;
	width: 325px;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
}
div.kakomi {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	border-top-right-radius: 5px;
}
div.kakomi2 {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #E4F1F8;
	border-radius: 10px;
	
}

/* ------------------------------
 トップページ
------------------------------ */
#notice {
	border: thin solid #BFBFBF;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div.contents_top {
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	
}
p.index_midashi {
	width: 950px;
	height: 40px;
	background-image:url(image/midashi_bg.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
	padding-left: 30px;
}
#package1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	border-left: 1px solid #9B9B9B;
	background-color: #E1F2FC;
}
#company_info {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 32px;
}
.topbnr {
	width: 260px;
	float: right;
	height: 310px;
	margin: 0px 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	border-radius: 10px;
}
.topbnrbox {
	height: 320px;
	text-align: center;
	margin-right: 77px;
}
/* new*/
.topright{
    width: 360px;
	float: right;
	margin-top: 10px;
}
/* new*/
.news {
	width: 338px;
	height: 200px;
	padding-bottom: 20px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
}
.toprightbnrbox {
	margin-top: 15px;
}
.toprightbnrbox img {
	margin-bottom: 15px;
}

p.news_midashi {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 5px solid #4572DB;
}
div.news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.news li {
	font-size: 90%;
	line-height: 15px;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.change_img{transition:.5s}

.change_img:hover{opacity:.5}}
	
	
/* ------------------------------
 パンくず、トップ
------------------------------ */

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

/* ------------------------------
 料金表
------------------------------ */

table.price {
	margin-bottom: 20px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	background-color: #FFF;
}
table.price td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.price p {
	margin: 5px;
}
td.price01 {
	padding-left: 5px;
	width: 452px;
}
td.price02 {
	padding-left: 5px;
	width: 120px;
	text-align: right;
	
}
td.price03 {
	padding-left: 5px;
	background-color: #DFF2F7;
	
}

/* ------------------------------
 翻訳について
------------------------------ */



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

#about_table tr{
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#about_table th{
	width: 150px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#about_table td{
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:middle;
	
}
#about_table li{
	margin-left: 15px;
	margin-top: 10px;
}
#profile_table li{
	margin-left:15px;
}
#profile_table tr{
	border-bottom: 1px solid #CCCCCC;
	height:45px;
}
#profile_table th{
	width: 70px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	
}
#profile_table td{
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:middle;
	
}
#profile_table li{
	margin-left:15px;
}

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

table.contact {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	background-color: #F3F3F3;
}
table.contact td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.contact p {
	margin: 5px;
}
td.contact01 {
	padding-left: 5px;
	width: 200px;
}
td.contact02 {
	padding-left: 5px;
	width: 400px;
}
td.contact03 {
	width: 100px;
}
.kakunin {
	width: 100px;
	height: 30px;
	margin-top: 10px;
	font-size: 18px;
}
.textboxsize {
	height: 25px;
	width: 300px;
}	
.textboxsize2 {
	height: 100px;
	width: 300px;
}
div.toplargespace {
	margin-top: 300px;
}
/* ------------------------------
 制作例ページ
------------------------------ */
#sample hr{
border: none;
padding: 25px 0px;
}

#sample a{
font-size: 18px;
font-weight: bold;

}

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

#bottomaddress {
	padding-top: 20;
	margin-top: 30px;

}
div.footer {
	width: 100%;
	border-top: 20px solid #03567C;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
div.footer ul {
	list-style: none;
	margin: 10px 10px;
}
div.footer li {
	float: left;
	margin-right: 15px;
}
div.footer p {
	clear: both;
	margin: 10px 10px;
}
li.list1 {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 40px;
	font-variant: normal;
	font-weight: bold;
}


.right_small {
	font-size: 90%;
	text-align: right;
	margin-top: -20px;
}


}
