@charset "UTF-8";
/* CSS Document */

body {
	/* ページ全体のmargin */
    margin:0px;
	/* ページ全体のpadding */
    padding:0px; 
	/* 下記のautoに未対応用のセンタリング */    
    text-align:center;   
	color: #fafafa;
    font-family: "Noto Sans Japanese",'Open Sans', sans-serif;
	font-size: 16px;
	background-image: url(images/dd_background.jpg);
/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #b6b6b6;
	background-position: center center; 
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

a {
	text-decoration: none;
	color: #CFCFCF;
}

.cl_b {
	clear: both;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
#pc { display: block !important; }
#sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    #pc { display: none !important; }
    #sp { display: block !important; }
}

/* ---------- UP DripDESIGN css ---------*/

.content_tex {
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	letter-spacing:5px;
}

header {
	height: auto;
	margin: 15px auto 0 5px;
}

header img {
	width: 238px;
	height: 31px;
	float: left;
}

nav {
	position: fixed;
	bottom: 70px;
	width: 100%;
	margin: 0 auto 0 auto;
}

.nav_li {
    display: inline-block;
}

ul {
	font-family: 'Montserrat', sans-serif;
	display:  block;
	list-style-type:  none;
}

li {
	display: inline-block;
    font-size: 30px;
	margin: 0 50px 0 50px;
	letter-spacing:5px;
}

@media (max-width: 980px) {
	
	nav {
		bottom: 0;
		width: 100%;
		margin: 0 auto 0 auto;
		clear: both;
	}

	.top_nav{
		position: fixed;
	}
	
	.etc_nav {
		position: static;
	}
	
	ul {
		font-family: 'Montserrat', sans-serif;
		list-style-type: none;
		font-size: 0px;
		padding-left: 0px;
	}

	li {
		display: inline-block;
		font-size: 23px;
		margin: 0 10px 10px 10px;
	}
}

section {
}

.dd_content{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;

	width: 622px;
	height: 445px;
}

.dd_content img{
	width: 622px;
	height: 415px; 
	margin: 0 auto 0 auto;
}

@media (max-width: 980px) {
	
	.dd_content{
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		width: 320px;
		height: 320px;
	}

	.dd_content img{
		width: 90%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
}

/* about */
#about_content {
	width: 980px;
	height: auto;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 20px 0 50px 0;
}

table {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
}

table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}

table.type01 th {
	width: 150px;
	padding: 10px;
	vertical-align: top;
	border: 0px solid #fafafa;
	font-size: 13px;
	font-weight: normal;
}

table.type01 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 0px solid #fafafa;
	font-size: 13px;
}

@media (max-width: 980px) {

	#about_content {
		width: 100%;
		height: auto;
		clear: both;
		margin: 0 auto 0 auto;
		padding: 20px 0 50px 0;
	}

	table {
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}

	table.type01 {
		border-collapse: collapse;
		text-align: left;
		line-height: 1.5;
	}

	table.type01 th {
		width: 150px;
		padding: 10px;
		vertical-align: top;
		border: 0px solid #fafafa;
		font-size: 14px;
		font-weight: normal;
	}

	table.type01 td {
		width: 350px;
		padding: 10px;
		vertical-align: top;
		border: 0px solid #fafafa;
		font-size: 14px;
	}
}